Shades of Dark Slate Blue #312993
Tints of Dark Slate Blue #312993
RGB
CMYK
RGB Variations
Color information
#312993 (or 0x312993) is known color: Dark Slate Blue. HEX triplet: 31, 29 and 93. RGB value is (49,41,147). Sum of RGB (Red+Green+Blue) = 49+41+147=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #312993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312993 is #CED66C. Grayscale: #373737. Windows color (decimal): -13555309 or 9644337. OLE color: 9644337.
HSL color Cylindrical-coordinate representation of color #312993: hue angle of 244.53º degrees, saturation: 0.56, 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 #312993 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 41 | 147 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.42 |
| HSL | 244.53º | 0.56% | 0.37% | - |
| HSV(B) | 244.53º | 0.72% | 0.58% | - |
| XYZ | 7.33 | 4.35 | 28.06 | - |
| YUV | 55.48 | 179.65 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 147 | 0.67 | 0.72 | 0 | 0.42 | 244.53 | 0.56 | 0.37 |
| Hex | 31 | 29 | 93 | 43 | 48 | 0 | 2A | F5 | 38 | 25 |
| Octal | 61 | 51 | 223 | 103 | 110 | 0 | 52 | 365 | 70 | 45 |
| Binary | 110001 | 101001 | 10010011 | 1000011 | 1001000 | 0 | 101010 | 11110101 | 111000 | 100101 |
Color Harmonies of #312993
Complementary color
Monochromatic Colors of #312993
Black with #312993
Text Example
Text Example
White with #312993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312993; }
p { color: rgb(49,41,147); }
H1.HeaderClassName
{
color: #312993;
}
.AnyTagClassName
{
color: #312993;
}
</style>
background-color css
<style>
a { background-color: #312993; }
a { background-color: rgb(49,41,147); }
div.DivClassName
{
background-color: #312993;
}
.BgClassName
{
background-color: #312993;
}
</style>
border-color css
<style>
span { border-color: #312993; }
span { border-color: rgb(49,41,147); }
td.TdClassName
{
border-color: #312993;
}
.TagClassName
{
border-color: #312993;
}
</style>