Html Css Color HEX #5029EB Han Purple

📋 copy color: '#5029EB'

red 80 ◦ green 41 ◦ blue 235

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

Shades of Han Purple #5029EB

Tints of Han Purple #5029EB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.52%

 BLUE value IS 235 (92.19% from 255) = 66.01%

R = 22.47%
G = 11.52%
B = 66.01%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5029EB (or 0x5029EB) is known color: Han Purple. HEX triplet: 50, 29 and EB. RGB value is (80,41,235). Sum of RGB (Red+Green+Blue) = 80+41+235=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #5029EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5029EB is #AFD614. Grayscale: #4A4A4A. Windows color (decimal): -11523605 or 15411536. OLE color: 15411536.

HSL color Cylindrical-coordinate representation of color #5029EB: hue angle of 252.06º 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 #5029EB is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 41 235 -
CMYK 0.66 0.83 0 0.08
HSL 252.06º 0.83% 0.54% -
HSV(B) 252.06º 0.83% 0.92% -
XYZ 19.1 9.29 79.38 -
YUV 74.78 218.42 131.73 -
System Red Green Blue C M Y K H S L
Decimal 80 41 235 0.66 0.83 0 0.08 252.06 0.83 0.54
Hex 50 29 EB 42 53 0 8 FC 53 36
Octal 120 51 353 102 123 0 10 374 123 66
Binary 1010000 101001 11101011 1000010 1010011 0 1000 11111100 1010011 110110

Color Harmonies of #5029EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5029EB

Black with #5029EB

Text Example


Text Example

White with #5029EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,41,235); }

 H1.HeaderClassName
 {
   color: #5029EB;
 }
 .AnyTagClassName
 {
   color: #5029EB;
 }
</style>

background-color css

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

 a { background-color: rgb(80,41,235); }

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

border-color css

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

 span { border-color: rgb(80,41,235); }

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