Shades of Dark Slate Blue #393795
Tints of Dark Slate Blue #393795
RGB
CMYK
RGB Variations
Color information
#393795 (or 0x393795) is known color: Dark Slate Blue. HEX triplet: 39, 37 and 95. RGB value is (57,55,149). Sum of RGB (Red+Green+Blue) = 57+55+149=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #393795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393795 is #C6C86A. Grayscale: #414141. Windows color (decimal): -13027435 or 9779001. OLE color: 9779001.
HSL color Cylindrical-coordinate representation of color #393795: hue angle of 241.28º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #393795 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 55 | 149 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.42 |
| HSL | 241.28º | 0.46% | 0.4% | - |
| HSV(B) | 241.28º | 0.63% | 0.58% | - |
| XYZ | 8.48 | 5.77 | 29.1 | - |
| YUV | 66.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 149 | 0.62 | 0.63 | 0 | 0.42 | 241.28 | 0.46 | 0.4 |
| Hex | 39 | 37 | 95 | 3E | 3F | 0 | 2A | F1 | 2E | 28 |
| Octal | 71 | 67 | 225 | 76 | 77 | 0 | 52 | 361 | 56 | 50 |
| Binary | 111001 | 110111 | 10010101 | 111110 | 111111 | 0 | 101010 | 11110001 | 101110 | 101000 |
Color Harmonies of #393795
Complementary color
Monochromatic Colors of #393795
Black with #393795
Text Example
Text Example
White with #393795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393795; }
p { color: rgb(57,55,149); }
H1.HeaderClassName
{
color: #393795;
}
.AnyTagClassName
{
color: #393795;
}
</style>
background-color css
<style>
a { background-color: #393795; }
a { background-color: rgb(57,55,149); }
div.DivClassName
{
background-color: #393795;
}
.BgClassName
{
background-color: #393795;
}
</style>
border-color css
<style>
span { border-color: #393795; }
span { border-color: rgb(57,55,149); }
td.TdClassName
{
border-color: #393795;
}
.TagClassName
{
border-color: #393795;
}
</style>