#4528e1

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

Shades of Han Purple #4528E1

Tints of Han Purple #4528E1

Color information

#4528E1 (or 0x4528E1) is unknown color: approx Han Purple. HEX triplet: 45, 28 and E1. RGB value is (69,40,225). Sum of RGB (Red+Green+Blue) = 69+40+225=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 225 (88.28% from 255 or 67.37% from 334); Max value from RGB is 225 - color contains mainly: blue. Hex color #4528E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4528E1 is #BAD71E. Grayscale: #454545. Windows color (decimal): -12244767 or 14755909. OLE color: 14755909.

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

Color convert

RGB6940225-
CMYK0.690.8200.12
HSL249.41º75.51%51.96%-
HSV(B)249.41º82.22%88.24%-
XYZ16.88.2271.93-
YUV69.76215.61127.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.66%
GREEN value IS 40 (16.02% from 255) = 11.98%
BLUE value IS 225 (88.28% from 255) = 67.37%
R=20.66%
G=11.98%
B=67.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal69402250.690.8200.12249.4175.5151.96
Hex4528E145520Cf94c34
Octal1055034110512201437111464
Binary1000101101000111000011000101101001001100111110011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4528e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4528e1; }

 p { color: rgb(69,40,225); }

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

<style>
 a { background-color: #4528e1; }

 a { background-color: rgb(69,40,225); }

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

<style>
 span { border-color: #4528e1; }

 span { border-color: rgb(69,40,225); }

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