Shades of Violent Violet #312949
Tints of Violent Violet #312949
RGB
CMYK
RGB Variations
Color information
#312949 (or 0x312949) is known color: Violent Violet. HEX triplet: 31, 29 and 49. RGB value is (49,41,73). Sum of RGB (Red+Green+Blue) = 49+41+73=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #312949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312949 is #CED6B6. Grayscale: #2E2E2E. Windows color (decimal): -13555383 or 4794673. OLE color: 4794673.
HSL color Cylindrical-coordinate representation of color #312949: hue angle of 255º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #312949 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 41 | 73 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.71 |
| HSL | 255º | 0.28% | 0.22% | - |
| HSV(B) | 255º | 0.44% | 0.29% | - |
| XYZ | 3.26 | 2.72 | 6.66 | - |
| YUV | 47.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 73 | 0.33 | 0.44 | 0 | 0.71 | 255 | 0.28 | 0.22 |
| Hex | 31 | 29 | 49 | 21 | 2C | 0 | 47 | FF | 1C | 16 |
| Octal | 61 | 51 | 111 | 41 | 54 | 0 | 107 | 377 | 34 | 26 |
| Binary | 110001 | 101001 | 1001001 | 100001 | 101100 | 0 | 1000111 | 11111111 | 11100 | 10110 |
Color Harmonies of #312949
Complementary color
Monochromatic Colors of #312949
Black with #312949
Text Example
Text Example
White with #312949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312949; }
p { color: rgb(49,41,73); }
H1.HeaderClassName
{
color: #312949;
}
.AnyTagClassName
{
color: #312949;
}
</style>
background-color css
<style>
a { background-color: #312949; }
a { background-color: rgb(49,41,73); }
div.DivClassName
{
background-color: #312949;
}
.BgClassName
{
background-color: #312949;
}
</style>
border-color css
<style>
span { border-color: #312949; }
span { border-color: rgb(49,41,73); }
td.TdClassName
{
border-color: #312949;
}
.TagClassName
{
border-color: #312949;
}
</style>