Shades of Dark Slate Blue #39379A
Tints of Dark Slate Blue #39379A
RGB
CMYK
RGB Variations
Color information
#39379A (or 0x39379A) is known color: Dark Slate Blue. HEX triplet: 39, 37 and 9A. RGB value is (57,55,154). Sum of RGB (Red+Green+Blue) = 57+55+154=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #39379A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39379A is #C6C865. Grayscale: #424242. Windows color (decimal): -13027430 or 10106681. OLE color: 10106681.
HSL color Cylindrical-coordinate representation of color #39379A: hue angle of 241.21º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39379A is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 55 | 154 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.40 |
| HSL | 241.21º | 0.47% | 0.41% | - |
| HSV(B) | 241.21º | 0.64% | 0.6% | - |
| XYZ | 8.89 | 5.94 | 31.25 | - |
| YUV | 66.88 | 177.16 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 154 | 0.63 | 0.64 | 0 | 0.40 | 241.21 | 0.47 | 0.41 |
| Hex | 39 | 37 | 9A | 3F | 40 | 0 | 28 | F1 | 2F | 29 |
| Octal | 71 | 67 | 232 | 77 | 100 | 0 | 50 | 361 | 57 | 51 |
| Binary | 111001 | 110111 | 10011010 | 111111 | 1000000 | 0 | 101000 | 11110001 | 101111 | 101001 |
Color Harmonies of #39379A
Complementary color
Monochromatic Colors of #39379A
Black with #39379A
Text Example
Text Example
White with #39379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39379A; }
p { color: rgb(57,55,154); }
H1.HeaderClassName
{
color: #39379A;
}
.AnyTagClassName
{
color: #39379A;
}
</style>
background-color css
<style>
a { background-color: #39379A; }
a { background-color: rgb(57,55,154); }
div.DivClassName
{
background-color: #39379A;
}
.BgClassName
{
background-color: #39379A;
}
</style>
border-color css
<style>
span { border-color: #39379A; }
span { border-color: rgb(57,55,154); }
td.TdClassName
{
border-color: #39379A;
}
.TagClassName
{
border-color: #39379A;
}
</style>