Shades of Violent Violet #342148
Tints of Violent Violet #342148
RGB
CMYK
RGB Variations
Color information
#342148 (or 0x342148) is known color: Violent Violet. HEX triplet: 34, 21 and 48. RGB value is (52,33,72). Sum of RGB (Red+Green+Blue) = 52+33+72=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #342148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342148 is #CBDEB7. Grayscale: #2A2A2A. Windows color (decimal): -13360824 or 4727092. OLE color: 4727092.
HSL color Cylindrical-coordinate representation of color #342148: hue angle of 269.23º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #342148 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 33 | 72 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.72 |
| HSL | 269.23º | 0.37% | 0.21% | - |
| HSV(B) | 269.23º | 0.54% | 0.28% | - |
| XYZ | 3.13 | 2.29 | 6.41 | - |
| YUV | 43.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 33 | 72 | 0.28 | 0.54 | 0 | 0.72 | 269.23 | 0.37 | 0.21 |
| Hex | 34 | 21 | 48 | 1C | 36 | 0 | 48 | 10D | 25 | 15 |
| Octal | 64 | 41 | 110 | 34 | 66 | 0 | 110 | 415 | 45 | 25 |
| Binary | 110100 | 100001 | 1001000 | 11100 | 110110 | 0 | 1001000 | 100001101 | 100101 | 10101 |
Color Harmonies of #342148
Complementary color
Monochromatic Colors of #342148
Black with #342148
Text Example
Text Example
White with #342148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342148; }
p { color: rgb(52,33,72); }
H1.HeaderClassName
{
color: #342148;
}
.AnyTagClassName
{
color: #342148;
}
</style>
background-color css
<style>
a { background-color: #342148; }
a { background-color: rgb(52,33,72); }
div.DivClassName
{
background-color: #342148;
}
.BgClassName
{
background-color: #342148;
}
</style>
border-color css
<style>
span { border-color: #342148; }
span { border-color: rgb(52,33,72); }
td.TdClassName
{
border-color: #342148;
}
.TagClassName
{
border-color: #342148;
}
</style>