Shades of Violent Violet #331B4D
Tints of Violent Violet #331B4D
RGB
CMYK
RGB Variations
Color information
#331B4D (or 0x331B4D) is known color: Violent Violet. HEX triplet: 33, 1B and 4D. RGB value is (51,27,77). Sum of RGB (Red+Green+Blue) = 51+27+77=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #331B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331B4D is #CCE4B2. Grayscale: #272727. Windows color (decimal): -13427891 or 5053235. OLE color: 5053235.
HSL color Cylindrical-coordinate representation of color #331B4D: hue angle of 268.8º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331B4D is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 27 | 77 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.70 |
| HSL | 268.8º | 0.48% | 0.2% | - |
| HSV(B) | 268.8º | 0.65% | 0.3% | - |
| XYZ | 3.1 | 2.02 | 7.25 | - |
| YUV | 39.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 77 | 0.34 | 0.65 | 0 | 0.70 | 268.8 | 0.48 | 0.2 |
| Hex | 33 | 1B | 4D | 22 | 41 | 0 | 46 | 10D | 30 | 14 |
| Octal | 63 | 33 | 115 | 42 | 101 | 0 | 106 | 415 | 60 | 24 |
| Binary | 110011 | 11011 | 1001101 | 100010 | 1000001 | 0 | 1000110 | 100001101 | 110000 | 10100 |
Color Harmonies of #331B4D
Complementary color
Monochromatic Colors of #331B4D
Black with #331B4D
Text Example
Text Example
White with #331B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331B4D; }
p { color: rgb(51,27,77); }
H1.HeaderClassName
{
color: #331B4D;
}
.AnyTagClassName
{
color: #331B4D;
}
</style>
background-color css
<style>
a { background-color: #331B4D; }
a { background-color: rgb(51,27,77); }
div.DivClassName
{
background-color: #331B4D;
}
.BgClassName
{
background-color: #331B4D;
}
</style>
border-color css
<style>
span { border-color: #331B4D; }
span { border-color: rgb(51,27,77); }
td.TdClassName
{
border-color: #331B4D;
}
.TagClassName
{
border-color: #331B4D;
}
</style>