#33077C
A dark, vivid purple closely aligning with Indigo.
About #33077C
Visually, #33077C is defined as a vivid purple. Designers often compare it to the standard color Indigo. This translates to an RGB value of rgb(51, 7, 124).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 59% C, 94% M, 0% Y, and 51% K. With a hue angle of 262.6 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#33077C
RGB51, 7, 124
HSL262.6°, 89.3%, 25.7%
CMYK59%, 94%, 0%, 51%
HSV262.6°, 94.4%, 48.6%
LAB17.0, 45.9, -55.3
XYZ5.1, 2.3, 19.2
Decimal3344252
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.36:1
Text on #FFFFFF
AAA
1.46:1
Text on #000000
FAIL
13.73:1
Text on #F8FAFC
AAA
1.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #33077C;
}
.text-color {
color: #33077C;
}
.border-color {
border: 2px solid #33077C;
}