Plunged Into Darkness
#431c53
Plunged Into Darkness, represented by the hex value #431c53, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #431c53 | |
|---|---|---|
| RGB | rgb(67, 28, 83) | |
| HSL | hsl(283, 50%, 22%) | |
| CMYK | cmyk(19%, 66%, 0%, 67%) | |
| LAB | lab(18, 27, -26) | |
| OKLCH | oklch(0.31 0.102 315) |
Color harmonies
Tints & shades
Code snippets
color: #431c53;
background-color: #431c53;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF431C53)
/* Swift / UIKit */
UIColor(red: 0.26, green: 0.11, blue: 0.33, alpha: 1.0)