#4C1173

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

Shades of Indigo #4C1173

Tints of Indigo #4C1173

Color information

#4C1173 (or 0x4C1173) is unknown color: approx Indigo. HEX triplet: 4C, 11 and 73. RGB value is (76,17,115). Sum of RGB (Red+Green+Blue) = 76+17+115=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C1173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1173 is #B3EE8C. Grayscale: #2D2D2D. Windows color (decimal): -11792013 or 7541068. OLE color: 7541068.

HSL color Cylindrical-coordinate representation of color #4C1173: hue angle of 276.12º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C1173 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7617115-
CMYK0.340.8500.55
HSL276.12º74.24%25.88%-
HSV(B)276.12º85.22%45.1%-
XYZ6.283.1816.5-
YUV45.81167.05149.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.54%
GREEN value IS 17 (7.03% from 255) = 8.17%
BLUE value IS 115 (45.31% from 255) = 55.29%
R=36.54%
G=8.17%
B=55.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76171150.340.8500.55276.1274.2425.88
Hex4C117322550371144a1a
Octal114211634212506742411232
Binary100110010001111001110001010101010110111100010100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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