Shades of Violent Violet #331E49
Tints of Violent Violet #331E49
RGB
CMYK
RGB Variations
Color information
#331E49 (or 0x331E49) is known color: Violent Violet. HEX triplet: 33, 1E and 49. RGB value is (51,30,73). Sum of RGB (Red+Green+Blue) = 51+30+73=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #331E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E49 is #CCE1B6. Grayscale: #292929. Windows color (decimal): -13427127 or 4791859. OLE color: 4791859.
HSL color Cylindrical-coordinate representation of color #331E49: hue angle of 269.3º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #331E49 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 30 | 73 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.71 |
| HSL | 269.3º | 0.42% | 0.2% | - |
| HSV(B) | 269.3º | 0.59% | 0.29% | - |
| XYZ | 3.03 | 2.11 | 6.55 | - |
| YUV | 41.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 73 | 0.30 | 0.59 | 0 | 0.71 | 269.3 | 0.42 | 0.2 |
| Hex | 33 | 1E | 49 | 1E | 3B | 0 | 47 | 10D | 2A | 14 |
| Octal | 63 | 36 | 111 | 36 | 73 | 0 | 107 | 415 | 52 | 24 |
| Binary | 110011 | 11110 | 1001001 | 11110 | 111011 | 0 | 1000111 | 100001101 | 101010 | 10100 |
Color Harmonies of #331E49
Complementary color
Monochromatic Colors of #331E49
Black with #331E49
Text Example
Text Example
White with #331E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331E49; }
p { color: rgb(51,30,73); }
H1.HeaderClassName
{
color: #331E49;
}
.AnyTagClassName
{
color: #331E49;
}
</style>
background-color css
<style>
a { background-color: #331E49; }
a { background-color: rgb(51,30,73); }
div.DivClassName
{
background-color: #331E49;
}
.BgClassName
{
background-color: #331E49;
}
</style>
border-color css
<style>
span { border-color: #331E49; }
span { border-color: rgb(51,30,73); }
td.TdClassName
{
border-color: #331E49;
}
.TagClassName
{
border-color: #331E49;
}
</style>