Indigo
#4b0082
Here's everything about the color Indigo (#4b0082) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #4b0082 | |
|---|---|---|
| RGB | rgb(75, 0, 130) | |
| HSL | hsl(275, 100%, 25%) | |
| CMYK | cmyk(42%, 100%, 0%, 49%) | |
| LAB | lab(20, 47, -54) | |
| OKLCH | oklch(0.34 0.179 302) |
Color harmonies
Tints & shades
Code snippets
color: #4b0082;
background-color: #4b0082;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF4B0082)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.00, blue: 0.51, alpha: 1.0)