Shades of Violent Violet #321D4E
Tints of Violent Violet #321D4E
RGB
CMYK
RGB Variations
Color information
#321D4E (or 0x321D4E) is known color: Violent Violet. HEX triplet: 32, 1D and 4E. RGB value is (50,29,78). Sum of RGB (Red+Green+Blue) = 50+29+78=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #321D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321D4E is #CDE2B1. Grayscale: #282828. Windows color (decimal): -13492914 or 5119282. OLE color: 5119282.
HSL color Cylindrical-coordinate representation of color #321D4E: hue angle of 265.71º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #321D4E is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 29 | 78 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.69 |
| HSL | 265.71º | 0.46% | 0.21% | - |
| HSV(B) | 265.71º | 0.63% | 0.31% | - |
| XYZ | 3.13 | 2.11 | 7.45 | - |
| YUV | 40.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 78 | 0.36 | 0.63 | 0 | 0.69 | 265.71 | 0.46 | 0.21 |
| Hex | 32 | 1D | 4E | 24 | 3F | 0 | 45 | 10A | 2E | 15 |
| Octal | 62 | 35 | 116 | 44 | 77 | 0 | 105 | 412 | 56 | 25 |
| Binary | 110010 | 11101 | 1001110 | 100100 | 111111 | 0 | 1000101 | 100001010 | 101110 | 10101 |
Color Harmonies of #321D4E
Complementary color
Monochromatic Colors of #321D4E
Black with #321D4E
Text Example
Text Example
White with #321D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D4E; }
p { color: rgb(50,29,78); }
H1.HeaderClassName
{
color: #321D4E;
}
.AnyTagClassName
{
color: #321D4E;
}
</style>
background-color css
<style>
a { background-color: #321D4E; }
a { background-color: rgb(50,29,78); }
div.DivClassName
{
background-color: #321D4E;
}
.BgClassName
{
background-color: #321D4E;
}
</style>
border-color css
<style>
span { border-color: #321D4E; }
span { border-color: rgb(50,29,78); }
td.TdClassName
{
border-color: #321D4E;
}
.TagClassName
{
border-color: #321D4E;
}
</style>