#3523e2

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

Shades of Han Purple #3523E2

Tints of Han Purple #3523E2

Color information

#3523E2 (or 0x3523E2) is unknown color: approx Han Purple. HEX triplet: 35, 23 and E2. RGB value is (53,35,226). Sum of RGB (Red+Green+Blue) = 53+35+226=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 226 (88.67% from 255 or 71.97% from 314); Max value from RGB is 226 - color contains mainly: blue. Hex color #3523E2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3523E2 is #CADC1D. Grayscale: #3D3D3D. Windows color (decimal): -13294622 or 14820149. OLE color: 14820149.

HSL color Cylindrical-coordinate representation of color #3523E2: hue angle of 245.65º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3523E2 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5335226-
CMYK0.770.8500.11
HSL245.65º76.71%51.18%-
HSV(B)245.65º84.51%88.63%-
XYZ15.87.4572.56-
YUV62.16220.46121.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 35 (14.06% from 255) = 11.15%
BLUE value IS 226 (88.67% from 255) = 71.97%
R=16.88%
G=11.15%
B=71.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal53352260.770.8500.11245.6576.7151.18
Hex3523E24D550Bf64d33
Octal654334211512501336611563
Binary110101100011111000101001101101010101011111101101001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3523e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3523e2; }

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

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

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

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

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

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

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

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