Shades of Violent Violet #312A49
Tints of Violent Violet #312A49
RGB
CMYK
RGB Variations
Color information
#312A49 (or 0x312A49) is known color: Violent Violet. HEX triplet: 31, 2A and 49. RGB value is (49,42,73). Sum of RGB (Red+Green+Blue) = 49+42+73=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #312A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A49 is #CED5B6. Grayscale: #2F2F2F. Windows color (decimal): -13555127 or 4794929. OLE color: 4794929.
HSL color Cylindrical-coordinate representation of color #312A49: hue angle of 253.55º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #312A49 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 42 | 73 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.71 |
| HSL | 253.55º | 0.27% | 0.23% | - |
| HSV(B) | 253.55º | 0.42% | 0.29% | - |
| XYZ | 3.3 | 2.79 | 6.67 | - |
| YUV | 47.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 73 | 0.33 | 0.42 | 0 | 0.71 | 253.55 | 0.27 | 0.23 |
| Hex | 31 | 2A | 49 | 21 | 2A | 0 | 47 | FE | 1B | 17 |
| Octal | 61 | 52 | 111 | 41 | 52 | 0 | 107 | 376 | 33 | 27 |
| Binary | 110001 | 101010 | 1001001 | 100001 | 101010 | 0 | 1000111 | 11111110 | 11011 | 10111 |
Color Harmonies of #312A49
Complementary color
Monochromatic Colors of #312A49
Black with #312A49
Text Example
Text Example
White with #312A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A49; }
p { color: rgb(49,42,73); }
H1.HeaderClassName
{
color: #312A49;
}
.AnyTagClassName
{
color: #312A49;
}
</style>
background-color css
<style>
a { background-color: #312A49; }
a { background-color: rgb(49,42,73); }
div.DivClassName
{
background-color: #312A49;
}
.BgClassName
{
background-color: #312A49;
}
</style>
border-color css
<style>
span { border-color: #312A49; }
span { border-color: rgb(49,42,73); }
td.TdClassName
{
border-color: #312A49;
}
.TagClassName
{
border-color: #312A49;
}
</style>