Shades of Dark Slate Blue #393791
Tints of Dark Slate Blue #393791
RGB
CMYK
RGB Variations
Color information
#393791 (or 0x393791) is known color: Dark Slate Blue. HEX triplet: 39, 37 and 91. RGB value is (57,55,145). Sum of RGB (Red+Green+Blue) = 57+55+145=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #393791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393791 is #C6C86E. Grayscale: #414141. Windows color (decimal): -13027439 or 9516857. OLE color: 9516857.
HSL color Cylindrical-coordinate representation of color #393791: hue angle of 241.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #393791 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 55 | 145 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.43 |
| HSL | 241.33º | 0.45% | 0.39% | - |
| HSV(B) | 241.33º | 0.62% | 0.57% | - |
| XYZ | 8.16 | 5.65 | 27.45 | - |
| YUV | 65.86 | 172.66 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 145 | 0.61 | 0.62 | 0 | 0.43 | 241.33 | 0.45 | 0.39 |
| Hex | 39 | 37 | 91 | 3D | 3E | 0 | 2B | F1 | 2D | 27 |
| Octal | 71 | 67 | 221 | 75 | 76 | 0 | 53 | 361 | 55 | 47 |
| Binary | 111001 | 110111 | 10010001 | 111101 | 111110 | 0 | 101011 | 11110001 | 101101 | 100111 |
Color Harmonies of #393791
Complementary color
Monochromatic Colors of #393791
Black with #393791
Text Example
Text Example
White with #393791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393791; }
p { color: rgb(57,55,145); }
H1.HeaderClassName
{
color: #393791;
}
.AnyTagClassName
{
color: #393791;
}
</style>
background-color css
<style>
a { background-color: #393791; }
a { background-color: rgb(57,55,145); }
div.DivClassName
{
background-color: #393791;
}
.BgClassName
{
background-color: #393791;
}
</style>
border-color css
<style>
span { border-color: #393791; }
span { border-color: rgb(57,55,145); }
td.TdClassName
{
border-color: #393791;
}
.TagClassName
{
border-color: #393791;
}
</style>