Shades of Dark Slate Blue #312990
Tints of Dark Slate Blue #312990
RGB
CMYK
RGB Variations
Color information
#312990 (or 0x312990) is known color: Dark Slate Blue. HEX triplet: 31, 29 and 90. RGB value is (49,41,144). Sum of RGB (Red+Green+Blue) = 49+41+144=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #312990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312990 is #CED66F. Grayscale: #363636. Windows color (decimal): -13555312 or 9447729. OLE color: 9447729.
HSL color Cylindrical-coordinate representation of color #312990: hue angle of 244.66º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #312990 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 41 | 144 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.44 |
| HSL | 244.66º | 0.56% | 0.36% | - |
| HSV(B) | 244.66º | 0.72% | 0.56% | - |
| XYZ | 7.09 | 4.25 | 26.83 | - |
| YUV | 55.13 | 178.15 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 144 | 0.66 | 0.72 | 0 | 0.44 | 244.66 | 0.56 | 0.36 |
| Hex | 31 | 29 | 90 | 42 | 48 | 0 | 2C | F5 | 38 | 24 |
| Octal | 61 | 51 | 220 | 102 | 110 | 0 | 54 | 365 | 70 | 44 |
| Binary | 110001 | 101001 | 10010000 | 1000010 | 1001000 | 0 | 101100 | 11110101 | 111000 | 100100 |
Color Harmonies of #312990
Complementary color
Monochromatic Colors of #312990
Black with #312990
Text Example
Text Example
White with #312990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312990; }
p { color: rgb(49,41,144); }
H1.HeaderClassName
{
color: #312990;
}
.AnyTagClassName
{
color: #312990;
}
</style>
background-color css
<style>
a { background-color: #312990; }
a { background-color: rgb(49,41,144); }
div.DivClassName
{
background-color: #312990;
}
.BgClassName
{
background-color: #312990;
}
</style>
border-color css
<style>
span { border-color: #312990; }
span { border-color: rgb(49,41,144); }
td.TdClassName
{
border-color: #312990;
}
.TagClassName
{
border-color: #312990;
}
</style>