Shades of Dark Slate Blue #312994
Tints of Dark Slate Blue #312994
RGB
CMYK
RGB Variations
Color information
#312994 (or 0x312994) is known color: Dark Slate Blue. HEX triplet: 31, 29 and 94. RGB value is (49,41,148). Sum of RGB (Red+Green+Blue) = 49+41+148=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #312994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312994 is #CED66B. Grayscale: #373737. Windows color (decimal): -13555308 or 9709873. OLE color: 9709873.
HSL color Cylindrical-coordinate representation of color #312994: hue angle of 244.49º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #312994 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 41 | 148 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.42 |
| HSL | 244.49º | 0.57% | 0.37% | - |
| HSV(B) | 244.49º | 0.72% | 0.58% | - |
| XYZ | 7.4 | 4.38 | 28.47 | - |
| YUV | 55.59 | 180.15 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 148 | 0.67 | 0.72 | 0 | 0.42 | 244.49 | 0.57 | 0.37 |
| Hex | 31 | 29 | 94 | 43 | 48 | 0 | 2A | F4 | 39 | 25 |
| Octal | 61 | 51 | 224 | 103 | 110 | 0 | 52 | 364 | 71 | 45 |
| Binary | 110001 | 101001 | 10010100 | 1000011 | 1001000 | 0 | 101010 | 11110100 | 111001 | 100101 |
Color Harmonies of #312994
Complementary color
Monochromatic Colors of #312994
Black with #312994
Text Example
Text Example
White with #312994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312994; }
p { color: rgb(49,41,148); }
H1.HeaderClassName
{
color: #312994;
}
.AnyTagClassName
{
color: #312994;
}
</style>
background-color css
<style>
a { background-color: #312994; }
a { background-color: rgb(49,41,148); }
div.DivClassName
{
background-color: #312994;
}
.BgClassName
{
background-color: #312994;
}
</style>
border-color css
<style>
span { border-color: #312994; }
span { border-color: rgb(49,41,148); }
td.TdClassName
{
border-color: #312994;
}
.TagClassName
{
border-color: #312994;
}
</style>