#3520F2

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

Shades of Han Purple #3520F2

Tints of Han Purple #3520F2

Color information

#3520F2 (or 0x3520F2) is unknown color: approx Han Purple. HEX triplet: 35, 20 and F2. RGB value is (53,32,242). Sum of RGB (Red+Green+Blue) = 53+32+242=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 242 (94.92% from 255 or 74.01% from 327); Max value from RGB is 242 - color contains mainly: blue. Hex color #3520F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3520F2 is #CADF0D. Grayscale: #3D3D3D. Windows color (decimal): -13295374 or 15867957. OLE color: 15867957.

HSL color Cylindrical-coordinate representation of color #3520F2: hue angle of 246º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3520F2 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5332242-
CMYK0.780.8700.05
HSL246º88.98%53.73%-
HSV(B)246º86.78%94.9%-
XYZ18.018.284.64-
YUV62.22229.46121.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.21%
GREEN value IS 32 (12.89% from 255) = 9.79%
BLUE value IS 242 (94.92% from 255) = 74.01%
R=16.21%
G=9.79%
B=74.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal53322420.780.8700.0524688.9853.73
Hex3520F24E5705f65936
Octal65403621161270536613166
Binary11010110000011110010100111010101110101111101101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3520F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3520F2; }

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

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

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

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

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

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

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

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