#391EA0
A dark, moderate blue closely aligning with Darkblue.
About #391EA0
At its core, #391EA0 is a dark and moderate hue. It is closely associated with the named CSS color Darkblue. Its digital footprint relies on 57 parts red, 30 parts green, and 160 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 64% C, 81% M, 0% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#391EA0
RGB57, 30, 160
HSL252.5°, 68.4%, 37.3%
CMYK64%, 81%, 0%, 37%
HSV252.5°, 81.2%, 62.7%
LAB24.8, 47.9, -64.9
XYZ8.5, 4.3, 33.6
Decimal3743392
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.25:1
Text on #FFFFFF
AAA
1.87:1
Text on #000000
FAIL
10.75:1
Text on #F8FAFC
AAA
1.59:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #391EA0;
}
.text-color {
color: #391EA0;
}
.border-color {
border: 2px solid #391EA0;
}