Shades of Dark Slate Blue #39288D
Tints of Dark Slate Blue #39288D
RGB
CMYK
RGB Variations
Color information
#39288D (or 0x39288D) is known color: Dark Slate Blue. HEX triplet: 39, 28 and 8D. RGB value is (57,40,141). Sum of RGB (Red+Green+Blue) = 57+40+141=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #39288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39288D is #C6D772. Grayscale: #383838. Windows color (decimal): -13031283 or 9250873. OLE color: 9250873.
HSL color Cylindrical-coordinate representation of color #39288D: hue angle of 250.1º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39288D is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 40 | 141 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.45 |
| HSL | 250.1º | 0.56% | 0.35% | - |
| HSV(B) | 250.1º | 0.72% | 0.55% | - |
| XYZ | 7.25 | 4.31 | 25.65 | - |
| YUV | 56.6 | 175.63 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 141 | 0.60 | 0.72 | 0 | 0.45 | 250.1 | 0.56 | 0.35 |
| Hex | 39 | 28 | 8D | 3C | 48 | 0 | 2D | FA | 38 | 23 |
| Octal | 71 | 50 | 215 | 74 | 110 | 0 | 55 | 372 | 70 | 43 |
| Binary | 111001 | 101000 | 10001101 | 111100 | 1001000 | 0 | 101101 | 11111010 | 111000 | 100011 |
Color Harmonies of #39288D
Complementary color
Monochromatic Colors of #39288D
Black with #39288D
Text Example
Text Example
White with #39288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39288D; }
p { color: rgb(57,40,141); }
H1.HeaderClassName
{
color: #39288D;
}
.AnyTagClassName
{
color: #39288D;
}
</style>
background-color css
<style>
a { background-color: #39288D; }
a { background-color: rgb(57,40,141); }
div.DivClassName
{
background-color: #39288D;
}
.BgClassName
{
background-color: #39288D;
}
</style>
border-color css
<style>
span { border-color: #39288D; }
span { border-color: rgb(57,40,141); }
td.TdClassName
{
border-color: #39288D;
}
.TagClassName
{
border-color: #39288D;
}
</style>