#4C1185

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

Shades of Indigo #4C1185

Tints of Indigo #4C1185

Color information

#4C1185 (or 0x4C1185) is unknown color: approx Indigo. HEX triplet: 4C, 11 and 85. RGB value is (76,17,133). Sum of RGB (Red+Green+Blue) = 76+17+133=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C1185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1185 is #B3EE7A. Grayscale: #2F2F2F. Windows color (decimal): -11791995 or 8720716. OLE color: 8720716.

HSL color Cylindrical-coordinate representation of color #4C1185: hue angle of 270.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C1185 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7617133-
CMYK0.430.8700.48
HSL270.52º77.33%29.41%-
HSV(B)270.52º87.22%52.16%-
XYZ7.413.6322.5-
YUV47.86176.05148.07-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.63%
GREEN value IS 17 (7.03% from 255) = 7.52%
BLUE value IS 133 (52.34% from 255) = 58.85%
R=33.63%
G=7.52%
B=58.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76171330.430.8700.48270.5277.3329.41
Hex4C11852B5703010f4d1d
Octal114212055312706041711535
Binary1001100100011000010110101110101110110000100001111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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