#3527de

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

Shades of Han Purple #3527DE

Tints of Han Purple #3527DE

Color information

#3527DE (or 0x3527DE) is unknown color: approx Han Purple. HEX triplet: 35, 27 and DE. RGB value is (53,39,222). Sum of RGB (Red+Green+Blue) = 53+39+222=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #3527DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3527DE is #CAD821. Grayscale: #3F3F3F. Windows color (decimal): -13293602 or 14559029. OLE color: 14559029.

HSL color Cylindrical-coordinate representation of color #3527DE: hue angle of 244.59º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3527DE is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5339222-
CMYK0.760.8200.13
HSL244.59º73.49%51.18%-
HSV(B)244.59º82.43%87.06%-
XYZ15.387.4869.74-
YUV64.05217.14120.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 39 (15.62% from 255) = 12.42%
BLUE value IS 222 (87.11% from 255) = 70.70%
R=16.88%
G=12.42%
B=70.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal53392220.760.8200.13244.5973.4951.18
Hex3527DE4C520Df54933
Octal654733611412201536511163
Binary110101100111110111101001100101001001101111101011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3527de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3527de; }

 p { color: rgb(53,39,222); }

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

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

 a { background-color: rgb(53,39,222); }

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

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

 span { border-color: rgb(53,39,222); }

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