Shades of Violent Violet #351B50
Tints of Violent Violet #351B50
RGB
CMYK
RGB Variations
Color information
#351B50 (or 0x351B50) is known color: Violent Violet. HEX triplet: 35, 1B and 50. RGB value is (53,27,80). Sum of RGB (Red+Green+Blue) = 53+27+80=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #351B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351B50 is #CAE4AF. Grayscale: #282828. Windows color (decimal): -13296816 or 5249845. OLE color: 5249845.
HSL color Cylindrical-coordinate representation of color #351B50: hue angle of 269.43º degrees, saturation: 0.5, 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 #351B50 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 27 | 80 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.69 |
| HSL | 269.43º | 0.5% | 0.21% | - |
| HSV(B) | 269.43º | 0.66% | 0.31% | - |
| XYZ | 3.31 | 2.12 | 7.82 | - |
| YUV | 40.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 80 | 0.34 | 0.66 | 0 | 0.69 | 269.43 | 0.5 | 0.21 |
| Hex | 35 | 1B | 50 | 22 | 42 | 0 | 45 | 10D | 32 | 15 |
| Octal | 65 | 33 | 120 | 42 | 102 | 0 | 105 | 415 | 62 | 25 |
| Binary | 110101 | 11011 | 1010000 | 100010 | 1000010 | 0 | 1000101 | 100001101 | 110010 | 10101 |
Color Harmonies of #351B50
Complementary color
Monochromatic Colors of #351B50
Black with #351B50
Text Example
Text Example
White with #351B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351B50; }
p { color: rgb(53,27,80); }
H1.HeaderClassName
{
color: #351B50;
}
.AnyTagClassName
{
color: #351B50;
}
</style>
background-color css
<style>
a { background-color: #351B50; }
a { background-color: rgb(53,27,80); }
div.DivClassName
{
background-color: #351B50;
}
.BgClassName
{
background-color: #351B50;
}
</style>
border-color css
<style>
span { border-color: #351B50; }
span { border-color: rgb(53,27,80); }
td.TdClassName
{
border-color: #351B50;
}
.TagClassName
{
border-color: #351B50;
}
</style>