Shades of Dark Slate Blue #393193
Tints of Dark Slate Blue #393193
RGB
CMYK
RGB Variations
Color information
#393193 (or 0x393193) is known color: Dark Slate Blue. HEX triplet: 39, 31 and 93. RGB value is (57,49,147). Sum of RGB (Red+Green+Blue) = 57+49+147=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #393193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393193 is #C6CE6C. Grayscale: #3E3E3E. Windows color (decimal): -13028973 or 9646393. OLE color: 9646393.
HSL color Cylindrical-coordinate representation of color #393193: hue angle of 244.9º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #393193 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 49 | 147 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.42 |
| HSL | 244.9º | 0.5% | 0.38% | - |
| HSV(B) | 244.9º | 0.67% | 0.58% | - |
| XYZ | 8.05 | 5.17 | 28.18 | - |
| YUV | 62.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 147 | 0.61 | 0.67 | 0 | 0.42 | 244.9 | 0.5 | 0.38 |
| Hex | 39 | 31 | 93 | 3D | 43 | 0 | 2A | F5 | 32 | 26 |
| Octal | 71 | 61 | 223 | 75 | 103 | 0 | 52 | 365 | 62 | 46 |
| Binary | 111001 | 110001 | 10010011 | 111101 | 1000011 | 0 | 101010 | 11110101 | 110010 | 100110 |
Color Harmonies of #393193
Complementary color
Monochromatic Colors of #393193
Black with #393193
Text Example
Text Example
White with #393193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393193; }
p { color: rgb(57,49,147); }
H1.HeaderClassName
{
color: #393193;
}
.AnyTagClassName
{
color: #393193;
}
</style>
background-color css
<style>
a { background-color: #393193; }
a { background-color: rgb(57,49,147); }
div.DivClassName
{
background-color: #393193;
}
.BgClassName
{
background-color: #393193;
}
</style>
border-color css
<style>
span { border-color: #393193; }
span { border-color: rgb(57,49,147); }
td.TdClassName
{
border-color: #393193;
}
.TagClassName
{
border-color: #393193;
}
</style>