Shades of Dark Slate Blue #312C9E
Tints of Dark Slate Blue #312C9E
RGB
CMYK
RGB Variations
Color information
#312C9E (or 0x312C9E) is known color: Dark Slate Blue. HEX triplet: 31, 2C and 9E. RGB value is (49,44,158). Sum of RGB (Red+Green+Blue) = 49+44+158=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #312C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312C9E is #CED361. Grayscale: #3A3A3A. Windows color (decimal): -13554530 or 10366001. OLE color: 10366001.
HSL color Cylindrical-coordinate representation of color #312C9E: hue angle of 242.63º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #312C9E is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 44 | 158 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.38 |
| HSL | 242.63º | 0.56% | 0.4% | - |
| HSV(B) | 242.63º | 0.72% | 0.62% | - |
| XYZ | 8.34 | 4.92 | 32.86 | - |
| YUV | 58.49 | 184.16 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 158 | 0.69 | 0.72 | 0 | 0.38 | 242.63 | 0.56 | 0.4 |
| Hex | 31 | 2C | 9E | 45 | 48 | 0 | 26 | F3 | 38 | 28 |
| Octal | 61 | 54 | 236 | 105 | 110 | 0 | 46 | 363 | 70 | 50 |
| Binary | 110001 | 101100 | 10011110 | 1000101 | 1001000 | 0 | 100110 | 11110011 | 111000 | 101000 |
Color Harmonies of #312C9E
Complementary color
Monochromatic Colors of #312C9E
Black with #312C9E
Text Example
Text Example
White with #312C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C9E; }
p { color: rgb(49,44,158); }
H1.HeaderClassName
{
color: #312C9E;
}
.AnyTagClassName
{
color: #312C9E;
}
</style>
background-color css
<style>
a { background-color: #312C9E; }
a { background-color: rgb(49,44,158); }
div.DivClassName
{
background-color: #312C9E;
}
.BgClassName
{
background-color: #312C9E;
}
</style>
border-color css
<style>
span { border-color: #312C9E; }
span { border-color: rgb(49,44,158); }
td.TdClassName
{
border-color: #312C9E;
}
.TagClassName
{
border-color: #312C9E;
}
</style>