#4C1571

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

Shades of Indigo #4C1571

Tints of Indigo #4C1571

Color information

#4C1571 (or 0x4C1571) is unknown color: approx Indigo. HEX triplet: 4C, 15 and 71. RGB value is (76,21,113). Sum of RGB (Red+Green+Blue) = 76+21+113=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C1571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1571 is #B3EA8E. Grayscale: #2F2F2F. Windows color (decimal): -11790991 or 7411020. OLE color: 7411020.

HSL color Cylindrical-coordinate representation of color #4C1571: hue angle of 275.87º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C1571 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7621113-
CMYK0.330.8100.56
HSL275.87º68.66%26.27%-
HSV(B)275.87º81.42%44.31%-
XYZ6.233.2715.92-
YUV47.93164.72148.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.19%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 113 (44.53% from 255) = 53.81%
R=36.19%
G=10%
B=53.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76211130.330.8100.56275.8768.6626.27
Hex4C15712151038114451a
Octal114251614112107042410532
Binary100110010101111000110000110100010111000100010100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C1571;
 }
 .AnyTagClassName
 {
   color: #4C1571;
 }
</style>
background-color css

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

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

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

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

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

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