Shades of Violent Violet #341F4C
Tints of Violent Violet #341F4C
RGB
CMYK
RGB Variations
Color information
#341F4C (or 0x341F4C) is known color: Violent Violet. HEX triplet: 34, 1F and 4C. RGB value is (52,31,76). Sum of RGB (Red+Green+Blue) = 52+31+76=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #341F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F4C is #CBE0B3. Grayscale: #2A2A2A. Windows color (decimal): -13361332 or 4988724. OLE color: 4988724.
HSL color Cylindrical-coordinate representation of color #341F4C: hue angle of 268º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #341F4C is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 31 | 76 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.70 |
| HSL | 268º | 0.42% | 0.21% | - |
| HSV(B) | 268º | 0.59% | 0.3% | - |
| XYZ | 3.21 | 2.23 | 7.1 | - |
| YUV | 42.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 76 | 0.32 | 0.59 | 0 | 0.70 | 268 | 0.42 | 0.21 |
| Hex | 34 | 1F | 4C | 20 | 3B | 0 | 46 | 10C | 2A | 15 |
| Octal | 64 | 37 | 114 | 40 | 73 | 0 | 106 | 414 | 52 | 25 |
| Binary | 110100 | 11111 | 1001100 | 100000 | 111011 | 0 | 1000110 | 100001100 | 101010 | 10101 |
Color Harmonies of #341F4C
Complementary color
Monochromatic Colors of #341F4C
Black with #341F4C
Text Example
Text Example
White with #341F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F4C; }
p { color: rgb(52,31,76); }
H1.HeaderClassName
{
color: #341F4C;
}
.AnyTagClassName
{
color: #341F4C;
}
</style>
background-color css
<style>
a { background-color: #341F4C; }
a { background-color: rgb(52,31,76); }
div.DivClassName
{
background-color: #341F4C;
}
.BgClassName
{
background-color: #341F4C;
}
</style>
border-color css
<style>
span { border-color: #341F4C; }
span { border-color: rgb(52,31,76); }
td.TdClassName
{
border-color: #341F4C;
}
.TagClassName
{
border-color: #341F4C;
}
</style>