#4C1187

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

Shades of Indigo #4C1187

Tints of Indigo #4C1187

Color information

#4C1187 (or 0x4C1187) is unknown color: approx Indigo. HEX triplet: 4C, 11 and 87. RGB value is (76,17,135). Sum of RGB (Red+Green+Blue) = 76+17+135=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #4C1187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1187 is #B3EE78. Grayscale: #2F2F2F. Windows color (decimal): -11791993 or 8851788. OLE color: 8851788.

HSL color Cylindrical-coordinate representation of color #4C1187: hue angle of 270º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C1187 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7617135-
CMYK0.440.8700.47
HSL270º77.63%29.8%-
HSV(B)270º87.41%52.94%-
XYZ7.553.6923.24-
YUV48.09177.05147.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.33%
GREEN value IS 17 (7.03% from 255) = 7.46%
BLUE value IS 135 (53.12% from 255) = 59.21%
R=33.33%
G=7.46%
B=59.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76171350.440.8700.4727077.6329.8
Hex4C11872C5702F10e4e1e
Octal114212075412705741611636
Binary1001100100011000011110110010101110101111100001110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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