Shades of Dark Slate Blue #39338F
Tints of Dark Slate Blue #39338F
RGB
CMYK
RGB Variations
Color information
#39338F (or 0x39338F) is known color: Dark Slate Blue. HEX triplet: 39, 33 and 8F. RGB value is (57,51,143). Sum of RGB (Red+Green+Blue) = 57+51+143=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 143 (56.25% from 255 or 56.97% from 251); Max value from RGB is 143 - color contains mainly: blue. Hex color #39338F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39338F is #C6CC70. Grayscale: #3E3E3E. Windows color (decimal): -13028465 or 9384761. OLE color: 9384761.
HSL color Cylindrical-coordinate representation of color #39338F: hue angle of 243.91º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39338F is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 51 | 143 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.44 |
| HSL | 243.91º | 0.47% | 0.38% | - |
| HSV(B) | 243.91º | 0.64% | 0.56% | - |
| XYZ | 7.83 | 5.22 | 26.58 | - |
| YUV | 63.28 | 172.99 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 51 | 143 | 0.60 | 0.64 | 0 | 0.44 | 243.91 | 0.47 | 0.38 |
| Hex | 39 | 33 | 8F | 3C | 40 | 0 | 2C | F4 | 2F | 26 |
| Octal | 71 | 63 | 217 | 74 | 100 | 0 | 54 | 364 | 57 | 46 |
| Binary | 111001 | 110011 | 10001111 | 111100 | 1000000 | 0 | 101100 | 11110100 | 101111 | 100110 |
Color Harmonies of #39338F
Complementary color
Monochromatic Colors of #39338F
Black with #39338F
Text Example
Text Example
White with #39338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39338F; }
p { color: rgb(57,51,143); }
H1.HeaderClassName
{
color: #39338F;
}
.AnyTagClassName
{
color: #39338F;
}
</style>
background-color css
<style>
a { background-color: #39338F; }
a { background-color: rgb(57,51,143); }
div.DivClassName
{
background-color: #39338F;
}
.BgClassName
{
background-color: #39338F;
}
</style>
border-color css
<style>
span { border-color: #39338F; }
span { border-color: rgb(57,51,143); }
td.TdClassName
{
border-color: #39338F;
}
.TagClassName
{
border-color: #39338F;
}
</style>