Shades of Violent Violet #362352
Tints of Violent Violet #362352
RGB
CMYK
RGB Variations
Color information
#362352 (or 0x362352) is known color: Violent Violet. HEX triplet: 36, 23 and 52. RGB value is (54,35,82). Sum of RGB (Red+Green+Blue) = 54+35+82=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #362352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362352 is #C9DCAD. Grayscale: #2D2D2D. Windows color (decimal): -13229230 or 5382966. OLE color: 5382966.
HSL color Cylindrical-coordinate representation of color #362352: hue angle of 264.26º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #362352 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 35 | 82 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.68 |
| HSL | 264.26º | 0.4% | 0.23% | - |
| HSV(B) | 264.26º | 0.57% | 0.32% | - |
| XYZ | 3.65 | 2.6 | 8.29 | - |
| YUV | 46.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 82 | 0.34 | 0.57 | 0 | 0.68 | 264.26 | 0.4 | 0.23 |
| Hex | 36 | 23 | 52 | 22 | 39 | 0 | 44 | 108 | 28 | 17 |
| Octal | 66 | 43 | 122 | 42 | 71 | 0 | 104 | 410 | 50 | 27 |
| Binary | 110110 | 100011 | 1010010 | 100010 | 111001 | 0 | 1000100 | 100001000 | 101000 | 10111 |
Color Harmonies of #362352
Complementary color
Monochromatic Colors of #362352
Black with #362352
Text Example
Text Example
White with #362352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362352; }
p { color: rgb(54,35,82); }
H1.HeaderClassName
{
color: #362352;
}
.AnyTagClassName
{
color: #362352;
}
</style>
background-color css
<style>
a { background-color: #362352; }
a { background-color: rgb(54,35,82); }
div.DivClassName
{
background-color: #362352;
}
.BgClassName
{
background-color: #362352;
}
</style>
border-color css
<style>
span { border-color: #362352; }
span { border-color: rgb(54,35,82); }
td.TdClassName
{
border-color: #362352;
}
.TagClassName
{
border-color: #362352;
}
</style>