Shades of Violent Violet #342048
Tints of Violent Violet #342048
RGB
CMYK
RGB Variations
Color information
#342048 (or 0x342048) is known color: Violent Violet. HEX triplet: 34, 20 and 48. RGB value is (52,32,72). Sum of RGB (Red+Green+Blue) = 52+32+72=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #342048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342048 is #CBDFB7. Grayscale: #2A2A2A. Windows color (decimal): -13361080 or 4726836. OLE color: 4726836.
HSL color Cylindrical-coordinate representation of color #342048: hue angle of 270º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #342048 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 32 | 72 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.72 |
| HSL | 270º | 0.38% | 0.2% | - |
| HSV(B) | 270º | 0.56% | 0.28% | - |
| XYZ | 3.1 | 2.23 | 6.4 | - |
| YUV | 42.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 72 | 0.28 | 0.56 | 0 | 0.72 | 270 | 0.38 | 0.2 |
| Hex | 34 | 20 | 48 | 1C | 38 | 0 | 48 | 10E | 26 | 14 |
| Octal | 64 | 40 | 110 | 34 | 70 | 0 | 110 | 416 | 46 | 24 |
| Binary | 110100 | 100000 | 1001000 | 11100 | 111000 | 0 | 1001000 | 100001110 | 100110 | 10100 |
Color Harmonies of #342048
Complementary color
Monochromatic Colors of #342048
Black with #342048
Text Example
Text Example
White with #342048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342048; }
p { color: rgb(52,32,72); }
H1.HeaderClassName
{
color: #342048;
}
.AnyTagClassName
{
color: #342048;
}
</style>
background-color css
<style>
a { background-color: #342048; }
a { background-color: rgb(52,32,72); }
div.DivClassName
{
background-color: #342048;
}
.BgClassName
{
background-color: #342048;
}
</style>
border-color css
<style>
span { border-color: #342048; }
span { border-color: rgb(52,32,72); }
td.TdClassName
{
border-color: #342048;
}
.TagClassName
{
border-color: #342048;
}
</style>