#332350

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

Shades of Violent Violet #332350

Tints of Violent Violet #332350

Color information

#332350 (or 0x332350) is unknown color: approx Violent Violet. HEX triplet: 33, 23 and 50. RGB value is (51,35,80). Sum of RGB (Red+Green+Blue) = 51+35+80=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #332350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332350 is #CCDCAF. Grayscale: #2C2C2C. Windows color (decimal): -13425840 or 5251891. OLE color: 5251891.

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

Color convert

RGB513580-
CMYK0.360.5600.69
HSL261.33º39.13%22.55%-
HSV(B)261.33º56.25%31.37%-
XYZ3.412.497.89-
YUV44.91147.8132.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.72%
GREEN value IS 35 (14.06% from 255) = 21.08%
BLUE value IS 80 (31.64% from 255) = 48.19%
R=30.72%
G=21.08%
B=48.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5135800.360.5600.69261.3339.1322.55
Hex33235024380451052717
Octal6343120447001054054727
Binary11001110001110100001001001110000100010110000010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332350; }

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

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

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

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

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

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

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

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