Shades of Dark Slate Blue #393491
Tints of Dark Slate Blue #393491
RGB
CMYK
RGB Variations
Color information
#393491 (or 0x393491) is known color: Dark Slate Blue. HEX triplet: 39, 34 and 91. RGB value is (57,52,145). Sum of RGB (Red+Green+Blue) = 57+52+145=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #393491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393491 is #C6CB6E. Grayscale: #3F3F3F. Windows color (decimal): -13028207 or 9516089. OLE color: 9516089.
HSL color Cylindrical-coordinate representation of color #393491: hue angle of 243.23º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #393491 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 52 | 145 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.43 |
| HSL | 243.23º | 0.47% | 0.39% | - |
| HSV(B) | 243.23º | 0.64% | 0.57% | - |
| XYZ | 8.03 | 5.37 | 27.4 | - |
| YUV | 64.1 | 173.66 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 52 | 145 | 0.61 | 0.64 | 0 | 0.43 | 243.23 | 0.47 | 0.39 |
| Hex | 39 | 34 | 91 | 3D | 40 | 0 | 2B | F3 | 2F | 27 |
| Octal | 71 | 64 | 221 | 75 | 100 | 0 | 53 | 363 | 57 | 47 |
| Binary | 111001 | 110100 | 10010001 | 111101 | 1000000 | 0 | 101011 | 11110011 | 101111 | 100111 |
Color Harmonies of #393491
Complementary color
Monochromatic Colors of #393491
Black with #393491
Text Example
Text Example
White with #393491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393491; }
p { color: rgb(57,52,145); }
H1.HeaderClassName
{
color: #393491;
}
.AnyTagClassName
{
color: #393491;
}
</style>
background-color css
<style>
a { background-color: #393491; }
a { background-color: rgb(57,52,145); }
div.DivClassName
{
background-color: #393491;
}
.BgClassName
{
background-color: #393491;
}
</style>
border-color css
<style>
span { border-color: #393491; }
span { border-color: rgb(57,52,145); }
td.TdClassName
{
border-color: #393491;
}
.TagClassName
{
border-color: #393491;
}
</style>