#4528D8

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

Shades of Han Purple #4528D8

Tints of Han Purple #4528D8

Color information

#4528D8 (or 0x4528D8) is unknown color: approx Han Purple. HEX triplet: 45, 28 and D8. RGB value is (69,40,216). Sum of RGB (Red+Green+Blue) = 69+40+216=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 216 (84.77% from 255 or 66.46% from 325); Max value from RGB is 216 - color contains mainly: blue. Hex color #4528D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4528D8 is #BAD727. Grayscale: #444444. Windows color (decimal): -12244776 or 14166085. OLE color: 14166085.

HSL color Cylindrical-coordinate representation of color #4528D8: hue angle of 249.89º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4528D8 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6940216-
CMYK0.680.8100.15
HSL249.89º69.29%50.2%-
HSV(B)249.89º81.48%84.71%-
XYZ15.617.7465.64-
YUV68.74211.11128.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.23%
GREEN value IS 40 (16.02% from 255) = 12.31%
BLUE value IS 216 (84.77% from 255) = 66.46%
R=21.23%
G=12.31%
B=66.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal69402160.680.8100.15249.8969.2950.2
Hex4528D844510Ffa4532
Octal1055033010412101737210562
Binary1000101101000110110001000100101000101111111110101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4528D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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