#332049

Color #332049 Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #332049

Tints of Violent Violet #332049

Color information

#332049 (or 0x332049) is unknown color: approx Violent Violet. HEX triplet: 33, 20 and 49. RGB value is (51,32,73). Sum of RGB (Red+Green+Blue) = 51+32+73=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #332049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332049 is #CCDFB6. Grayscale: #2A2A2A. Windows color (decimal): -13426615 or 4792371. OLE color: 4792371.

HSL color Cylindrical-coordinate representation of color #332049: hue angle of 267.8º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #332049 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB513273-
CMYK0.300.5600.71
HSL267.8º39.05%20.59%-
HSV(B)267.8º56.16%28.63%-
XYZ3.082.226.57-
YUV42.36145.29134.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 32.69%
GREEN value IS 32 (12.89% from 255) = 20.51%
BLUE value IS 73 (28.91% from 255) = 46.79%
R=32.69%
G=20.51%
B=46.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5132730.300.5600.71267.839.0520.59
Hex3320491E3804710c2715
Octal6340111367001074144725
Binary1100111000001001001111101110000100011110000110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332049; }

 p { color: rgb(51,32,73); }

 H1.HeaderClassName
 {
   color: #332049;
 }
 .AnyTagClassName
 {
   color: #332049;
 }
</style>
background-color css

<style>
 a { background-color: #332049; }

 a { background-color: rgb(51,32,73); }

 div.DivClassName
 {
   background-color: #332049;
 }
 .BgClassName
 {
   background-color: #332049;
 }
</style>
border-color css

<style>
 span { border-color: #332049; }

 span { border-color: rgb(51,32,73); }

 td.TdClassName
 {
   border-color: #332049;
 }
 .TagClassName
 {
   border-color: #332049;
 }
</style>