Shades of Violent Violet #311851
Tints of Violent Violet #311851
RGB
CMYK
RGB Variations
Color information
#311851 (or 0x311851) is known color: Violent Violet. HEX triplet: 31, 18 and 51. RGB value is (49,24,81). Sum of RGB (Red+Green+Blue) = 49+24+81=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #311851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311851 is #CEE7AE. Grayscale: #252525. Windows color (decimal): -13559727 or 5314609. OLE color: 5314609.
HSL color Cylindrical-coordinate representation of color #311851: hue angle of 266.32º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #311851 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 24 | 81 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.68 |
| HSL | 266.32º | 0.54% | 0.21% | - |
| HSV(B) | 266.32º | 0.7% | 0.32% | - |
| XYZ | 3.08 | 1.9 | 7.99 | - |
| YUV | 37.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 81 | 0.40 | 0.70 | 0 | 0.68 | 266.32 | 0.54 | 0.21 |
| Hex | 31 | 18 | 51 | 28 | 46 | 0 | 44 | 10A | 36 | 15 |
| Octal | 61 | 30 | 121 | 50 | 106 | 0 | 104 | 412 | 66 | 25 |
| Binary | 110001 | 11000 | 1010001 | 101000 | 1000110 | 0 | 1000100 | 100001010 | 110110 | 10101 |
Color Harmonies of #311851
Complementary color
Monochromatic Colors of #311851
Black with #311851
Text Example
Text Example
White with #311851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311851; }
p { color: rgb(49,24,81); }
H1.HeaderClassName
{
color: #311851;
}
.AnyTagClassName
{
color: #311851;
}
</style>
background-color css
<style>
a { background-color: #311851; }
a { background-color: rgb(49,24,81); }
div.DivClassName
{
background-color: #311851;
}
.BgClassName
{
background-color: #311851;
}
</style>
border-color css
<style>
span { border-color: #311851; }
span { border-color: rgb(49,24,81); }
td.TdClassName
{
border-color: #311851;
}
.TagClassName
{
border-color: #311851;
}
</style>