#4E1EF9

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

Shades of Han Purple #4E1EF9

Tints of Han Purple #4E1EF9

Color information

#4E1EF9 (or 0x4E1EF9) is unknown color: approx Han Purple. HEX triplet: 4E, 1E and F9. RGB value is (78,30,249). Sum of RGB (Red+Green+Blue) = 78+30+249=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 249 (97.66% from 255 or 69.75% from 357); Max value from RGB is 249 - color contains mainly: blue. Hex color #4E1EF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E1EF9 is #B1E106. Grayscale: #444444. Windows color (decimal): -11657479 or 16326222. OLE color: 16326222.

HSL color Cylindrical-coordinate representation of color #4E1EF9: hue angle of 253.15º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E1EF9 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7830249-
CMYK0.690.8800.02
HSL253.15º94.81%54.71%-
HSV(B)253.15º87.95%97.65%-
XYZ20.719.3990.34-
YUV69.32229.4134.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.85%
GREEN value IS 30 (12.11% from 255) = 8.40%
BLUE value IS 249 (97.66% from 255) = 69.75%
R=21.85%
G=8.40%
B=69.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal78302490.690.8800.02253.1594.8154.71
Hex4E1EF9455802fd5f37
Octal116363711051300237513767
Binary1001110111101111100110001011011000010111111011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E1EF9; }

 p { color: rgb(78,30,249); }

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

<style>
 a { background-color: #4E1EF9; }

 a { background-color: rgb(78,30,249); }

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

<style>
 span { border-color: #4E1EF9; }

 span { border-color: rgb(78,30,249); }

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