Explorer of the Galaxies
#3a1f76
Looking for the precise values behind Explorer of the Galaxies (#3a1f76)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #3a1f76 | |
|---|---|---|
| RGB | rgb(58, 31, 118) | |
| HSL | hsl(259, 58%, 29%) | |
| CMYK | cmyk(51%, 74%, 0%, 54%) | |
| LAB | lab(20, 30, -46) | |
| OKLCH | oklch(0.33 0.139 291) |
Color harmonies
Tints & shades
Code snippets
color: #3a1f76;
background-color: #3a1f76;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF3A1F76)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.12, blue: 0.46, alpha: 1.0)