Shades of Dark Slate Blue #312791
Tints of Dark Slate Blue #312791
RGB
CMYK
RGB Variations
Color information
#312791 (or 0x312791) is known color: Dark Slate Blue. HEX triplet: 31, 27 and 91. RGB value is (49,39,145). Sum of RGB (Red+Green+Blue) = 49+39+145=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #312791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312791 is #CED86E. Grayscale: #353535. Windows color (decimal): -13555823 or 9512753. OLE color: 9512753.
HSL color Cylindrical-coordinate representation of color #312791: hue angle of 245.66º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #312791 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 39 | 145 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.43 |
| HSL | 245.66º | 0.58% | 0.36% | - |
| HSV(B) | 245.66º | 0.73% | 0.57% | - |
| XYZ | 7.1 | 4.15 | 27.21 | - |
| YUV | 54.07 | 179.31 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 39 | 145 | 0.66 | 0.73 | 0 | 0.43 | 245.66 | 0.58 | 0.36 |
| Hex | 31 | 27 | 91 | 42 | 49 | 0 | 2B | F6 | 3A | 24 |
| Octal | 61 | 47 | 221 | 102 | 111 | 0 | 53 | 366 | 72 | 44 |
| Binary | 110001 | 100111 | 10010001 | 1000010 | 1001001 | 0 | 101011 | 11110110 | 111010 | 100100 |
Color Harmonies of #312791
Complementary color
Monochromatic Colors of #312791
Black with #312791
Text Example
Text Example
White with #312791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312791; }
p { color: rgb(49,39,145); }
H1.HeaderClassName
{
color: #312791;
}
.AnyTagClassName
{
color: #312791;
}
</style>
background-color css
<style>
a { background-color: #312791; }
a { background-color: rgb(49,39,145); }
div.DivClassName
{
background-color: #312791;
}
.BgClassName
{
background-color: #312791;
}
</style>
border-color css
<style>
span { border-color: #312791; }
span { border-color: rgb(49,39,145); }
td.TdClassName
{
border-color: #312791;
}
.TagClassName
{
border-color: #312791;
}
</style>