Shades of Violent Violet #311351
Tints of Violent Violet #311351
RGB
CMYK
RGB Variations
Color information
#311351 (or 0x311351) is known color: Violent Violet. HEX triplet: 31, 13 and 51. RGB value is (49,19,81). Sum of RGB (Red+Green+Blue) = 49+19+81=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #311351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311351 is #CEECAE. Grayscale: #222222. Windows color (decimal): -13561007 or 5313329. OLE color: 5313329.
HSL color Cylindrical-coordinate representation of color #311351: hue angle of 269.03º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #311351 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 19 | 81 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.68 |
| HSL | 269.03º | 0.62% | 0.2% | - |
| HSV(B) | 269.03º | 0.77% | 0.32% | - |
| XYZ | 2.98 | 1.71 | 7.96 | - |
| YUV | 35.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 81 | 0.40 | 0.77 | 0 | 0.68 | 269.03 | 0.62 | 0.2 |
| Hex | 31 | 13 | 51 | 28 | 4D | 0 | 44 | 10D | 3E | 14 |
| Octal | 61 | 23 | 121 | 50 | 115 | 0 | 104 | 415 | 76 | 24 |
| Binary | 110001 | 10011 | 1010001 | 101000 | 1001101 | 0 | 1000100 | 100001101 | 111110 | 10100 |
Color Harmonies of #311351
Complementary color
Monochromatic Colors of #311351
Black with #311351
Text Example
Text Example
White with #311351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311351; }
p { color: rgb(49,19,81); }
H1.HeaderClassName
{
color: #311351;
}
.AnyTagClassName
{
color: #311351;
}
</style>
background-color css
<style>
a { background-color: #311351; }
a { background-color: rgb(49,19,81); }
div.DivClassName
{
background-color: #311351;
}
.BgClassName
{
background-color: #311351;
}
</style>
border-color css
<style>
span { border-color: #311351; }
span { border-color: rgb(49,19,81); }
td.TdClassName
{
border-color: #311351;
}
.TagClassName
{
border-color: #311351;
}
</style>