Html Css Color HEX #4D118C Indigo

📋 copy color: '#4D118C'

red 77 ◦ green 17 ◦ blue 140

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

Shades of Indigo #4D118C

Tints of Indigo #4D118C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.83%

R = 32.91%
G = 7.26%
B = 59.83%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D118C (or 0x4D118C) is known color: Indigo. HEX triplet: 4D, 11 and 8C. RGB value is (77,17,140). Sum of RGB (Red+Green+Blue) = 77+17+140=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D118C is #B2EE73. Grayscale: #303030. Windows color (decimal): -11726452 or 9179469. OLE color: 9179469.

HSL color Cylindrical-coordinate representation of color #4D118C: hue angle of 269.27º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D118C is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 17 140 -
CMYK 0.45 0.88 0 0.45
HSL 269.27º 0.78% 0.31% -
HSV(B) 269.27º 0.88% 0.55% -
XYZ 7.99 3.87 25.14 -
YUV 48.96 179.38 148 -
System Red Green Blue C M Y K H S L
Decimal 77 17 140 0.45 0.88 0 0.45 269.27 0.78 0.31
Hex 4D 11 8C 2D 58 0 2D 10D 4E 1F
Octal 115 21 214 55 130 0 55 415 116 37
Binary 1001101 10001 10001100 101101 1011000 0 101101 100001101 1001110 11111

Color Harmonies of #4D118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D118C

Black with #4D118C

Text Example


Text Example

White with #4D118C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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