Shades of Dark Slate Blue #392791
Tints of Dark Slate Blue #392791
RGB
CMYK
RGB Variations
Color information
#392791 (or 0x392791) is known color: Dark Slate Blue. HEX triplet: 39, 27 and 91. RGB value is (57,39,145). Sum of RGB (Red+Green+Blue) = 57+39+145=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #392791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392791 is #C6D86E. Grayscale: #383838. Windows color (decimal): -13031535 or 9512761. OLE color: 9512761.
HSL color Cylindrical-coordinate representation of color #392791: hue angle of 250.19º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #392791 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 39 | 145 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.43 |
| HSL | 250.19º | 0.58% | 0.36% | - |
| HSV(B) | 250.19º | 0.73% | 0.57% | - |
| XYZ | 7.52 | 4.37 | 27.23 | - |
| YUV | 56.47 | 177.96 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 39 | 145 | 0.61 | 0.73 | 0 | 0.43 | 250.19 | 0.58 | 0.36 |
| Hex | 39 | 27 | 91 | 3D | 49 | 0 | 2B | FA | 3A | 24 |
| Octal | 71 | 47 | 221 | 75 | 111 | 0 | 53 | 372 | 72 | 44 |
| Binary | 111001 | 100111 | 10010001 | 111101 | 1001001 | 0 | 101011 | 11111010 | 111010 | 100100 |
Color Harmonies of #392791
Complementary color
Monochromatic Colors of #392791
Black with #392791
Text Example
Text Example
White with #392791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392791; }
p { color: rgb(57,39,145); }
H1.HeaderClassName
{
color: #392791;
}
.AnyTagClassName
{
color: #392791;
}
</style>
background-color css
<style>
a { background-color: #392791; }
a { background-color: rgb(57,39,145); }
div.DivClassName
{
background-color: #392791;
}
.BgClassName
{
background-color: #392791;
}
</style>
border-color css
<style>
span { border-color: #392791; }
span { border-color: rgb(57,39,145); }
td.TdClassName
{
border-color: #392791;
}
.TagClassName
{
border-color: #392791;
}
</style>