Shades of Dark Slate Blue #3932A0
Tints of Dark Slate Blue #3932A0
RGB
CMYK
RGB Variations
Color information
#3932A0 (or 0x3932A0) is known color: Dark Slate Blue. HEX triplet: 39, 32 and A0. RGB value is (57,50,160). Sum of RGB (Red+Green+Blue) = 57+50+160=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 160 (62.89% from 255 or 59.93% from 267); Max value from RGB is 160 - color contains mainly: blue. Hex color #3932A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3932A0 is #C6CD5F. Grayscale: #404040. Windows color (decimal): -13028704 or 10498617. OLE color: 10498617.
HSL color Cylindrical-coordinate representation of color #3932A0: hue angle of 243.82º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3932A0 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 57 | 50 | 160 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.37 |
| HSL | 243.82º | 0.52% | 0.41% | - |
| HSV(B) | 243.82º | 0.69% | 0.63% | - |
| XYZ | 9.17 | 5.69 | 33.87 | - |
| YUV | 64.63 | 181.82 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 160 | 0.64 | 0.69 | 0 | 0.37 | 243.82 | 0.52 | 0.41 |
| Hex | 39 | 32 | A0 | 40 | 45 | 0 | 25 | F4 | 34 | 29 |
| Octal | 71 | 62 | 240 | 100 | 105 | 0 | 45 | 364 | 64 | 51 |
| Binary | 111001 | 110010 | 10100000 | 1000000 | 1000101 | 0 | 100101 | 11110100 | 110100 | 101001 |
Color Harmonies of #3932A0
Complementary color
Monochromatic Colors of #3932A0
Black with #3932A0
Text Example
Text Example
White with #3932A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3932A0; }
p { color: rgb(57,50,160); }
H1.HeaderClassName
{
color: #3932A0;
}
.AnyTagClassName
{
color: #3932A0;
}
</style>
background-color css
<style>
a { background-color: #3932A0; }
a { background-color: rgb(57,50,160); }
div.DivClassName
{
background-color: #3932A0;
}
.BgClassName
{
background-color: #3932A0;
}
</style>
border-color css
<style>
span { border-color: #3932A0; }
span { border-color: rgb(57,50,160); }
td.TdClassName
{
border-color: #3932A0;
}
.TagClassName
{
border-color: #3932A0;
}
</style>