Shades of Violent Violet #341F4F
Tints of Violent Violet #341F4F
RGB
CMYK
RGB Variations
Color information
#341F4F (or 0x341F4F) is known color: Violent Violet. HEX triplet: 34, 1F and 4F. RGB value is (52,31,79). Sum of RGB (Red+Green+Blue) = 52+31+79=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #341F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341F4F is #CBE0B0. Grayscale: #2A2A2A. Windows color (decimal): -13361329 or 5185332. OLE color: 5185332.
HSL color Cylindrical-coordinate representation of color #341F4F: hue angle of 266.25º 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 #341F4F is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 31 | 79 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.69 |
| HSL | 266.25º | 0.44% | 0.22% | - |
| HSV(B) | 266.25º | 0.61% | 0.31% | - |
| XYZ | 3.32 | 2.27 | 7.66 | - |
| YUV | 42.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 79 | 0.34 | 0.61 | 0 | 0.69 | 266.25 | 0.44 | 0.22 |
| Hex | 34 | 1F | 4F | 22 | 3D | 0 | 45 | 10A | 2C | 16 |
| Octal | 64 | 37 | 117 | 42 | 75 | 0 | 105 | 412 | 54 | 26 |
| Binary | 110100 | 11111 | 1001111 | 100010 | 111101 | 0 | 1000101 | 100001010 | 101100 | 10110 |
Color Harmonies of #341F4F
Complementary color
Monochromatic Colors of #341F4F
Black with #341F4F
Text Example
Text Example
White with #341F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F4F; }
p { color: rgb(52,31,79); }
H1.HeaderClassName
{
color: #341F4F;
}
.AnyTagClassName
{
color: #341F4F;
}
</style>
background-color css
<style>
a { background-color: #341F4F; }
a { background-color: rgb(52,31,79); }
div.DivClassName
{
background-color: #341F4F;
}
.BgClassName
{
background-color: #341F4F;
}
</style>
border-color css
<style>
span { border-color: #341F4F; }
span { border-color: rgb(52,31,79); }
td.TdClassName
{
border-color: #341F4F;
}
.TagClassName
{
border-color: #341F4F;
}
</style>