Shades of Dark Slate Blue #39338D
Tints of Dark Slate Blue #39338D
RGB
CMYK
RGB Variations
Color information
#39338D (or 0x39338D) is known color: Dark Slate Blue. HEX triplet: 39, 33 and 8D. RGB value is (57,51,141). Sum of RGB (Red+Green+Blue) = 57+51+141=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #39338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39338D is #C6CC72. Grayscale: #3E3E3E. Windows color (decimal): -13028467 or 9253689. OLE color: 9253689.
HSL color Cylindrical-coordinate representation of color #39338D: hue angle of 244º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39338D is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 51 | 141 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.45 |
| HSL | 244º | 0.47% | 0.38% | - |
| HSV(B) | 244º | 0.64% | 0.55% | - |
| XYZ | 7.68 | 5.16 | 25.79 | - |
| YUV | 63.05 | 171.99 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 51 | 141 | 0.60 | 0.64 | 0 | 0.45 | 244 | 0.47 | 0.38 |
| Hex | 39 | 33 | 8D | 3C | 40 | 0 | 2D | F4 | 2F | 26 |
| Octal | 71 | 63 | 215 | 74 | 100 | 0 | 55 | 364 | 57 | 46 |
| Binary | 111001 | 110011 | 10001101 | 111100 | 1000000 | 0 | 101101 | 11110100 | 101111 | 100110 |
Color Harmonies of #39338D
Complementary color
Monochromatic Colors of #39338D
Black with #39338D
Text Example
Text Example
White with #39338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39338D; }
p { color: rgb(57,51,141); }
H1.HeaderClassName
{
color: #39338D;
}
.AnyTagClassName
{
color: #39338D;
}
</style>
background-color css
<style>
a { background-color: #39338D; }
a { background-color: rgb(57,51,141); }
div.DivClassName
{
background-color: #39338D;
}
.BgClassName
{
background-color: #39338D;
}
</style>
border-color css
<style>
span { border-color: #39338D; }
span { border-color: rgb(57,51,141); }
td.TdClassName
{
border-color: #39338D;
}
.TagClassName
{
border-color: #39338D;
}
</style>