Shades of Dark Slate Blue #39409C
Tints of Dark Slate Blue #39409C
RGB
CMYK
RGB Variations
Color information
#39409C (or 0x39409C) is known color: Dark Slate Blue. HEX triplet: 39, 40 and 9C. RGB value is (57,64,156). Sum of RGB (Red+Green+Blue) = 57+64+156=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #39409C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39409C is #C6BF63. Grayscale: #484848. Windows color (decimal): -13025124 or 10240057. OLE color: 10240057.
HSL color Cylindrical-coordinate representation of color #39409C: hue angle of 235.76º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39409C is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 64 | 156 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.39 |
| HSL | 235.76º | 0.46% | 0.42% | - |
| HSV(B) | 235.76º | 0.63% | 0.61% | - |
| XYZ | 9.52 | 6.94 | 32.29 | - |
| YUV | 72.4 | 175.18 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 156 | 0.63 | 0.59 | 0 | 0.39 | 235.76 | 0.46 | 0.42 |
| Hex | 39 | 40 | 9C | 3F | 3B | 0 | 27 | EC | 2E | 2A |
| Octal | 71 | 100 | 234 | 77 | 73 | 0 | 47 | 354 | 56 | 52 |
| Binary | 111001 | 1000000 | 10011100 | 111111 | 111011 | 0 | 100111 | 11101100 | 101110 | 101010 |
Color Harmonies of #39409C
Complementary color
Monochromatic Colors of #39409C
Black with #39409C
Text Example
Text Example
White with #39409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39409C; }
p { color: rgb(57,64,156); }
H1.HeaderClassName
{
color: #39409C;
}
.AnyTagClassName
{
color: #39409C;
}
</style>
background-color css
<style>
a { background-color: #39409C; }
a { background-color: rgb(57,64,156); }
div.DivClassName
{
background-color: #39409C;
}
.BgClassName
{
background-color: #39409C;
}
</style>
border-color css
<style>
span { border-color: #39409C; }
span { border-color: rgb(57,64,156); }
td.TdClassName
{
border-color: #39409C;
}
.TagClassName
{
border-color: #39409C;
}
</style>