#4528EB

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

Shades of Han Purple #4528EB

Tints of Han Purple #4528EB

Color information

#4528EB (or 0x4528EB) is unknown color: approx Han Purple. HEX triplet: 45, 28 and EB. RGB value is (69,40,235). Sum of RGB (Red+Green+Blue) = 69+40+235=344 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.06% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #4528EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4528EB is #BAD714. Grayscale: #464646. Windows color (decimal): -12244757 or 15411269. OLE color: 15411269.

HSL color Cylindrical-coordinate representation of color #4528EB: hue angle of 248.92º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4528EB is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6940235-
CMYK0.710.8300.08
HSL248.92º82.98%53.92%-
HSV(B)248.92º82.98%92.16%-
XYZ18.218.7879.33-
YUV70.9220.61126.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.06%
GREEN value IS 40 (16.02% from 255) = 11.63%
BLUE value IS 235 (92.19% from 255) = 68.31%
R=20.06%
G=11.63%
B=68.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal69402350.710.8300.08248.9282.9853.92
Hex4528EB475308f95336
Octal1055035310712301037112366
Binary1000101101000111010111000111101001101000111110011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4528EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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