#4C1178

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

Shades of Indigo #4C1178

Tints of Indigo #4C1178

Color information

#4C1178 (or 0x4C1178) is unknown color: approx Indigo. HEX triplet: 4C, 11 and 78. RGB value is (76,17,120). Sum of RGB (Red+Green+Blue) = 76+17+120=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C1178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1178 is #B3EE87. Grayscale: #2E2E2E. Windows color (decimal): -11792008 or 7868748. OLE color: 7868748.

HSL color Cylindrical-coordinate representation of color #4C1178: hue angle of 274.37º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C1178 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7617120-
CMYK0.370.8600.53
HSL274.37º75.18%26.86%-
HSV(B)274.37º85.83%47.06%-
XYZ6.573.2918.06-
YUV46.38169.55149.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.68%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 120 (47.27% from 255) = 56.34%
R=35.68%
G=7.98%
B=56.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76171200.370.8600.53274.3775.1826.86
Hex4C117825560351124b1b
Octal114211704512606542211333
Binary100110010001111100010010110101100110101100010010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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