#3A3AA0
A medium, moderate blue closely aligning with Rebeccapurple.
About #3A3AA0
When working with digital screens, the color #3A3AA0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Rebeccapurple. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 58, and 160.
Translating this color to physical media requires the CMYK color model. The color uses 64% Cyan, 64% Magenta, 0% Yellow, and 37% Black. The HSL representation is 240.0° hue, 46.8% saturation, and 42.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A3AA0
RGB58, 58, 160
HSL240.0°, 46.8%, 42.7%
CMYK64%, 64%, 0%, 37%
HSV240.0°, 63.8%, 62.7%
LAB30.6, 32.2, -55.4
XYZ9.6, 6.5, 34.0
Decimal3816096
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.16:1
Text on #FFFFFF
AAA
2.29:1
Text on #000000
FAIL
8.75:1
Text on #F8FAFC
AAA
1.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3AA0;
}
.text-color {
color: #3A3AA0;
}
.border-color {
border: 2px solid #3A3AA0;
}