#4C187F

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

Shades of Indigo #4C187F

Tints of Indigo #4C187F

Color information

#4C187F (or 0x4C187F) is unknown color: approx Indigo. HEX triplet: 4C, 18 and 7F. RGB value is (76,24,127). Sum of RGB (Red+Green+Blue) = 76+24+127=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C187F is #B3E780. Grayscale: #323232. Windows color (decimal): -11790209 or 8329292. OLE color: 8329292.

HSL color Cylindrical-coordinate representation of color #4C187F: hue angle of 270.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C187F is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7624127-
CMYK0.400.8100.50
HSL270.29º68.21%29.61%-
HSV(B)270.29º81.1%49.8%-
XYZ7.143.7220.42-
YUV51.29170.73145.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.48%
GREEN value IS 24 (9.77% from 255) = 10.57%
BLUE value IS 127 (50% from 255) = 55.95%
R=33.48%
G=10.57%
B=55.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76241270.400.8100.50270.2968.2129.61
Hex4C187F285103210e441e
Octal114301775012106241610436
Binary100110011000111111110100010100010110010100001110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,24,127); }

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

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

 a { background-color: rgb(76,24,127); }

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

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

 span { border-color: rgb(76,24,127); }

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