Shades of Violent Violet #341E50
Tints of Violent Violet #341E50
RGB
CMYK
RGB Variations
Color information
#341E50 (or 0x341E50) is known color: Violent Violet. HEX triplet: 34, 1E and 50. RGB value is (52,30,80). Sum of RGB (Red+Green+Blue) = 52+30+80=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #341E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341E50 is #CBE1AF. Grayscale: #2A2A2A. Windows color (decimal): -13361584 or 5250612. OLE color: 5250612.
HSL color Cylindrical-coordinate representation of color #341E50: hue angle of 266.4º 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 #341E50 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 30 | 80 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.69 |
| HSL | 266.4º | 0.45% | 0.22% | - |
| HSV(B) | 266.4º | 0.63% | 0.31% | - |
| XYZ | 3.33 | 2.24 | 7.85 | - |
| YUV | 42.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 80 | 0.35 | 0.62 | 0 | 0.69 | 266.4 | 0.45 | 0.22 |
| Hex | 34 | 1E | 50 | 23 | 3E | 0 | 45 | 10A | 2D | 16 |
| Octal | 64 | 36 | 120 | 43 | 76 | 0 | 105 | 412 | 55 | 26 |
| Binary | 110100 | 11110 | 1010000 | 100011 | 111110 | 0 | 1000101 | 100001010 | 101101 | 10110 |
Color Harmonies of #341E50
Complementary color
Monochromatic Colors of #341E50
Black with #341E50
Text Example
Text Example
White with #341E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E50; }
p { color: rgb(52,30,80); }
H1.HeaderClassName
{
color: #341E50;
}
.AnyTagClassName
{
color: #341E50;
}
</style>
background-color css
<style>
a { background-color: #341E50; }
a { background-color: rgb(52,30,80); }
div.DivClassName
{
background-color: #341E50;
}
.BgClassName
{
background-color: #341E50;
}
</style>
border-color css
<style>
span { border-color: #341E50; }
span { border-color: rgb(52,30,80); }
td.TdClassName
{
border-color: #341E50;
}
.TagClassName
{
border-color: #341E50;
}
</style>