Shades of Dark Slate Blue #3A2E91
Tints of Dark Slate Blue #3A2E91
RGB
CMYK
RGB Variations
Color information
#3A2E91 (or 0x3A2E91) is known color: Dark Slate Blue. HEX triplet: 3A, 2E and 91. RGB value is (58,46,145). Sum of RGB (Red+Green+Blue) = 58+46+145=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A2E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2E91 is #C5D16E. Grayscale: #3C3C3C. Windows color (decimal): -12964207 or 9514554. OLE color: 9514554.
HSL color Cylindrical-coordinate representation of color #3A2E91: hue angle of 247.27º 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 #3A2E91 is Cyan = 0.6, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 46 | 145 | - |
| CMYK | 0.6 | 0.68 | 0 | 0.43 |
| HSL | 247.27º | 0.52% | 0.37% | - |
| HSV(B) | 247.27º | 0.68% | 0.57% | - |
| XYZ | 7.83 | 4.9 | 27.32 | - |
| YUV | 60.87 | 175.48 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 46 | 145 | 0.6 | 0.68 | 0 | 0.43 | 247.27 | 0.52 | 0.37 |
| Hex | 3A | 2E | 91 | 3C | 44 | 0 | 2B | F7 | 34 | 25 |
| Octal | 72 | 56 | 221 | 74 | 104 | 0 | 53 | 367 | 64 | 45 |
| Binary | 111010 | 101110 | 10010001 | 111100 | 1000100 | 0 | 101011 | 11110111 | 110100 | 100101 |
Color Harmonies of #3A2E91
Complementary color
Monochromatic Colors of #3A2E91
Black with #3A2E91
Text Example
Text Example
White with #3A2E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2E91; }
p { color: rgb(58,46,145); }
H1.HeaderClassName
{
color: #3A2E91;
}
.AnyTagClassName
{
color: #3A2E91;
}
</style>
background-color css
<style>
a { background-color: #3A2E91; }
a { background-color: rgb(58,46,145); }
div.DivClassName
{
background-color: #3A2E91;
}
.BgClassName
{
background-color: #3A2E91;
}
</style>
border-color css
<style>
span { border-color: #3A2E91; }
span { border-color: rgb(58,46,145); }
td.TdClassName
{
border-color: #3A2E91;
}
.TagClassName
{
border-color: #3A2E91;
}
</style>