Shades of Dark Slate Blue #312C95
Tints of Dark Slate Blue #312C95
RGB
CMYK
RGB Variations
Color information
#312C95 (or 0x312C95) is known color: Dark Slate Blue. HEX triplet: 31, 2C and 95. RGB value is (49,44,149). Sum of RGB (Red+Green+Blue) = 49+44+149=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #312C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312C95 is #CED36A. Grayscale: #393939. Windows color (decimal): -13554539 or 9776177. OLE color: 9776177.
HSL color Cylindrical-coordinate representation of color #312C95: hue angle of 242.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #312C95 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 44 | 149 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.42 |
| HSL | 242.86º | 0.54% | 0.38% | - |
| HSV(B) | 242.86º | 0.7% | 0.58% | - |
| XYZ | 7.59 | 4.62 | 28.93 | - |
| YUV | 57.47 | 179.66 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 149 | 0.67 | 0.70 | 0 | 0.42 | 242.86 | 0.54 | 0.38 |
| Hex | 31 | 2C | 95 | 43 | 46 | 0 | 2A | F3 | 36 | 26 |
| Octal | 61 | 54 | 225 | 103 | 106 | 0 | 52 | 363 | 66 | 46 |
| Binary | 110001 | 101100 | 10010101 | 1000011 | 1000110 | 0 | 101010 | 11110011 | 110110 | 100110 |
Color Harmonies of #312C95
Complementary color
Monochromatic Colors of #312C95
Black with #312C95
Text Example
Text Example
White with #312C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C95; }
p { color: rgb(49,44,149); }
H1.HeaderClassName
{
color: #312C95;
}
.AnyTagClassName
{
color: #312C95;
}
</style>
background-color css
<style>
a { background-color: #312C95; }
a { background-color: rgb(49,44,149); }
div.DivClassName
{
background-color: #312C95;
}
.BgClassName
{
background-color: #312C95;
}
</style>
border-color css
<style>
span { border-color: #312C95; }
span { border-color: rgb(49,44,149); }
td.TdClassName
{
border-color: #312C95;
}
.TagClassName
{
border-color: #312C95;
}
</style>