Shades of Violent Violet #342349
Tints of Violent Violet #342349
RGB
CMYK
RGB Variations
Color information
#342349 (or 0x342349) is known color: Violent Violet. HEX triplet: 34, 23 and 49. RGB value is (52,35,73). Sum of RGB (Red+Green+Blue) = 52+35+73=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #342349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342349 is #CBDCB6. Grayscale: #2C2C2C. Windows color (decimal): -13360311 or 4793140. OLE color: 4793140.
HSL color Cylindrical-coordinate representation of color #342349: hue angle of 266.84º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #342349 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 35 | 73 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.71 |
| HSL | 266.84º | 0.35% | 0.21% | - |
| HSV(B) | 266.84º | 0.52% | 0.29% | - |
| XYZ | 3.22 | 2.41 | 6.6 | - |
| YUV | 44.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 73 | 0.29 | 0.52 | 0 | 0.71 | 266.84 | 0.35 | 0.21 |
| Hex | 34 | 23 | 49 | 1D | 34 | 0 | 47 | 10B | 23 | 15 |
| Octal | 64 | 43 | 111 | 35 | 64 | 0 | 107 | 413 | 43 | 25 |
| Binary | 110100 | 100011 | 1001001 | 11101 | 110100 | 0 | 1000111 | 100001011 | 100011 | 10101 |
Color Harmonies of #342349
Complementary color
Monochromatic Colors of #342349
Black with #342349
Text Example
Text Example
White with #342349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342349; }
p { color: rgb(52,35,73); }
H1.HeaderClassName
{
color: #342349;
}
.AnyTagClassName
{
color: #342349;
}
</style>
background-color css
<style>
a { background-color: #342349; }
a { background-color: rgb(52,35,73); }
div.DivClassName
{
background-color: #342349;
}
.BgClassName
{
background-color: #342349;
}
</style>
border-color css
<style>
span { border-color: #342349; }
span { border-color: rgb(52,35,73); }
td.TdClassName
{
border-color: #342349;
}
.TagClassName
{
border-color: #342349;
}
</style>