Shades of Dark Slate Blue #393290
Tints of Dark Slate Blue #393290
RGB
CMYK
RGB Variations
Color information
#393290 (or 0x393290) is known color: Dark Slate Blue. HEX triplet: 39, 32 and 90. RGB value is (57,50,144). Sum of RGB (Red+Green+Blue) = 57+50+144=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #393290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393290 is #C6CD6F. Grayscale: #3E3E3E. Windows color (decimal): -13028720 or 9450041. OLE color: 9450041.
HSL color Cylindrical-coordinate representation of color #393290: hue angle of 244.47º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #393290 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 50 | 144 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.44 |
| HSL | 244.47º | 0.48% | 0.38% | - |
| HSV(B) | 244.47º | 0.65% | 0.56% | - |
| XYZ | 7.86 | 5.16 | 26.97 | - |
| YUV | 62.81 | 173.82 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 144 | 0.60 | 0.65 | 0 | 0.44 | 244.47 | 0.48 | 0.38 |
| Hex | 39 | 32 | 90 | 3C | 41 | 0 | 2C | F4 | 30 | 26 |
| Octal | 71 | 62 | 220 | 74 | 101 | 0 | 54 | 364 | 60 | 46 |
| Binary | 111001 | 110010 | 10010000 | 111100 | 1000001 | 0 | 101100 | 11110100 | 110000 | 100110 |
Color Harmonies of #393290
Complementary color
Monochromatic Colors of #393290
Black with #393290
Text Example
Text Example
White with #393290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393290; }
p { color: rgb(57,50,144); }
H1.HeaderClassName
{
color: #393290;
}
.AnyTagClassName
{
color: #393290;
}
</style>
background-color css
<style>
a { background-color: #393290; }
a { background-color: rgb(57,50,144); }
div.DivClassName
{
background-color: #393290;
}
.BgClassName
{
background-color: #393290;
}
</style>
border-color css
<style>
span { border-color: #393290; }
span { border-color: rgb(57,50,144); }
td.TdClassName
{
border-color: #393290;
}
.TagClassName
{
border-color: #393290;
}
</style>