Shades of Dark Slate Blue #312991
Tints of Dark Slate Blue #312991
RGB
CMYK
RGB Variations
Color information
#312991 (or 0x312991) is known color: Dark Slate Blue. HEX triplet: 31, 29 and 91. RGB value is (49,41,145). Sum of RGB (Red+Green+Blue) = 49+41+145=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #312991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312991 is #CED66E. Grayscale: #363636. Windows color (decimal): -13555311 or 9513265. OLE color: 9513265.
HSL color Cylindrical-coordinate representation of color #312991: hue angle of 244.62º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #312991 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 41 | 145 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.43 |
| HSL | 244.62º | 0.56% | 0.36% | - |
| HSV(B) | 244.62º | 0.72% | 0.57% | - |
| XYZ | 7.17 | 4.28 | 27.24 | - |
| YUV | 55.25 | 178.65 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 145 | 0.66 | 0.72 | 0 | 0.43 | 244.62 | 0.56 | 0.36 |
| Hex | 31 | 29 | 91 | 42 | 48 | 0 | 2B | F5 | 38 | 24 |
| Octal | 61 | 51 | 221 | 102 | 110 | 0 | 53 | 365 | 70 | 44 |
| Binary | 110001 | 101001 | 10010001 | 1000010 | 1001000 | 0 | 101011 | 11110101 | 111000 | 100100 |
Color Harmonies of #312991
Complementary color
Monochromatic Colors of #312991
Black with #312991
Text Example
Text Example
White with #312991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312991; }
p { color: rgb(49,41,145); }
H1.HeaderClassName
{
color: #312991;
}
.AnyTagClassName
{
color: #312991;
}
</style>
background-color css
<style>
a { background-color: #312991; }
a { background-color: rgb(49,41,145); }
div.DivClassName
{
background-color: #312991;
}
.BgClassName
{
background-color: #312991;
}
</style>
border-color css
<style>
span { border-color: #312991; }
span { border-color: rgb(49,41,145); }
td.TdClassName
{
border-color: #312991;
}
.TagClassName
{
border-color: #312991;
}
</style>