#332255

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

Shades of Violent Violet #332255

Tints of Violent Violet #332255

Color information

#332255 (or 0x332255) is unknown color: approx Violent Violet. HEX triplet: 33, 22 and 55. RGB value is (51,34,85). Sum of RGB (Red+Green+Blue) = 51+34+85=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #332255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332255 is #CCDDAA. Grayscale: #2C2C2C. Windows color (decimal): -13426091 or 5579315. OLE color: 5579315.

HSL color Cylindrical-coordinate representation of color #332255: hue angle of 260º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #332255 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB513485-
CMYK0.400.6000.67
HSL260º42.86%23.33%-
HSV(B)260º60%33.33%-
XYZ3.582.58.89-
YUV44.9150.63132.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30%
GREEN value IS 34 (13.67% from 255) = 20%
BLUE value IS 85 (33.59% from 255) = 50%
R=30%
G=20%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5134850.400.6000.6726042.8623.33
Hex332255283C0431042b17
Octal6342125507401034045327
Binary11001110001010101011010001111000100001110000010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332255; }

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

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

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

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

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

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

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

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