Shades of Violent Violet #321A4B
Tints of Violent Violet #321A4B
RGB
CMYK
RGB Variations
Color information
#321A4B (or 0x321A4B) is known color: Violent Violet. HEX triplet: 32, 1A and 4B. RGB value is (50,26,75). Sum of RGB (Red+Green+Blue) = 50+26+75=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #321A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A4B is #CDE5B4. Grayscale: #262626. Windows color (decimal): -13493685 or 4921906. OLE color: 4921906.
HSL color Cylindrical-coordinate representation of color #321A4B: hue angle of 269.39º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #321A4B is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 26 | 75 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.71 |
| HSL | 269.39º | 0.49% | 0.2% | - |
| HSV(B) | 269.39º | 0.65% | 0.29% | - |
| XYZ | 2.95 | 1.92 | 6.87 | - |
| YUV | 38.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 75 | 0.33 | 0.65 | 0 | 0.71 | 269.39 | 0.49 | 0.2 |
| Hex | 32 | 1A | 4B | 21 | 41 | 0 | 47 | 10D | 31 | 14 |
| Octal | 62 | 32 | 113 | 41 | 101 | 0 | 107 | 415 | 61 | 24 |
| Binary | 110010 | 11010 | 1001011 | 100001 | 1000001 | 0 | 1000111 | 100001101 | 110001 | 10100 |
Color Harmonies of #321A4B
Complementary color
Monochromatic Colors of #321A4B
Black with #321A4B
Text Example
Text Example
White with #321A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A4B; }
p { color: rgb(50,26,75); }
H1.HeaderClassName
{
color: #321A4B;
}
.AnyTagClassName
{
color: #321A4B;
}
</style>
background-color css
<style>
a { background-color: #321A4B; }
a { background-color: rgb(50,26,75); }
div.DivClassName
{
background-color: #321A4B;
}
.BgClassName
{
background-color: #321A4B;
}
</style>
border-color css
<style>
span { border-color: #321A4B; }
span { border-color: rgb(50,26,75); }
td.TdClassName
{
border-color: #321A4B;
}
.TagClassName
{
border-color: #321A4B;
}
</style>