#332449

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

Shades of Violent Violet #332449

Tints of Violent Violet #332449

Color information

#332449 (or 0x332449) is unknown color: approx Violent Violet. HEX triplet: 33, 24 and 49. RGB value is (51,36,73). Sum of RGB (Red+Green+Blue) = 51+36+73=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #332449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332449 is #CCDBB6. Grayscale: #2C2C2C. Windows color (decimal): -13425591 or 4793395. OLE color: 4793395.

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

Color convert

RGB513673-
CMYK0.300.5100.71
HSL264.32º33.94%21.37%-
HSV(B)264.32º50.68%28.63%-
XYZ3.22.456.61-
YUV44.7143.97132.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.88%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 73 (28.91% from 255) = 45.62%
R=31.88%
G=22.5%
B=45.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5136730.300.5100.71264.3233.9421.37
Hex3324491E330471082215
Octal6344111366301074104225
Binary1100111001001001001111101100110100011110000100010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332449; }

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

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

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

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

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

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

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

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