Shades of Dark Slate Blue #3E2E91
Tints of Dark Slate Blue #3E2E91
RGB
CMYK
RGB Variations
Color information
#3E2E91 (or 0x3E2E91) is known color: Dark Slate Blue. HEX triplet: 3E, 2E and 91. RGB value is (62,46,145). Sum of RGB (Red+Green+Blue) = 62+46+145=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #3E2E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2E91 is #C1D16E. Grayscale: #3D3D3D. Windows color (decimal): -12702063 or 9514558. OLE color: 9514558.
HSL color Cylindrical-coordinate representation of color #3E2E91: hue angle of 249.7º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E2E91 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 46 | 145 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.43 |
| HSL | 249.7º | 0.52% | 0.37% | - |
| HSV(B) | 249.7º | 0.68% | 0.57% | - |
| XYZ | 8.07 | 5.02 | 27.33 | - |
| YUV | 62.07 | 174.8 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 46 | 145 | 0.57 | 0.68 | 0 | 0.43 | 249.7 | 0.52 | 0.37 |
| Hex | 3E | 2E | 91 | 39 | 44 | 0 | 2B | FA | 34 | 25 |
| Octal | 76 | 56 | 221 | 71 | 104 | 0 | 53 | 372 | 64 | 45 |
| Binary | 111110 | 101110 | 10010001 | 111001 | 1000100 | 0 | 101011 | 11111010 | 110100 | 100101 |
Color Harmonies of #3E2E91
Complementary color
Monochromatic Colors of #3E2E91
Black with #3E2E91
Text Example
Text Example
White with #3E2E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2E91; }
p { color: rgb(62,46,145); }
H1.HeaderClassName
{
color: #3E2E91;
}
.AnyTagClassName
{
color: #3E2E91;
}
</style>
background-color css
<style>
a { background-color: #3E2E91; }
a { background-color: rgb(62,46,145); }
div.DivClassName
{
background-color: #3E2E91;
}
.BgClassName
{
background-color: #3E2E91;
}
</style>
border-color css
<style>
span { border-color: #3E2E91; }
span { border-color: rgb(62,46,145); }
td.TdClassName
{
border-color: #3E2E91;
}
.TagClassName
{
border-color: #3E2E91;
}
</style>