Shades of Violent Violet #321B4F
Tints of Violent Violet #321B4F
RGB
CMYK
RGB Variations
Color information
#321B4F (or 0x321B4F) is known color: Violent Violet. HEX triplet: 32, 1B and 4F. RGB value is (50,27,79). Sum of RGB (Red+Green+Blue) = 50+27+79=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #321B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321B4F is #CDE4B0. Grayscale: #272727. Windows color (decimal): -13493425 or 5184306. OLE color: 5184306.
HSL color Cylindrical-coordinate representation of color #321B4F: hue angle of 266.54º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321B4F is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 27 | 79 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.69 |
| HSL | 266.54º | 0.49% | 0.21% | - |
| HSV(B) | 266.54º | 0.66% | 0.31% | - |
| XYZ | 3.12 | 2.03 | 7.62 | - |
| YUV | 39.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 79 | 0.37 | 0.66 | 0 | 0.69 | 266.54 | 0.49 | 0.21 |
| Hex | 32 | 1B | 4F | 25 | 42 | 0 | 45 | 10B | 31 | 15 |
| Octal | 62 | 33 | 117 | 45 | 102 | 0 | 105 | 413 | 61 | 25 |
| Binary | 110010 | 11011 | 1001111 | 100101 | 1000010 | 0 | 1000101 | 100001011 | 110001 | 10101 |
Color Harmonies of #321B4F
Complementary color
Monochromatic Colors of #321B4F
Black with #321B4F
Text Example
Text Example
White with #321B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B4F; }
p { color: rgb(50,27,79); }
H1.HeaderClassName
{
color: #321B4F;
}
.AnyTagClassName
{
color: #321B4F;
}
</style>
background-color css
<style>
a { background-color: #321B4F; }
a { background-color: rgb(50,27,79); }
div.DivClassName
{
background-color: #321B4F;
}
.BgClassName
{
background-color: #321B4F;
}
</style>
border-color css
<style>
span { border-color: #321B4F; }
span { border-color: rgb(50,27,79); }
td.TdClassName
{
border-color: #321B4F;
}
.TagClassName
{
border-color: #321B4F;
}
</style>