Shades of Dark Slate Blue #39379D
Tints of Dark Slate Blue #39379D
RGB
CMYK
RGB Variations
Color information
#39379D (or 0x39379D) is known color: Dark Slate Blue. HEX triplet: 39, 37 and 9D. RGB value is (57,55,157). Sum of RGB (Red+Green+Blue) = 57+55+157=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #39379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39379D is #C6C862. Grayscale: #424242. Windows color (decimal): -13027427 or 10303289. OLE color: 10303289.
HSL color Cylindrical-coordinate representation of color #39379D: hue angle of 241.18º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39379D is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 55 | 157 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.38 |
| HSL | 241.18º | 0.48% | 0.42% | - |
| HSV(B) | 241.18º | 0.65% | 0.62% | - |
| XYZ | 9.14 | 6.04 | 32.58 | - |
| YUV | 67.23 | 178.66 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 157 | 0.64 | 0.65 | 0 | 0.38 | 241.18 | 0.48 | 0.42 |
| Hex | 39 | 37 | 9D | 40 | 41 | 0 | 26 | F1 | 30 | 2A |
| Octal | 71 | 67 | 235 | 100 | 101 | 0 | 46 | 361 | 60 | 52 |
| Binary | 111001 | 110111 | 10011101 | 1000000 | 1000001 | 0 | 100110 | 11110001 | 110000 | 101010 |
Color Harmonies of #39379D
Complementary color
Monochromatic Colors of #39379D
Black with #39379D
Text Example
Text Example
White with #39379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39379D; }
p { color: rgb(57,55,157); }
H1.HeaderClassName
{
color: #39379D;
}
.AnyTagClassName
{
color: #39379D;
}
</style>
background-color css
<style>
a { background-color: #39379D; }
a { background-color: rgb(57,55,157); }
div.DivClassName
{
background-color: #39379D;
}
.BgClassName
{
background-color: #39379D;
}
</style>
border-color css
<style>
span { border-color: #39379D; }
span { border-color: rgb(57,55,157); }
td.TdClassName
{
border-color: #39379D;
}
.TagClassName
{
border-color: #39379D;
}
</style>