#33076D
A dark, vivid purple closely aligning with Midnightblue.
About #33076D
The precise color #33076D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Midnightblue. In the RGB color space, it consists of 51 red, 7 green, and 109 blue.
Translating this color to physical media requires the CMYK color model. The color uses 53% Cyan, 94% Magenta, 0% Yellow, and 57% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#33076D
RGB51, 7, 109
HSL265.9°, 87.9%, 22.7%
CMYK53%, 94%, 0%, 57%
HSV265.9°, 93.6%, 42.7%
LAB15.3, 42.0, -48.5
XYZ4.2, 2.0, 14.6
Decimal3344237
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.09:1
Text on #FFFFFF
AAA
1.39:1
Text on #000000
FAIL
14.42:1
Text on #F8FAFC
AAA
1.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #33076D;
}
.text-color {
color: #33076D;
}
.border-color {
border: 2px solid #33076D;
}