Indigo Static
#4b0183
Looking for the precise values behind Indigo Static (#4b0183)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4b0183 | |
|---|---|---|
| RGB | rgb(75, 1, 131) | |
| HSL | hsl(274, 98%, 26%) | |
| CMYK | cmyk(43%, 99%, 0%, 49%) | |
| LAB | lab(20, 47, -55) | |
| OKLCH | oklch(0.34 0.18 301) |
Color harmonies
Tints & shades
Code snippets
color: #4b0183;
background-color: #4b0183;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF4B0183)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.00, blue: 0.51, alpha: 1.0)