Html Css Color HEX #4D116F Indigo

📋 copy color: '#4D116F'

red 77 ◦ green 17 ◦ blue 111

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

Shades of Indigo #4D116F

Tints of Indigo #4D116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 54.15%

R = 37.56%
G = 8.29%
B = 54.15%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D116F (or 0x4D116F) is known color: Indigo. HEX triplet: 4D, 11 and 6F. RGB value is (77,17,111). Sum of RGB (Red+Green+Blue) = 77+17+111=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D116F is #B2EE90. Grayscale: #2D2D2D. Windows color (decimal): -11726481 or 7278925. OLE color: 7278925.

HSL color Cylindrical-coordinate representation of color #4D116F: hue angle of 278.3º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D116F is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 17 111 -
CMYK 0.31 0.85 0 0.56
HSL 278.3º 0.73% 0.25% -
HSV(B) 278.3º 0.85% 0.44% -
XYZ 6.13 3.13 15.32 -
YUV 45.66 164.88 150.36 -
System Red Green Blue C M Y K H S L
Decimal 77 17 111 0.31 0.85 0 0.56 278.3 0.73 0.25
Hex 4D 11 6F 1F 55 0 38 116 49 19
Octal 115 21 157 37 125 0 70 426 111 31
Binary 1001101 10001 1101111 11111 1010101 0 111000 100010110 1001001 11001

Color Harmonies of #4D116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D116F

Black with #4D116F

Text Example


Text Example

White with #4D116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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