Shades of Violent Violet #321E4E
Tints of Violent Violet #321E4E
RGB
CMYK
RGB Variations
Color information
#321E4E (or 0x321E4E) is known color: Violent Violet. HEX triplet: 32, 1E and 4E. RGB value is (50,30,78). Sum of RGB (Red+Green+Blue) = 50+30+78=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #321E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321E4E is #CDE1B1. Grayscale: #292929. Windows color (decimal): -13492658 or 5119538. OLE color: 5119538.
HSL color Cylindrical-coordinate representation of color #321E4E: hue angle of 265º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #321E4E is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 30 | 78 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.69 |
| HSL | 265º | 0.44% | 0.21% | - |
| HSV(B) | 265º | 0.62% | 0.31% | - |
| XYZ | 3.15 | 2.16 | 7.46 | - |
| YUV | 41.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 78 | 0.36 | 0.62 | 0 | 0.69 | 265 | 0.44 | 0.21 |
| Hex | 32 | 1E | 4E | 24 | 3E | 0 | 45 | 109 | 2C | 15 |
| Octal | 62 | 36 | 116 | 44 | 76 | 0 | 105 | 411 | 54 | 25 |
| Binary | 110010 | 11110 | 1001110 | 100100 | 111110 | 0 | 1000101 | 100001001 | 101100 | 10101 |
Color Harmonies of #321E4E
Complementary color
Monochromatic Colors of #321E4E
Black with #321E4E
Text Example
Text Example
White with #321E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E4E; }
p { color: rgb(50,30,78); }
H1.HeaderClassName
{
color: #321E4E;
}
.AnyTagClassName
{
color: #321E4E;
}
</style>
background-color css
<style>
a { background-color: #321E4E; }
a { background-color: rgb(50,30,78); }
div.DivClassName
{
background-color: #321E4E;
}
.BgClassName
{
background-color: #321E4E;
}
</style>
border-color css
<style>
span { border-color: #321E4E; }
span { border-color: rgb(50,30,78); }
td.TdClassName
{
border-color: #321E4E;
}
.TagClassName
{
border-color: #321E4E;
}
</style>