#3521E1

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

Shades of Han Purple #3521E1

Tints of Han Purple #3521E1

Color information

#3521E1 (or 0x3521E1) is unknown color: approx Han Purple. HEX triplet: 35, 21 and E1. RGB value is (53,33,225). Sum of RGB (Red+Green+Blue) = 53+33+225=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 225 (88.28% from 255 or 72.35% from 311); Max value from RGB is 225 - color contains mainly: blue. Hex color #3521E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3521E1 is #CADE1E. Grayscale: #3C3C3C. Windows color (decimal): -13295135 or 14754101. OLE color: 14754101.

HSL color Cylindrical-coordinate representation of color #3521E1: hue angle of 246.25º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3521E1 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5333225-
CMYK0.760.8500.12
HSL246.25º76.19%50.59%-
HSV(B)246.25º85.33%88.24%-
XYZ15.67.2871.82-
YUV60.87220.63122.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 33 (13.28% from 255) = 10.61%
BLUE value IS 225 (88.28% from 255) = 72.35%
R=17.04%
G=10.61%
B=72.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal53332250.760.8500.12246.2576.1950.59
Hex3521E14C550Cf64c33
Octal654134111412501436611463
Binary110101100001111000011001100101010101100111101101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3521E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3521E1; }

 p { color: rgb(53,33,225); }

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

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

 a { background-color: rgb(53,33,225); }

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

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

 span { border-color: rgb(53,33,225); }

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