#3A3A92
A medium, moderate blue closely aligning with Darkslateblue.
About #3A3A92
At its core, #3A3A92 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(58, 58, 146).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 60% cyan and 60% magenta inks. The HSL representation is 240.0° hue, 43.1% saturation, and 40.0% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A3A92
RGB58, 58, 146
HSL240.0°, 43.1%, 40.0%
CMYK60%, 60%, 0%, 43%
HSV240.0°, 60.3%, 57.3%
LAB29.4, 27.4, -48.7
XYZ8.4, 6.0, 27.9
Decimal3816082
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.54:1
Text on #FFFFFF
AAA
2.20:1
Text on #000000
FAIL
9.12:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3A92;
}
.text-color {
color: #3A3A92;
}
.border-color {
border: 2px solid #3A3A92;
}