Shades of Violent Violet #342A47
Tints of Violent Violet #342A47
RGB
CMYK
RGB Variations
Color information
#342A47 (or 0x342A47) is known color: Violent Violet. HEX triplet: 34, 2A and 47. RGB value is (52,42,71). Sum of RGB (Red+Green+Blue) = 52+42+71=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 71 - color contains mainly: blue. Hex color #342A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342A47 is #CBD5B8. Grayscale: #303030. Windows color (decimal): -13358521 or 4663860. OLE color: 4663860.
HSL color Cylindrical-coordinate representation of color #342A47: hue angle of 260.69º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #342A47 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 42 | 71 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.72 |
| HSL | 260.69º | 0.26% | 0.22% | - |
| HSV(B) | 260.69º | 0.41% | 0.28% | - |
| XYZ | 3.38 | 2.84 | 6.33 | - |
| YUV | 48.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 71 | 0.27 | 0.41 | 0 | 0.72 | 260.69 | 0.26 | 0.22 |
| Hex | 34 | 2A | 47 | 1B | 29 | 0 | 48 | 105 | 1A | 16 |
| Octal | 64 | 52 | 107 | 33 | 51 | 0 | 110 | 405 | 32 | 26 |
| Binary | 110100 | 101010 | 1000111 | 11011 | 101001 | 0 | 1001000 | 100000101 | 11010 | 10110 |
Color Harmonies of #342A47
Complementary color
Monochromatic Colors of #342A47
Black with #342A47
Text Example
Text Example
White with #342A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342A47; }
p { color: rgb(52,42,71); }
H1.HeaderClassName
{
color: #342A47;
}
.AnyTagClassName
{
color: #342A47;
}
</style>
background-color css
<style>
a { background-color: #342A47; }
a { background-color: rgb(52,42,71); }
div.DivClassName
{
background-color: #342A47;
}
.BgClassName
{
background-color: #342A47;
}
</style>
border-color css
<style>
span { border-color: #342A47; }
span { border-color: rgb(52,42,71); }
td.TdClassName
{
border-color: #342A47;
}
.TagClassName
{
border-color: #342A47;
}
</style>