Shades of Dark Slate Blue #312691
Tints of Dark Slate Blue #312691
RGB
CMYK
RGB Variations
Color information
#312691 (or 0x312691) is known color: Dark Slate Blue. HEX triplet: 31, 26 and 91. RGB value is (49,38,145). Sum of RGB (Red+Green+Blue) = 49+38+145=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #312691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312691 is #CED96E. Grayscale: #353535. Windows color (decimal): -13556079 or 9512497. OLE color: 9512497.
HSL color Cylindrical-coordinate representation of color #312691: hue angle of 246.17º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #312691 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 38 | 145 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.43 |
| HSL | 246.17º | 0.58% | 0.36% | - |
| HSV(B) | 246.17º | 0.74% | 0.57% | - |
| XYZ | 7.07 | 4.08 | 27.2 | - |
| YUV | 53.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 145 | 0.66 | 0.74 | 0 | 0.43 | 246.17 | 0.58 | 0.36 |
| Hex | 31 | 26 | 91 | 42 | 4A | 0 | 2B | F6 | 3A | 24 |
| Octal | 61 | 46 | 221 | 102 | 112 | 0 | 53 | 366 | 72 | 44 |
| Binary | 110001 | 100110 | 10010001 | 1000010 | 1001010 | 0 | 101011 | 11110110 | 111010 | 100100 |
Color Harmonies of #312691
Complementary color
Monochromatic Colors of #312691
Black with #312691
Text Example
Text Example
White with #312691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312691; }
p { color: rgb(49,38,145); }
H1.HeaderClassName
{
color: #312691;
}
.AnyTagClassName
{
color: #312691;
}
</style>
background-color css
<style>
a { background-color: #312691; }
a { background-color: rgb(49,38,145); }
div.DivClassName
{
background-color: #312691;
}
.BgClassName
{
background-color: #312691;
}
</style>
border-color css
<style>
span { border-color: #312691; }
span { border-color: rgb(49,38,145); }
td.TdClassName
{
border-color: #312691;
}
.TagClassName
{
border-color: #312691;
}
</style>