Html Css Color HEX #4C1171 Indigo

📋 copy color: '#4C1171'

red 76 ◦ green 17 ◦ blue 113

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

Shades of Indigo #4C1171

Tints of Indigo #4C1171

RGB

 RED value IS 76 (30.08% from 255) = 36.89%

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

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

R = 36.89%
G = 8.25%
B = 54.85%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C1171 (or 0x4C1171) is known color: Indigo. HEX triplet: 4C, 11 and 71. RGB value is (76,17,113). Sum of RGB (Red+Green+Blue) = 76+17+113=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C1171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1171 is #B3EE8E. Grayscale: #2D2D2D. Windows color (decimal): -11792015 or 7409996. OLE color: 7409996.

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

Color convert

RGB 76 17 113 -
CMYK 0.33 0.85 0 0.56
HSL 276.88º 0.74% 0.25% -
HSV(B) 276.88º 0.85% 0.44% -
XYZ 6.16 3.13 15.9 -
YUV 45.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 76 17 113 0.33 0.85 0 0.56 276.88 0.74 0.25
Hex 4C 11 71 21 55 0 38 115 4A 19
Octal 114 21 161 41 125 0 70 425 112 31
Binary 1001100 10001 1110001 100001 1010101 0 111000 100010101 1001010 11001

Color Harmonies of #4C1171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1171

Black with #4C1171

Text Example


Text Example

White with #4C1171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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