Shades of Dark Slate Blue #312495
Tints of Dark Slate Blue #312495
RGB
CMYK
RGB Variations
Color information
#312495 (or 0x312495) is known color: Dark Slate Blue. HEX triplet: 31, 24 and 95. RGB value is (49,36,149). Sum of RGB (Red+Green+Blue) = 49+36+149=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #312495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312495 is #CEDB6A. Grayscale: #343434. Windows color (decimal): -13556587 or 9774129. OLE color: 9774129.
HSL color Cylindrical-coordinate representation of color #312495: hue angle of 246.9º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #312495 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 36 | 149 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.42 |
| HSL | 246.9º | 0.61% | 0.36% | - |
| HSV(B) | 246.9º | 0.76% | 0.58% | - |
| XYZ | 7.32 | 4.08 | 28.84 | - |
| YUV | 52.77 | 182.31 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 149 | 0.67 | 0.76 | 0 | 0.42 | 246.9 | 0.61 | 0.36 |
| Hex | 31 | 24 | 95 | 43 | 4C | 0 | 2A | F7 | 3D | 24 |
| Octal | 61 | 44 | 225 | 103 | 114 | 0 | 52 | 367 | 75 | 44 |
| Binary | 110001 | 100100 | 10010101 | 1000011 | 1001100 | 0 | 101010 | 11110111 | 111101 | 100100 |
Color Harmonies of #312495
Complementary color
Monochromatic Colors of #312495
Black with #312495
Text Example
Text Example
White with #312495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312495; }
p { color: rgb(49,36,149); }
H1.HeaderClassName
{
color: #312495;
}
.AnyTagClassName
{
color: #312495;
}
</style>
background-color css
<style>
a { background-color: #312495; }
a { background-color: rgb(49,36,149); }
div.DivClassName
{
background-color: #312495;
}
.BgClassName
{
background-color: #312495;
}
</style>
border-color css
<style>
span { border-color: #312495; }
span { border-color: rgb(49,36,149); }
td.TdClassName
{
border-color: #312495;
}
.TagClassName
{
border-color: #312495;
}
</style>