#3522ED

Color #3522ED Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #3522ED

Tints of Han Purple #3522ED

Color information

#3522ED (or 0x3522ED) is unknown color: approx Han Purple. HEX triplet: 35, 22 and ED. RGB value is (53,34,237). Sum of RGB (Red+Green+Blue) = 53+34+237=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 237 (92.97% from 255 or 73.15% from 324); Max value from RGB is 237 - color contains mainly: blue. Hex color #3522ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3522ED is #CADD12. Grayscale: #3E3E3E. Windows color (decimal): -13294867 or 15540789. OLE color: 15540789.

HSL color Cylindrical-coordinate representation of color #3522ED: hue angle of 245.62º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3522ED is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5334237-
CMYK0.780.8600.07
HSL245.62º84.94%53.14%-
HSV(B)245.62º85.65%92.94%-
XYZ17.338.0280.75-
YUV62.82226.29120.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 34 (13.67% from 255) = 10.49%
BLUE value IS 237 (92.97% from 255) = 73.15%
R=16.36%
G=10.49%
B=73.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal53342370.780.8600.07245.6284.9453.14
Hex3522ED4E5607f65535
Octal65423551161260736612565
Binary11010110001011101101100111010101100111111101101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3522ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3522ED; }

 p { color: rgb(53,34,237); }

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

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

 a { background-color: rgb(53,34,237); }

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

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

 span { border-color: rgb(53,34,237); }

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