Shades of Dark Slate Blue #312595
Tints of Dark Slate Blue #312595
RGB
CMYK
RGB Variations
Color information
#312595 (or 0x312595) is known color: Dark Slate Blue. HEX triplet: 31, 25 and 95. RGB value is (49,37,149). Sum of RGB (Red+Green+Blue) = 49+37+149=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #312595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312595 is #CEDA6A. Grayscale: #343434. Windows color (decimal): -13556331 or 9774385. OLE color: 9774385.
HSL color Cylindrical-coordinate representation of color #312595: hue angle of 246.43º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #312595 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 37 | 149 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.42 |
| HSL | 246.43º | 0.6% | 0.36% | - |
| HSV(B) | 246.43º | 0.75% | 0.58% | - |
| XYZ | 7.35 | 4.15 | 28.85 | - |
| YUV | 53.36 | 181.98 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 149 | 0.67 | 0.75 | 0 | 0.42 | 246.43 | 0.6 | 0.36 |
| Hex | 31 | 25 | 95 | 43 | 4B | 0 | 2A | F6 | 3C | 24 |
| Octal | 61 | 45 | 225 | 103 | 113 | 0 | 52 | 366 | 74 | 44 |
| Binary | 110001 | 100101 | 10010101 | 1000011 | 1001011 | 0 | 101010 | 11110110 | 111100 | 100100 |
Color Harmonies of #312595
Complementary color
Monochromatic Colors of #312595
Black with #312595
Text Example
Text Example
White with #312595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312595; }
p { color: rgb(49,37,149); }
H1.HeaderClassName
{
color: #312595;
}
.AnyTagClassName
{
color: #312595;
}
</style>
background-color css
<style>
a { background-color: #312595; }
a { background-color: rgb(49,37,149); }
div.DivClassName
{
background-color: #312595;
}
.BgClassName
{
background-color: #312595;
}
</style>
border-color css
<style>
span { border-color: #312595; }
span { border-color: rgb(49,37,149); }
td.TdClassName
{
border-color: #312595;
}
.TagClassName
{
border-color: #312595;
}
</style>