Shades of Violent Violet #341F4E
Tints of Violent Violet #341F4E
RGB
CMYK
RGB Variations
Color information
#341F4E (or 0x341F4E) is known color: Violent Violet. HEX triplet: 34, 1F and 4E. RGB value is (52,31,78). Sum of RGB (Red+Green+Blue) = 52+31+78=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #341F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341F4E is #CBE0B1. Grayscale: #2A2A2A. Windows color (decimal): -13361330 or 5119796. OLE color: 5119796.
HSL color Cylindrical-coordinate representation of color #341F4E: hue angle of 266.81º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #341F4E is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 31 | 78 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.69 |
| HSL | 266.81º | 0.43% | 0.21% | - |
| HSV(B) | 266.81º | 0.6% | 0.31% | - |
| XYZ | 3.28 | 2.26 | 7.47 | - |
| YUV | 42.64 | 147.96 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 78 | 0.33 | 0.60 | 0 | 0.69 | 266.81 | 0.43 | 0.21 |
| Hex | 34 | 1F | 4E | 21 | 3C | 0 | 45 | 10B | 2B | 15 |
| Octal | 64 | 37 | 116 | 41 | 74 | 0 | 105 | 413 | 53 | 25 |
| Binary | 110100 | 11111 | 1001110 | 100001 | 111100 | 0 | 1000101 | 100001011 | 101011 | 10101 |
Color Harmonies of #341F4E
Complementary color
Monochromatic Colors of #341F4E
Black with #341F4E
Text Example
Text Example
White with #341F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F4E; }
p { color: rgb(52,31,78); }
H1.HeaderClassName
{
color: #341F4E;
}
.AnyTagClassName
{
color: #341F4E;
}
</style>
background-color css
<style>
a { background-color: #341F4E; }
a { background-color: rgb(52,31,78); }
div.DivClassName
{
background-color: #341F4E;
}
.BgClassName
{
background-color: #341F4E;
}
</style>
border-color css
<style>
span { border-color: #341F4E; }
span { border-color: rgb(52,31,78); }
td.TdClassName
{
border-color: #341F4E;
}
.TagClassName
{
border-color: #341F4E;
}
</style>