#4E08EF

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

Shades of Han Purple #4E08EF

Tints of Han Purple #4E08EF

Color information

#4E08EF (or 0x4E08EF) is unknown color: approx Han Purple. HEX triplet: 4E, 08 and EF. RGB value is (78,8,239). Sum of RGB (Red+Green+Blue) = 78+8+239=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #4E08EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E08EF is #B1F710. Grayscale: #363636. Windows color (decimal): -11663121 or 15665230. OLE color: 15665230.

HSL color Cylindrical-coordinate representation of color #4E08EF: hue angle of 258.18º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E08EF is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB788239-
CMYK0.670.9700.06
HSL258.18º93.52%48.43%-
HSV(B)258.18º96.65%93.73%-
XYZ18.818.0382.22-
YUV55.26231.69144.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24%
GREEN value IS 8 (3.52% from 255) = 2.46%
BLUE value IS 239 (93.75% from 255) = 73.54%
R=24%
G=2.46%
B=73.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal7882390.670.9700.06258.1893.5248.43
Hex4E8EF4361061025e30
Octal116103571031410640213660
Binary10011101000111011111000011110000101101000000101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E08EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,8,239); }

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

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

 a { background-color: rgb(78,8,239); }

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

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

 span { border-color: rgb(78,8,239); }

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