#4E117C

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

Shades of Indigo #4E117C

Tints of Indigo #4E117C

Color information

#4E117C (or 0x4E117C) is unknown color: approx Indigo. HEX triplet: 4E, 11 and 7C. RGB value is (78,17,124). Sum of RGB (Red+Green+Blue) = 78+17+124=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E117C is #B1EE83. Grayscale: #2F2F2F. Windows color (decimal): -11660932 or 8130894. OLE color: 8130894.

HSL color Cylindrical-coordinate representation of color #4E117C: hue angle of 274.21º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E117C is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7817124-
CMYK0.370.8600.51
HSL274.21º75.89%27.65%-
HSV(B)274.21º86.29%48.63%-
XYZ6.983.4819.37-
YUV47.44171.21149.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.62%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 124 (48.83% from 255) = 56.62%
R=35.62%
G=7.76%
B=56.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78171240.370.8600.51274.2175.8927.65
Hex4E117C25560331124c1c
Octal116211744512606342211434
Binary100111010001111110010010110101100110011100010010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,17,124); }

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

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

 a { background-color: rgb(78,17,124); }

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

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

 span { border-color: rgb(78,17,124); }

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