Shades of Dark Slate Blue #39339D
Tints of Dark Slate Blue #39339D
RGB
CMYK
RGB Variations
Color information
#39339D (or 0x39339D) is known color: Dark Slate Blue. HEX triplet: 39, 33 and 9D. RGB value is (57,51,157). Sum of RGB (Red+Green+Blue) = 57+51+157=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #39339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39339D is #C6CC62. Grayscale: #404040. Windows color (decimal): -13028451 or 10302265. OLE color: 10302265.
HSL color Cylindrical-coordinate representation of color #39339D: hue angle of 243.4º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39339D is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 51 | 157 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.38 |
| HSL | 243.4º | 0.51% | 0.41% | - |
| HSV(B) | 243.4º | 0.68% | 0.62% | - |
| XYZ | 8.96 | 5.67 | 32.52 | - |
| YUV | 64.88 | 179.99 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 51 | 157 | 0.64 | 0.68 | 0 | 0.38 | 243.4 | 0.51 | 0.41 |
| Hex | 39 | 33 | 9D | 40 | 44 | 0 | 26 | F3 | 33 | 29 |
| Octal | 71 | 63 | 235 | 100 | 104 | 0 | 46 | 363 | 63 | 51 |
| Binary | 111001 | 110011 | 10011101 | 1000000 | 1000100 | 0 | 100110 | 11110011 | 110011 | 101001 |
Color Harmonies of #39339D
Complementary color
Monochromatic Colors of #39339D
Black with #39339D
Text Example
Text Example
White with #39339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39339D; }
p { color: rgb(57,51,157); }
H1.HeaderClassName
{
color: #39339D;
}
.AnyTagClassName
{
color: #39339D;
}
</style>
background-color css
<style>
a { background-color: #39339D; }
a { background-color: rgb(57,51,157); }
div.DivClassName
{
background-color: #39339D;
}
.BgClassName
{
background-color: #39339D;
}
</style>
border-color css
<style>
span { border-color: #39339D; }
span { border-color: rgb(57,51,157); }
td.TdClassName
{
border-color: #39339D;
}
.TagClassName
{
border-color: #39339D;
}
</style>