#332550

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

Shades of Violent Violet #332550

Tints of Violent Violet #332550

Color information

#332550 (or 0x332550) is unknown color: approx Violent Violet. HEX triplet: 33, 25 and 50. RGB value is (51,37,80). Sum of RGB (Red+Green+Blue) = 51+37+80=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #332550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332550 is #CCDAAF. Grayscale: #2D2D2D. Windows color (decimal): -13425328 or 5252403. OLE color: 5252403.

HSL color Cylindrical-coordinate representation of color #332550: hue angle of 259.53º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #332550 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB513780-
CMYK0.360.5400.69
HSL259.53º36.75%22.94%-
HSV(B)259.53º53.75%31.37%-
XYZ3.472.617.91-
YUV46.09147.14131.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.36%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 80 (31.64% from 255) = 47.62%
R=30.36%
G=22.02%
B=47.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5137800.360.5400.69259.5336.7522.94
Hex33255024360451042517
Octal6345120446601054044527
Binary11001110010110100001001001101100100010110000010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332550; }

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

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

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

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

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

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

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

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