Html Css Color HEX #4D1171 Indigo

📋 copy color: '#4D1171'

red 77 ◦ green 17 ◦ blue 113

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

Shades of Indigo #4D1171

Tints of Indigo #4D1171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 54.59%

R = 37.2%
G = 8.21%
B = 54.59%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D1171 (or 0x4D1171) is known color: Indigo. HEX triplet: 4D, 11 and 71. RGB value is (77,17,113). Sum of RGB (Red+Green+Blue) = 77+17+113=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D1171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1171 is #B2EE8E. Grayscale: #2D2D2D. Windows color (decimal): -11726479 or 7409997. OLE color: 7409997.

HSL color Cylindrical-coordinate representation of color #4D1171: hue angle of 277.5º degrees, saturation: 0.74, 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 #4D1171 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 17 113 -
CMYK 0.32 0.85 0 0.56
HSL 277.5º 0.74% 0.25% -
HSV(B) 277.5º 0.85% 0.44% -
XYZ 6.24 3.17 15.91 -
YUV 45.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 77 17 113 0.32 0.85 0 0.56 277.5 0.74 0.25
Hex 4D 11 71 20 55 0 38 116 4A 19
Octal 115 21 161 40 125 0 70 426 112 31
Binary 1001101 10001 1110001 100000 1010101 0 111000 100010110 1001010 11001

Color Harmonies of #4D1171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1171

Black with #4D1171

Text Example


Text Example

White with #4D1171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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