Shades of Violent Violet #342A49
Tints of Violent Violet #342A49
RGB
CMYK
RGB Variations
Color information
#342A49 (or 0x342A49) is known color: Violent Violet. HEX triplet: 34, 2A and 49. RGB value is (52,42,73). Sum of RGB (Red+Green+Blue) = 52+42+73=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #342A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342A49 is #CBD5B6. Grayscale: #303030. Windows color (decimal): -13358519 or 4794932. OLE color: 4794932.
HSL color Cylindrical-coordinate representation of color #342A49: hue angle of 259.35º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #342A49 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 42 | 73 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.71 |
| HSL | 259.35º | 0.27% | 0.23% | - |
| HSV(B) | 259.35º | 0.42% | 0.29% | - |
| XYZ | 3.45 | 2.87 | 6.68 | - |
| YUV | 48.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 73 | 0.29 | 0.42 | 0 | 0.71 | 259.35 | 0.27 | 0.23 |
| Hex | 34 | 2A | 49 | 1D | 2A | 0 | 47 | 103 | 1B | 17 |
| Octal | 64 | 52 | 111 | 35 | 52 | 0 | 107 | 403 | 33 | 27 |
| Binary | 110100 | 101010 | 1001001 | 11101 | 101010 | 0 | 1000111 | 100000011 | 11011 | 10111 |
Color Harmonies of #342A49
Complementary color
Monochromatic Colors of #342A49
Black with #342A49
Text Example
Text Example
White with #342A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342A49; }
p { color: rgb(52,42,73); }
H1.HeaderClassName
{
color: #342A49;
}
.AnyTagClassName
{
color: #342A49;
}
</style>
background-color css
<style>
a { background-color: #342A49; }
a { background-color: rgb(52,42,73); }
div.DivClassName
{
background-color: #342A49;
}
.BgClassName
{
background-color: #342A49;
}
</style>
border-color css
<style>
span { border-color: #342A49; }
span { border-color: rgb(52,42,73); }
td.TdClassName
{
border-color: #342A49;
}
.TagClassName
{
border-color: #342A49;
}
</style>