Shades of Violent Violet #321E49
Tints of Violent Violet #321E49
RGB
CMYK
RGB Variations
Color information
#321E49 (or 0x321E49) is known color: Violent Violet. HEX triplet: 32, 1E and 49. RGB value is (50,30,73). Sum of RGB (Red+Green+Blue) = 50+30+73=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #321E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E49 is #CDE1B6. Grayscale: #282828. Windows color (decimal): -13492663 or 4791858. OLE color: 4791858.
HSL color Cylindrical-coordinate representation of color #321E49: hue angle of 267.91º 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 #321E49 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 30 | 73 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.71 |
| HSL | 267.91º | 0.42% | 0.2% | - |
| HSV(B) | 267.91º | 0.59% | 0.29% | - |
| XYZ | 2.98 | 2.09 | 6.55 | - |
| YUV | 40.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 73 | 0.32 | 0.59 | 0 | 0.71 | 267.91 | 0.42 | 0.2 |
| Hex | 32 | 1E | 49 | 20 | 3B | 0 | 47 | 10C | 2A | 14 |
| Octal | 62 | 36 | 111 | 40 | 73 | 0 | 107 | 414 | 52 | 24 |
| Binary | 110010 | 11110 | 1001001 | 100000 | 111011 | 0 | 1000111 | 100001100 | 101010 | 10100 |
Color Harmonies of #321E49
Complementary color
Monochromatic Colors of #321E49
Black with #321E49
Text Example
Text Example
White with #321E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E49; }
p { color: rgb(50,30,73); }
H1.HeaderClassName
{
color: #321E49;
}
.AnyTagClassName
{
color: #321E49;
}
</style>
background-color css
<style>
a { background-color: #321E49; }
a { background-color: rgb(50,30,73); }
div.DivClassName
{
background-color: #321E49;
}
.BgClassName
{
background-color: #321E49;
}
</style>
border-color css
<style>
span { border-color: #321E49; }
span { border-color: rgb(50,30,73); }
td.TdClassName
{
border-color: #321E49;
}
.TagClassName
{
border-color: #321E49;
}
</style>