Shades of Violent Violet #351E50
Tints of Violent Violet #351E50
RGB
CMYK
RGB Variations
Color information
#351E50 (or 0x351E50) is known color: Violent Violet. HEX triplet: 35, 1E and 50. RGB value is (53,30,80). Sum of RGB (Red+Green+Blue) = 53+30+80=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #351E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351E50 is #CAE1AF. Grayscale: #2A2A2A. Windows color (decimal): -13296048 or 5250613. OLE color: 5250613.
HSL color Cylindrical-coordinate representation of color #351E50: hue angle of 267.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #351E50 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 30 | 80 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.69 |
| HSL | 267.6º | 0.45% | 0.22% | - |
| HSV(B) | 267.6º | 0.63% | 0.31% | - |
| XYZ | 3.38 | 2.26 | 7.85 | - |
| YUV | 42.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 80 | 0.34 | 0.62 | 0 | 0.69 | 267.6 | 0.45 | 0.22 |
| Hex | 35 | 1E | 50 | 22 | 3E | 0 | 45 | 10C | 2D | 16 |
| Octal | 65 | 36 | 120 | 42 | 76 | 0 | 105 | 414 | 55 | 26 |
| Binary | 110101 | 11110 | 1010000 | 100010 | 111110 | 0 | 1000101 | 100001100 | 101101 | 10110 |
Color Harmonies of #351E50
Complementary color
Monochromatic Colors of #351E50
Black with #351E50
Text Example
Text Example
White with #351E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351E50; }
p { color: rgb(53,30,80); }
H1.HeaderClassName
{
color: #351E50;
}
.AnyTagClassName
{
color: #351E50;
}
</style>
background-color css
<style>
a { background-color: #351E50; }
a { background-color: rgb(53,30,80); }
div.DivClassName
{
background-color: #351E50;
}
.BgClassName
{
background-color: #351E50;
}
</style>
border-color css
<style>
span { border-color: #351E50; }
span { border-color: rgb(53,30,80); }
td.TdClassName
{
border-color: #351E50;
}
.TagClassName
{
border-color: #351E50;
}
</style>