#5028EE

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

Shades of Han Purple #5028EE

Tints of Han Purple #5028EE

Color information

#5028EE (or 0x5028EE) is unknown color: approx Han Purple. HEX triplet: 50, 28 and EE. RGB value is (80,40,238). Sum of RGB (Red+Green+Blue) = 80+40+238=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 238 (93.36% from 255 or 66.48% from 358); Max value from RGB is 238 - color contains mainly: blue. Hex color #5028EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5028EE is #AFD711. Grayscale: #494949. Windows color (decimal): -11523858 or 15607888. OLE color: 15607888.

HSL color Cylindrical-coordinate representation of color #5028EE: hue angle of 252.12º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5028EE is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8040238-
CMYK0.660.8300.07
HSL252.12º85.34%54.51%-
HSV(B)252.12º83.19%93.33%-
XYZ19.59.481.67-
YUV74.53220.25131.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.35%
GREEN value IS 40 (16.02% from 255) = 11.17%
BLUE value IS 238 (93.36% from 255) = 66.48%
R=22.35%
G=11.17%
B=66.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80402380.660.8300.07252.1285.3454.51
Hex5028EE425307fc5537
Octal120503561021230737412567
Binary101000010100011101110100001010100110111111111001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5028EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5028EE; }

 p { color: rgb(80,40,238); }

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

<style>
 a { background-color: #5028EE; }

 a { background-color: rgb(80,40,238); }

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

<style>
 span { border-color: #5028EE; }

 span { border-color: rgb(80,40,238); }

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