Shades of Dark Slate Blue #393393
Tints of Dark Slate Blue #393393
RGB
CMYK
RGB Variations
Color information
#393393 (or 0x393393) is known color: Dark Slate Blue. HEX triplet: 39, 33 and 93. RGB value is (57,51,147). Sum of RGB (Red+Green+Blue) = 57+51+147=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #393393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393393 is #C6CC6C. Grayscale: #3F3F3F. Windows color (decimal): -13028461 or 9646905. OLE color: 9646905.
HSL color Cylindrical-coordinate representation of color #393393: hue angle of 243.75º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #393393 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 51 | 147 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.42 |
| HSL | 243.75º | 0.48% | 0.39% | - |
| HSV(B) | 243.75º | 0.65% | 0.58% | - |
| XYZ | 8.14 | 5.34 | 28.21 | - |
| YUV | 63.74 | 174.99 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 51 | 147 | 0.61 | 0.65 | 0 | 0.42 | 243.75 | 0.48 | 0.39 |
| Hex | 39 | 33 | 93 | 3D | 41 | 0 | 2A | F4 | 30 | 27 |
| Octal | 71 | 63 | 223 | 75 | 101 | 0 | 52 | 364 | 60 | 47 |
| Binary | 111001 | 110011 | 10010011 | 111101 | 1000001 | 0 | 101010 | 11110100 | 110000 | 100111 |
Color Harmonies of #393393
Complementary color
Monochromatic Colors of #393393
Black with #393393
Text Example
Text Example
White with #393393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393393; }
p { color: rgb(57,51,147); }
H1.HeaderClassName
{
color: #393393;
}
.AnyTagClassName
{
color: #393393;
}
</style>
background-color css
<style>
a { background-color: #393393; }
a { background-color: rgb(57,51,147); }
div.DivClassName
{
background-color: #393393;
}
.BgClassName
{
background-color: #393393;
}
</style>
border-color css
<style>
span { border-color: #393393; }
span { border-color: rgb(57,51,147); }
td.TdClassName
{
border-color: #393393;
}
.TagClassName
{
border-color: #393393;
}
</style>