Shades of Violent Violet #341E4E
Tints of Violent Violet #341E4E
RGB
CMYK
RGB Variations
Color information
#341E4E (or 0x341E4E) is known color: Violent Violet. HEX triplet: 34, 1E and 4E. RGB value is (52,30,78). Sum of RGB (Red+Green+Blue) = 52+30+78=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #341E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341E4E is #CBE1B1. Grayscale: #292929. Windows color (decimal): -13361586 or 5119540. OLE color: 5119540.
HSL color Cylindrical-coordinate representation of color #341E4E: hue angle of 267.5º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #341E4E is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 30 | 78 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.69 |
| HSL | 267.5º | 0.44% | 0.21% | - |
| HSV(B) | 267.5º | 0.62% | 0.31% | - |
| XYZ | 3.26 | 2.21 | 7.46 | - |
| YUV | 42.05 | 148.29 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 78 | 0.33 | 0.62 | 0 | 0.69 | 267.5 | 0.44 | 0.21 |
| Hex | 34 | 1E | 4E | 21 | 3E | 0 | 45 | 10C | 2C | 15 |
| Octal | 64 | 36 | 116 | 41 | 76 | 0 | 105 | 414 | 54 | 25 |
| Binary | 110100 | 11110 | 1001110 | 100001 | 111110 | 0 | 1000101 | 100001100 | 101100 | 10101 |
Color Harmonies of #341E4E
Complementary color
Monochromatic Colors of #341E4E
Black with #341E4E
Text Example
Text Example
White with #341E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E4E; }
p { color: rgb(52,30,78); }
H1.HeaderClassName
{
color: #341E4E;
}
.AnyTagClassName
{
color: #341E4E;
}
</style>
background-color css
<style>
a { background-color: #341E4E; }
a { background-color: rgb(52,30,78); }
div.DivClassName
{
background-color: #341E4E;
}
.BgClassName
{
background-color: #341E4E;
}
</style>
border-color css
<style>
span { border-color: #341E4E; }
span { border-color: rgb(52,30,78); }
td.TdClassName
{
border-color: #341E4E;
}
.TagClassName
{
border-color: #341E4E;
}
</style>