#332549

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

Shades of Violent Violet #332549

Tints of Violent Violet #332549

Color information

#332549 (or 0x332549) is unknown color: approx Violent Violet. HEX triplet: 33, 25 and 49. RGB value is (51,37,73). Sum of RGB (Red+Green+Blue) = 51+37+73=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #332549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332549 is #CCDAB6. Grayscale: #2D2D2D. Windows color (decimal): -13425335 or 4793651. OLE color: 4793651.

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

Color convert

RGB513773-
CMYK0.300.4900.71
HSL263.33º32.73%21.57%-
HSV(B)263.33º49.32%28.63%-
XYZ3.232.516.62-
YUV45.29143.64132.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.68%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 73 (28.91% from 255) = 45.34%
R=31.68%
G=22.98%
B=45.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5137730.300.4900.71263.3332.7321.57
Hex3325491E310471072116
Octal6345111366101074074126
Binary1100111001011001001111101100010100011110000011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332549; }

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

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

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

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

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

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

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

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