#352052

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

Shades of Violent Violet #352052

Tints of Violent Violet #352052

Color information

#352052 (or 0x352052) is unknown color: approx Violent Violet. HEX triplet: 35, 20 and 52. RGB value is (53,32,82). Sum of RGB (Red+Green+Blue) = 53+32+82=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #352052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352052 is #CADFAD. Grayscale: #2B2B2B. Windows color (decimal): -13295534 or 5382197. OLE color: 5382197.

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

Color convert

RGB533282-
CMYK0.350.6100.68
HSL265.2º43.86%22.35%-
HSV(B)265.2º60.98%32.16%-
XYZ3.512.48.26-
YUV43.98149.46134.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 32 (12.89% from 255) = 19.16%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=31.74%
G=19.16%
B=49.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5332820.350.6100.68265.243.8622.35
Hex352052233D0441092c16
Octal6540122437501044115426
Binary11010110000010100101000111111010100010010000100110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352052; }

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

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

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

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

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

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

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

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