Shades of Violent Violet #362849
Tints of Violent Violet #362849
RGB
CMYK
RGB Variations
Color information
#362849 (or 0x362849) is known color: Violent Violet. HEX triplet: 36, 28 and 49. RGB value is (54,40,73). Sum of RGB (Red+Green+Blue) = 54+40+73=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #362849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362849 is #C9D7B6. Grayscale: #2F2F2F. Windows color (decimal): -13227959 or 4794422. OLE color: 4794422.
HSL color Cylindrical-coordinate representation of color #362849: hue angle of 265.45º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #362849 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 40 | 73 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.71 |
| HSL | 265.45º | 0.29% | 0.22% | - |
| HSV(B) | 265.45º | 0.45% | 0.29% | - |
| XYZ | 3.48 | 2.78 | 6.66 | - |
| YUV | 47.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 40 | 73 | 0.26 | 0.45 | 0 | 0.71 | 265.45 | 0.29 | 0.22 |
| Hex | 36 | 28 | 49 | 1A | 2D | 0 | 47 | 109 | 1D | 16 |
| Octal | 66 | 50 | 111 | 32 | 55 | 0 | 107 | 411 | 35 | 26 |
| Binary | 110110 | 101000 | 1001001 | 11010 | 101101 | 0 | 1000111 | 100001001 | 11101 | 10110 |
Color Harmonies of #362849
Complementary color
Monochromatic Colors of #362849
Black with #362849
Text Example
Text Example
White with #362849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362849; }
p { color: rgb(54,40,73); }
H1.HeaderClassName
{
color: #362849;
}
.AnyTagClassName
{
color: #362849;
}
</style>
background-color css
<style>
a { background-color: #362849; }
a { background-color: rgb(54,40,73); }
div.DivClassName
{
background-color: #362849;
}
.BgClassName
{
background-color: #362849;
}
</style>
border-color css
<style>
span { border-color: #362849; }
span { border-color: rgb(54,40,73); }
td.TdClassName
{
border-color: #362849;
}
.TagClassName
{
border-color: #362849;
}
</style>