#5029E3

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

Shades of Han Purple #5029E3

Tints of Han Purple #5029E3

Color information

#5029E3 (or 0x5029E3) is unknown color: approx Han Purple. HEX triplet: 50, 29 and E3. RGB value is (80,41,227). Sum of RGB (Red+Green+Blue) = 80+41+227=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 227 (89.06% from 255 or 65.23% from 348); Max value from RGB is 227 - color contains mainly: blue. Hex color #5029E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5029E3 is #AFD61C. Grayscale: #494949. Windows color (decimal): -11523613 or 14887248. OLE color: 14887248.

HSL color Cylindrical-coordinate representation of color #5029E3: hue angle of 252.58º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5029E3 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8041227-
CMYK0.650.8200.11
HSL252.58º76.86%52.55%-
HSV(B)252.58º81.94%89.02%-
XYZ17.978.8473.43-
YUV73.86214.42132.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.99%
GREEN value IS 41 (16.41% from 255) = 11.78%
BLUE value IS 227 (89.06% from 255) = 65.23%
R=22.99%
G=11.78%
B=65.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal80412270.650.8200.11252.5876.8652.55
Hex5029E341520Bfd4d35
Octal1205134310112201337511565
Binary1010000101001111000111000001101001001011111111011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5029E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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