Shades of Violent Violet #331A50
Tints of Violent Violet #331A50
RGB
CMYK
RGB Variations
Color information
#331A50 (or 0x331A50) is known color: Violent Violet. HEX triplet: 33, 1A and 50. RGB value is (51,26,80). Sum of RGB (Red+Green+Blue) = 51+26+80=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #331A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331A50 is #CCE5AF. Grayscale: #272727. Windows color (decimal): -13428144 or 5249587. OLE color: 5249587.
HSL color Cylindrical-coordinate representation of color #331A50: hue angle of 267.78º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #331A50 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 26 | 80 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.69 |
| HSL | 267.78º | 0.51% | 0.21% | - |
| HSV(B) | 267.78º | 0.68% | 0.31% | - |
| XYZ | 3.18 | 2.02 | 7.81 | - |
| YUV | 39.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 80 | 0.36 | 0.67 | 0 | 0.69 | 267.78 | 0.51 | 0.21 |
| Hex | 33 | 1A | 50 | 24 | 43 | 0 | 45 | 10C | 33 | 15 |
| Octal | 63 | 32 | 120 | 44 | 103 | 0 | 105 | 414 | 63 | 25 |
| Binary | 110011 | 11010 | 1010000 | 100100 | 1000011 | 0 | 1000101 | 100001100 | 110011 | 10101 |
Color Harmonies of #331A50
Complementary color
Monochromatic Colors of #331A50
Black with #331A50
Text Example
Text Example
White with #331A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A50; }
p { color: rgb(51,26,80); }
H1.HeaderClassName
{
color: #331A50;
}
.AnyTagClassName
{
color: #331A50;
}
</style>
background-color css
<style>
a { background-color: #331A50; }
a { background-color: rgb(51,26,80); }
div.DivClassName
{
background-color: #331A50;
}
.BgClassName
{
background-color: #331A50;
}
</style>
border-color css
<style>
span { border-color: #331A50; }
span { border-color: rgb(51,26,80); }
td.TdClassName
{
border-color: #331A50;
}
.TagClassName
{
border-color: #331A50;
}
</style>