#352351

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

Shades of Violent Violet #352351

Tints of Violent Violet #352351

Color information

#352351 (or 0x352351) is unknown color: approx Violent Violet. HEX triplet: 35, 23 and 51. RGB value is (53,35,81). Sum of RGB (Red+Green+Blue) = 53+35+81=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #352351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352351 is #CADCAE. Grayscale: #2D2D2D. Windows color (decimal): -13294767 or 5317429. OLE color: 5317429.

HSL color Cylindrical-coordinate representation of color #352351: hue angle of 263.48º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #352351 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB533581-
CMYK0.350.5700.68
HSL263.48º39.66%22.75%-
HSV(B)263.48º56.79%31.76%-
XYZ3.552.558.09-
YUV45.63147.96133.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.36%
GREEN value IS 35 (14.06% from 255) = 20.71%
BLUE value IS 81 (32.03% from 255) = 47.93%
R=31.36%
G=20.71%
B=47.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5335810.350.5700.68263.4839.6622.75
Hex35235123390441072817
Octal6543121437101044075027
Binary11010110001110100011000111110010100010010000011110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352351; }

 p { color: rgb(53,35,81); }

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

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

 a { background-color: rgb(53,35,81); }

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

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

 span { border-color: rgb(53,35,81); }

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