#4C1171

Color #4C1171 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4C1171

Tints of Indigo #4C1171

Color information

#4C1171 (or 0x4C1171) is unknown color: approx 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

RGB7617113-
CMYK0.330.8500.56
HSL276.88º73.85%25.49%-
HSV(B)276.88º84.96%44.31%-
XYZ6.163.1315.9-
YUV45.58166.05149.69-

RGB Variations

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

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 (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76171130.330.8500.56276.8873.8525.49
Hex4C117121550381154a19
Octal114211614112507042511231
Binary100110010001111000110000110101010111000100010101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>