Html Css Color HEX #5028E8 Han Purple

📋 copy color: '#5028E8'

red 80 ◦ green 40 ◦ blue 232

#5028E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5028E8

Tints of Han Purple #5028E8

RGB

 RED value IS 80 (31.64% from 255) = 22.73%

 GREEN value IS 40 (16.02% from 255) = 11.36%

 BLUE value IS 232 (91.02% from 255) = 65.91%

R = 22.73%
G = 11.36%
B = 65.91%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5028E8 (or 0x5028E8) is known color: Han Purple. HEX triplet: 50, 28 and E8. RGB value is (80,40,232). Sum of RGB (Red+Green+Blue) = 80+40+232=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 232 (91.02% from 255 or 65.91% from 352); Max value from RGB is 232 - color contains mainly: blue. Hex color #5028E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5028E8 is #AFD717. Grayscale: #494949. Windows color (decimal): -11523864 or 15214672. OLE color: 15214672.

HSL color Cylindrical-coordinate representation of color #5028E8: hue angle of 252.5º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5028E8 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 40 232 -
CMYK 0.66 0.83 0 0.09
HSL 252.5º 0.81% 0.53% -
HSV(B) 252.5º 0.83% 0.91% -
XYZ 18.63 9.05 77.11 -
YUV 73.85 217.25 132.39 -
System Red Green Blue C M Y K H S L
Decimal 80 40 232 0.66 0.83 0 0.09 252.5 0.81 0.53
Hex 50 28 E8 42 53 0 9 FD 51 35
Octal 120 50 350 102 123 0 11 375 121 65
Binary 1010000 101000 11101000 1000010 1010011 0 1001 11111101 1010001 110101

Color Harmonies of #5028E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5028E8

Black with #5028E8

Text Example


Text Example

White with #5028E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5028E8;
 }
 .AnyTagClassName
 {
   color: #5028E8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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