Html Css Color HEX #4D117C Indigo

📋 copy color: '#4D117C'

red 77 ◦ green 17 ◦ blue 124

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

Shades of Indigo #4D117C

Tints of Indigo #4D117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 56.88%

R = 35.32%
G = 7.8%
B = 56.88%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D117C (or 0x4D117C) is known color: Indigo. HEX triplet: 4D, 11 and 7C. RGB value is (77,17,124). Sum of RGB (Red+Green+Blue) = 77+17+124=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D117C is #B2EE83. Grayscale: #2E2E2E. Windows color (decimal): -11726468 or 8130893. OLE color: 8130893.

HSL color Cylindrical-coordinate representation of color #4D117C: hue angle of 273.64º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D117C is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 17 124 -
CMYK 0.38 0.86 0 0.51
HSL 273.64º 0.76% 0.28% -
HSV(B) 273.64º 0.86% 0.49% -
XYZ 6.9 3.43 19.37 -
YUV 47.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 77 17 124 0.38 0.86 0 0.51 273.64 0.76 0.28
Hex 4D 11 7C 26 56 0 33 112 4C 1C
Octal 115 21 174 46 126 0 63 422 114 34
Binary 1001101 10001 1111100 100110 1010110 0 110011 100010010 1001100 11100

Color Harmonies of #4D117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D117C

Black with #4D117C

Text Example


Text Example

White with #4D117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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