Shades of Violent Violet #332849
Tints of Violent Violet #332849
RGB
CMYK
RGB Variations
Color information
#332849 (or 0x332849) is known color: Violent Violet. HEX triplet: 33, 28 and 49. RGB value is (51,40,73). Sum of RGB (Red+Green+Blue) = 51+40+73=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #332849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332849 is #CCD7B6. Grayscale: #2E2E2E. Windows color (decimal): -13424567 or 4794419. OLE color: 4794419.
HSL color Cylindrical-coordinate representation of color #332849: hue angle of 260º 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 #332849 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 40 | 73 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.71 |
| HSL | 260º | 0.29% | 0.22% | - |
| HSV(B) | 260º | 0.45% | 0.29% | - |
| XYZ | 3.33 | 2.7 | 6.65 | - |
| YUV | 47.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 73 | 0.30 | 0.45 | 0 | 0.71 | 260 | 0.29 | 0.22 |
| Hex | 33 | 28 | 49 | 1E | 2D | 0 | 47 | 104 | 1D | 16 |
| Octal | 63 | 50 | 111 | 36 | 55 | 0 | 107 | 404 | 35 | 26 |
| Binary | 110011 | 101000 | 1001001 | 11110 | 101101 | 0 | 1000111 | 100000100 | 11101 | 10110 |
Color Harmonies of #332849
Complementary color
Monochromatic Colors of #332849
Black with #332849
Text Example
Text Example
White with #332849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332849; }
p { color: rgb(51,40,73); }
H1.HeaderClassName
{
color: #332849;
}
.AnyTagClassName
{
color: #332849;
}
</style>
background-color css
<style>
a { background-color: #332849; }
a { background-color: rgb(51,40,73); }
div.DivClassName
{
background-color: #332849;
}
.BgClassName
{
background-color: #332849;
}
</style>
border-color css
<style>
span { border-color: #332849; }
span { border-color: rgb(51,40,73); }
td.TdClassName
{
border-color: #332849;
}
.TagClassName
{
border-color: #332849;
}
</style>