#4D02EA

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

Shades of Han Purple #4D02EA

Tints of Han Purple #4D02EA

Color information

#4D02EA (or 0x4D02EA) is unknown color: approx Han Purple. HEX triplet: 4D, 02 and EA. RGB value is (77,2,234). Sum of RGB (Red+Green+Blue) = 77+2+234=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D02EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D02EA is #B2FD15. Grayscale: #323232. Windows color (decimal): -11730198 or 15336013. OLE color: 15336013.

HSL color Cylindrical-coordinate representation of color #4D02EA: hue angle of 259.4º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D02EA is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB772234-
CMYK0.670.9900.08
HSL259.4º98.31%46.27%-
HSV(B)259.4º99.15%91.76%-
XYZ17.937.5678.36-
YUV50.87231.35146.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.60%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 234 (91.80% from 255) = 74.76%
R=24.60%
G=0.64%
B=74.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal7722340.670.9900.08259.498.3146.27
Hex4D2EA436308103622e
Octal115235210314301040314256
Binary1001101101110101010000111100011010001000000111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D02EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,2,234); }

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

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

 a { background-color: rgb(77,2,234); }

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

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

 span { border-color: rgb(77,2,234); }

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