Html Css Color HEX #4D11DC Han Purple

📋 copy color: '#4D11DC'

red 77 ◦ green 17 ◦ blue 220

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

Shades of Han Purple #4D11DC

Tints of Han Purple #4D11DC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.41%

 BLUE value IS 220 (86.33% from 255) = 70.06%

R = 24.52%
G = 5.41%
B = 70.06%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D11DC (or 0x4D11DC) is known color: Han Purple. HEX triplet: 4D, 11 and DC. RGB value is (77,17,220). Sum of RGB (Red+Green+Blue) = 77+17+220=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D11DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D11DC is #B2EE23. Grayscale: #393939. Windows color (decimal): -11726372 or 14422349. OLE color: 14422349.

HSL color Cylindrical-coordinate representation of color #4D11DC: hue angle of 257.73º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D11DC is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 17 220 -
CMYK 0.65 0.92 0 0.14
HSL 257.73º 0.86% 0.46% -
HSV(B) 257.73º 0.92% 0.86% -
XYZ 16.18 7.15 68.24 -
YUV 58.08 219.38 141.49 -
System Red Green Blue C M Y K H S L
Decimal 77 17 220 0.65 0.92 0 0.14 257.73 0.86 0.46
Hex 4D 11 DC 41 5C 0 E 102 56 2E
Octal 115 21 334 101 134 0 16 402 126 56
Binary 1001101 10001 11011100 1000001 1011100 0 1110 100000010 1010110 101110

Color Harmonies of #4D11DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D11DC

Black with #4D11DC

Text Example


Text Example

White with #4D11DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,17,220); }

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

background-color css

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

 a { background-color: rgb(77,17,220); }

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

border-color css

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

 span { border-color: rgb(77,17,220); }

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