Shades of Violent Violet #352448
Tints of Violent Violet #352448
RGB
CMYK
RGB Variations
Color information
#352448 (or 0x352448) is known color: Violent Violet. HEX triplet: 35, 24 and 48. RGB value is (53,36,72). Sum of RGB (Red+Green+Blue) = 53+36+72=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #352448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352448 is #CADBB7. Grayscale: #2D2D2D. Windows color (decimal): -13294520 or 4727861. OLE color: 4727861.
HSL color Cylindrical-coordinate representation of color #352448: hue angle of 268.33º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #352448 is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 36 | 72 | - |
| CMYK | 0.26 | 0.5 | 0 | 0.72 |
| HSL | 268.33º | 0.33% | 0.21% | - |
| HSV(B) | 268.33º | 0.5% | 0.28% | - |
| XYZ | 3.27 | 2.49 | 6.44 | - |
| YUV | 45.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 72 | 0.26 | 0.5 | 0 | 0.72 | 268.33 | 0.33 | 0.21 |
| Hex | 35 | 24 | 48 | 1A | 32 | 0 | 48 | 10C | 21 | 15 |
| Octal | 65 | 44 | 110 | 32 | 62 | 0 | 110 | 414 | 41 | 25 |
| Binary | 110101 | 100100 | 1001000 | 11010 | 110010 | 0 | 1001000 | 100001100 | 100001 | 10101 |
Color Harmonies of #352448
Complementary color
Monochromatic Colors of #352448
Black with #352448
Text Example
Text Example
White with #352448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352448; }
p { color: rgb(53,36,72); }
H1.HeaderClassName
{
color: #352448;
}
.AnyTagClassName
{
color: #352448;
}
</style>
background-color css
<style>
a { background-color: #352448; }
a { background-color: rgb(53,36,72); }
div.DivClassName
{
background-color: #352448;
}
.BgClassName
{
background-color: #352448;
}
</style>
border-color css
<style>
span { border-color: #352448; }
span { border-color: rgb(53,36,72); }
td.TdClassName
{
border-color: #352448;
}
.TagClassName
{
border-color: #352448;
}
</style>