Shades of Violent Violet #311451
Tints of Violent Violet #311451
RGB
CMYK
RGB Variations
Color information
#311451 (or 0x311451) is known color: Violent Violet. HEX triplet: 31, 14 and 51. RGB value is (49,20,81). Sum of RGB (Red+Green+Blue) = 49+20+81=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #311451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311451 is #CEEBAE. Grayscale: #232323. Windows color (decimal): -13560751 or 5313585. OLE color: 5313585.
HSL color Cylindrical-coordinate representation of color #311451: hue angle of 268.52º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #311451 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 20 | 81 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.68 |
| HSL | 268.52º | 0.6% | 0.2% | - |
| HSV(B) | 268.52º | 0.75% | 0.32% | - |
| XYZ | 3 | 1.75 | 7.96 | - |
| YUV | 35.63 | 153.61 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 81 | 0.40 | 0.75 | 0 | 0.68 | 268.52 | 0.6 | 0.2 |
| Hex | 31 | 14 | 51 | 28 | 4B | 0 | 44 | 10D | 3C | 14 |
| Octal | 61 | 24 | 121 | 50 | 113 | 0 | 104 | 415 | 74 | 24 |
| Binary | 110001 | 10100 | 1010001 | 101000 | 1001011 | 0 | 1000100 | 100001101 | 111100 | 10100 |
Color Harmonies of #311451
Complementary color
Monochromatic Colors of #311451
Black with #311451
Text Example
Text Example
White with #311451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311451; }
p { color: rgb(49,20,81); }
H1.HeaderClassName
{
color: #311451;
}
.AnyTagClassName
{
color: #311451;
}
</style>
background-color css
<style>
a { background-color: #311451; }
a { background-color: rgb(49,20,81); }
div.DivClassName
{
background-color: #311451;
}
.BgClassName
{
background-color: #311451;
}
</style>
border-color css
<style>
span { border-color: #311451; }
span { border-color: rgb(49,20,81); }
td.TdClassName
{
border-color: #311451;
}
.TagClassName
{
border-color: #311451;
}
</style>