Shades of Dark Slate Blue #312CA2
Tints of Dark Slate Blue #312CA2
RGB
CMYK
RGB Variations
Color information
#312CA2 (or 0x312CA2) is known color: Dark Slate Blue. HEX triplet: 31, 2C and A2. RGB value is (49,44,162). Sum of RGB (Red+Green+Blue) = 49+44+162=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 162 (63.67% from 255 or 63.53% from 255); Max value from RGB is 162 - color contains mainly: blue. Hex color #312CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312CA2 is #CED35D. Grayscale: #3A3A3A. Windows color (decimal): -13554526 or 10628145. OLE color: 10628145.
HSL color Cylindrical-coordinate representation of color #312CA2: hue angle of 242.54º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #312CA2 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 44 | 162 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.36 |
| HSL | 242.54º | 0.57% | 0.4% | - |
| HSV(B) | 242.54º | 0.73% | 0.64% | - |
| XYZ | 8.69 | 5.06 | 34.7 | - |
| YUV | 58.95 | 186.16 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 162 | 0.70 | 0.73 | 0 | 0.36 | 242.54 | 0.57 | 0.4 |
| Hex | 31 | 2C | A2 | 46 | 49 | 0 | 24 | F3 | 39 | 28 |
| Octal | 61 | 54 | 242 | 106 | 111 | 0 | 44 | 363 | 71 | 50 |
| Binary | 110001 | 101100 | 10100010 | 1000110 | 1001001 | 0 | 100100 | 11110011 | 111001 | 101000 |
Color Harmonies of #312CA2
Complementary color
Monochromatic Colors of #312CA2
Black with #312CA2
Text Example
Text Example
White with #312CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312CA2; }
p { color: rgb(49,44,162); }
H1.HeaderClassName
{
color: #312CA2;
}
.AnyTagClassName
{
color: #312CA2;
}
</style>
background-color css
<style>
a { background-color: #312CA2; }
a { background-color: rgb(49,44,162); }
div.DivClassName
{
background-color: #312CA2;
}
.BgClassName
{
background-color: #312CA2;
}
</style>
border-color css
<style>
span { border-color: #312CA2; }
span { border-color: rgb(49,44,162); }
td.TdClassName
{
border-color: #312CA2;
}
.TagClassName
{
border-color: #312CA2;
}
</style>