Html Css Color HEX #4D02EC Han Purple

📋 copy color: '#4D02EC'

red 77 ◦ green 2 ◦ blue 236

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

Shades of Han Purple #4D02EC

Tints of Han Purple #4D02EC

RGB

 RED value IS 77 (30.47% from 255) = 24.44%

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 236 (92.58% from 255) = 74.92%

R = 24.44%
G = 0.63%
B = 74.92%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4D02EC (or 0x4D02EC) is known color: Han Purple. HEX triplet: 4D, 02 and EC. RGB value is (77,2,236). Sum of RGB (Red+Green+Blue) = 77+2+236=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 236 (92.58% from 255 or 74.92% from 315); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D02EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D02EC is #B2FD13. Grayscale: #323232. Windows color (decimal): -11730196 or 15467085. OLE color: 15467085.

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

Color convert

RGB 77 2 236 -
CMYK 0.67 0.99 0 0.07
HSL 259.23º 0.98% 0.47% -
HSV(B) 259.23º 0.99% 0.93% -
XYZ 18.22 7.68 79.88 -
YUV 51.1 232.35 146.47 -
System Red Green Blue C M Y K H S L
Decimal 77 2 236 0.67 0.99 0 0.07 259.23 0.98 0.47
Hex 4D 2 EC 43 63 0 7 103 62 2F
Octal 115 2 354 103 143 0 7 403 142 57
Binary 1001101 10 11101100 1000011 1100011 0 111 100000011 1100010 101111

Color Harmonies of #4D02EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D02EC

Black with #4D02EC

Text Example


Text Example

White with #4D02EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D02EC;
 }
 .AnyTagClassName
 {
   color: #4D02EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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