Shades of Dark Slate Blue #312D91
Tints of Dark Slate Blue #312D91
RGB
CMYK
RGB Variations
Color information
#312D91 (or 0x312D91) is known color: Dark Slate Blue. HEX triplet: 31, 2D and 91. RGB value is (49,45,145). Sum of RGB (Red+Green+Blue) = 49+45+145=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #312D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312D91 is #CED26E. Grayscale: #393939. Windows color (decimal): -13554287 or 9514289. OLE color: 9514289.
HSL color Cylindrical-coordinate representation of color #312D91: hue angle of 242.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #312D91 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 45 | 145 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.43 |
| HSL | 242.4º | 0.53% | 0.37% | - |
| HSV(B) | 242.4º | 0.69% | 0.57% | - |
| XYZ | 7.32 | 4.57 | 27.29 | - |
| YUV | 57.6 | 177.33 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 145 | 0.66 | 0.69 | 0 | 0.43 | 242.4 | 0.53 | 0.37 |
| Hex | 31 | 2D | 91 | 42 | 45 | 0 | 2B | F2 | 35 | 25 |
| Octal | 61 | 55 | 221 | 102 | 105 | 0 | 53 | 362 | 65 | 45 |
| Binary | 110001 | 101101 | 10010001 | 1000010 | 1000101 | 0 | 101011 | 11110010 | 110101 | 100101 |
Color Harmonies of #312D91
Complementary color
Monochromatic Colors of #312D91
Black with #312D91
Text Example
Text Example
White with #312D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D91; }
p { color: rgb(49,45,145); }
H1.HeaderClassName
{
color: #312D91;
}
.AnyTagClassName
{
color: #312D91;
}
</style>
background-color css
<style>
a { background-color: #312D91; }
a { background-color: rgb(49,45,145); }
div.DivClassName
{
background-color: #312D91;
}
.BgClassName
{
background-color: #312D91;
}
</style>
border-color css
<style>
span { border-color: #312D91; }
span { border-color: rgb(49,45,145); }
td.TdClassName
{
border-color: #312D91;
}
.TagClassName
{
border-color: #312D91;
}
</style>