Shades of Dark Slate Blue #392491
Tints of Dark Slate Blue #392491
RGB
CMYK
RGB Variations
Color information
#392491 (or 0x392491) is known color: Dark Slate Blue. HEX triplet: 39, 24 and 91. RGB value is (57,36,145). Sum of RGB (Red+Green+Blue) = 57+36+145=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #392491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392491 is #C6DB6E. Grayscale: #363636. Windows color (decimal): -13032303 or 9511993. OLE color: 9511993.
HSL color Cylindrical-coordinate representation of color #392491: hue angle of 251.56º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #392491 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 36 | 145 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.43 |
| HSL | 251.56º | 0.6% | 0.35% | - |
| HSV(B) | 251.56º | 0.75% | 0.57% | - |
| XYZ | 7.43 | 4.18 | 27.2 | - |
| YUV | 54.71 | 178.96 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 36 | 145 | 0.61 | 0.75 | 0 | 0.43 | 251.56 | 0.6 | 0.35 |
| Hex | 39 | 24 | 91 | 3D | 4B | 0 | 2B | FC | 3C | 23 |
| Octal | 71 | 44 | 221 | 75 | 113 | 0 | 53 | 374 | 74 | 43 |
| Binary | 111001 | 100100 | 10010001 | 111101 | 1001011 | 0 | 101011 | 11111100 | 111100 | 100011 |
Color Harmonies of #392491
Complementary color
Monochromatic Colors of #392491
Black with #392491
Text Example
Text Example
White with #392491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392491; }
p { color: rgb(57,36,145); }
H1.HeaderClassName
{
color: #392491;
}
.AnyTagClassName
{
color: #392491;
}
</style>
background-color css
<style>
a { background-color: #392491; }
a { background-color: rgb(57,36,145); }
div.DivClassName
{
background-color: #392491;
}
.BgClassName
{
background-color: #392491;
}
</style>
border-color css
<style>
span { border-color: #392491; }
span { border-color: rgb(57,36,145); }
td.TdClassName
{
border-color: #392491;
}
.TagClassName
{
border-color: #392491;
}
</style>