Shades of Violent Violet #341F50
Tints of Violent Violet #341F50
RGB
CMYK
RGB Variations
Color information
#341F50 (or 0x341F50) is known color: Violent Violet. HEX triplet: 34, 1F and 50. RGB value is (52,31,80). Sum of RGB (Red+Green+Blue) = 52+31+80=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 31 (12.5% from 255 or 19.02% 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 #341F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341F50 is #CBE0AF. Grayscale: #2A2A2A. Windows color (decimal): -13361328 or 5250868. OLE color: 5250868.
HSL color Cylindrical-coordinate representation of color #341F50: hue angle of 265.71º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #341F50 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 31 | 80 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.69 |
| HSL | 265.71º | 0.44% | 0.22% | - |
| HSV(B) | 265.71º | 0.61% | 0.31% | - |
| XYZ | 3.35 | 2.29 | 7.85 | - |
| YUV | 42.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 80 | 0.35 | 0.61 | 0 | 0.69 | 265.71 | 0.44 | 0.22 |
| Hex | 34 | 1F | 50 | 23 | 3D | 0 | 45 | 10A | 2C | 16 |
| Octal | 64 | 37 | 120 | 43 | 75 | 0 | 105 | 412 | 54 | 26 |
| Binary | 110100 | 11111 | 1010000 | 100011 | 111101 | 0 | 1000101 | 100001010 | 101100 | 10110 |
Color Harmonies of #341F50
Complementary color
Monochromatic Colors of #341F50
Black with #341F50
Text Example
Text Example
White with #341F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F50; }
p { color: rgb(52,31,80); }
H1.HeaderClassName
{
color: #341F50;
}
.AnyTagClassName
{
color: #341F50;
}
</style>
background-color css
<style>
a { background-color: #341F50; }
a { background-color: rgb(52,31,80); }
div.DivClassName
{
background-color: #341F50;
}
.BgClassName
{
background-color: #341F50;
}
</style>
border-color css
<style>
span { border-color: #341F50; }
span { border-color: rgb(52,31,80); }
td.TdClassName
{
border-color: #341F50;
}
.TagClassName
{
border-color: #341F50;
}
</style>