#352050

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

Shades of Violent Violet #352050

Tints of Violent Violet #352050

Color information

#352050 (or 0x352050) is unknown color: approx Violent Violet. HEX triplet: 35, 20 and 50. RGB value is (53,32,80). Sum of RGB (Red+Green+Blue) = 53+32+80=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #352050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352050 is #CADFAF. Grayscale: #2B2B2B. Windows color (decimal): -13295536 or 5251125. OLE color: 5251125.

HSL color Cylindrical-coordinate representation of color #352050: hue angle of 266.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352050 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB533280-
CMYK0.340.6000.69
HSL266.25º42.86%21.96%-
HSV(B)266.25º60%31.37%-
XYZ3.432.377.87-
YUV43.75148.46134.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=32.12%
G=19.39%
B=48.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5332800.340.6000.69266.2542.8621.96
Hex352050223C04510a2b16
Octal6540120427401054125326
Binary11010110000010100001000101111000100010110000101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352050; }

 p { color: rgb(53,32,80); }

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

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

 a { background-color: rgb(53,32,80); }

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

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

 span { border-color: rgb(53,32,80); }

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