#332244

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

Shades of Violent Violet #332244

Tints of Violent Violet #332244

Color information

#332244 (or 0x332244) is unknown color: approx Violent Violet. HEX triplet: 33, 22 and 44. RGB value is (51,34,68). Sum of RGB (Red+Green+Blue) = 51+34+68=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: blue. Hex color #332244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332244 is #CCDDBB. Grayscale: #2A2A2A. Windows color (decimal): -13426108 or 4465203. OLE color: 4465203.

HSL color Cylindrical-coordinate representation of color #332244: hue angle of 270º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #332244 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB513468-
CMYK0.250.5000.73
HSL270º33.33%20%-
HSV(B)270º50%26.67%-
XYZ2.982.275.75-
YUV42.96142.13133.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.33%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 68 (26.95% from 255) = 44.44%
R=33.33%
G=22.22%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5134680.250.5000.7327033.3320
Hex332244193204910e2114
Octal6342104316201114164124
Binary1100111000101000100110011100100100100110000111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332244; }

 p { color: rgb(51,34,68); }

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

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

 a { background-color: rgb(51,34,68); }

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

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

 span { border-color: rgb(51,34,68); }

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