Shades of Violent Violet #321A4D
Tints of Violent Violet #321A4D
RGB
CMYK
RGB Variations
Color information
#321A4D (or 0x321A4D) is known color: Violent Violet. HEX triplet: 32, 1A and 4D. RGB value is (50,26,77). Sum of RGB (Red+Green+Blue) = 50+26+77=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #321A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321A4D is #CDE5B2. Grayscale: #262626. Windows color (decimal): -13493683 or 5052978. OLE color: 5052978.
HSL color Cylindrical-coordinate representation of color #321A4D: hue angle of 268.24º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321A4D is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 26 | 77 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.70 |
| HSL | 268.24º | 0.5% | 0.2% | - |
| HSV(B) | 268.24º | 0.66% | 0.3% | - |
| XYZ | 3.02 | 1.95 | 7.24 | - |
| YUV | 38.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 77 | 0.35 | 0.66 | 0 | 0.70 | 268.24 | 0.5 | 0.2 |
| Hex | 32 | 1A | 4D | 23 | 42 | 0 | 46 | 10C | 32 | 14 |
| Octal | 62 | 32 | 115 | 43 | 102 | 0 | 106 | 414 | 62 | 24 |
| Binary | 110010 | 11010 | 1001101 | 100011 | 1000010 | 0 | 1000110 | 100001100 | 110010 | 10100 |
Color Harmonies of #321A4D
Complementary color
Monochromatic Colors of #321A4D
Black with #321A4D
Text Example
Text Example
White with #321A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A4D; }
p { color: rgb(50,26,77); }
H1.HeaderClassName
{
color: #321A4D;
}
.AnyTagClassName
{
color: #321A4D;
}
</style>
background-color css
<style>
a { background-color: #321A4D; }
a { background-color: rgb(50,26,77); }
div.DivClassName
{
background-color: #321A4D;
}
.BgClassName
{
background-color: #321A4D;
}
</style>
border-color css
<style>
span { border-color: #321A4D; }
span { border-color: rgb(50,26,77); }
td.TdClassName
{
border-color: #321A4D;
}
.TagClassName
{
border-color: #321A4D;
}
</style>