#33338A
A dark, moderate blue closely aligning with Darkslateblue.
About #33338A
At its core, #33338A is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 51, and 138.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 63% C, 63% M, 0% Y, and 46% K. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33338A
RGB51, 51, 138
HSL240.0°, 46.0%, 37.1%
CMYK63%, 63%, 0%, 46%
HSV240.0°, 63.0%, 54.1%
LAB26.5, 27.9, -48.6
XYZ7.1, 4.9, 24.6
Decimal3355530
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.60:1
Text on #FFFFFF
AAA
1.98:1
Text on #000000
FAIL
10.13:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #33338A;
}
.text-color {
color: #33338A;
}
.border-color {
border: 2px solid #33338A;
}