Shades of Dark Slate Blue #393A91
Tints of Dark Slate Blue #393A91
RGB
CMYK
RGB Variations
Color information
#393A91 (or 0x393A91) is known color: Dark Slate Blue. HEX triplet: 39, 3A and 91. RGB value is (57,58,145). Sum of RGB (Red+Green+Blue) = 57+58+145=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #393A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393A91 is #C6C56E. Grayscale: #434343. Windows color (decimal): -13026671 or 9517625. OLE color: 9517625.
HSL color Cylindrical-coordinate representation of color #393A91: hue angle of 239.32º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #393A91 is Cyan = 0.61, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 58 | 145 | - |
| CMYK | 0.61 | 0.6 | 0 | 0.43 |
| HSL | 239.32º | 0.44% | 0.4% | - |
| HSV(B) | 239.32º | 0.61% | 0.57% | - |
| XYZ | 8.31 | 5.94 | 27.5 | - |
| YUV | 67.62 | 171.67 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 145 | 0.61 | 0.6 | 0 | 0.43 | 239.32 | 0.44 | 0.4 |
| Hex | 39 | 3A | 91 | 3D | 3C | 0 | 2B | EF | 2C | 28 |
| Octal | 71 | 72 | 221 | 75 | 74 | 0 | 53 | 357 | 54 | 50 |
| Binary | 111001 | 111010 | 10010001 | 111101 | 111100 | 0 | 101011 | 11101111 | 101100 | 101000 |
Color Harmonies of #393A91
Complementary color
Monochromatic Colors of #393A91
Black with #393A91
Text Example
Text Example
White with #393A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A91; }
p { color: rgb(57,58,145); }
H1.HeaderClassName
{
color: #393A91;
}
.AnyTagClassName
{
color: #393A91;
}
</style>
background-color css
<style>
a { background-color: #393A91; }
a { background-color: rgb(57,58,145); }
div.DivClassName
{
background-color: #393A91;
}
.BgClassName
{
background-color: #393A91;
}
</style>
border-color css
<style>
span { border-color: #393A91; }
span { border-color: rgb(57,58,145); }
td.TdClassName
{
border-color: #393A91;
}
.TagClassName
{
border-color: #393A91;
}
</style>