#4E017C

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

Shades of Indigo #4E017C

Tints of Indigo #4E017C

Color information

#4E017C (or 0x4E017C) is unknown color: approx Indigo. HEX triplet: 4E, 01 and 7C. RGB value is (78,1,124). Sum of RGB (Red+Green+Blue) = 78+1+124=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E017C is #B1FE83. Grayscale: #252525. Windows color (decimal): -11665028 or 8126798. OLE color: 8126798.

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

Color convert

RGB781124-
CMYK0.370.9900.51
HSL277.56º98.4%24.51%-
HSV(B)277.56º99.19%48.63%-
XYZ6.793.119.31-
YUV38.04176.51156.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.42%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 124 (48.83% from 255) = 61.08%
R=38.42%
G=0.49%
B=61.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7811240.370.9900.51277.5698.424.51
Hex4E17C25630331166219
Octal11611744514306342614231
Binary10011101111110010010111000110110011100010110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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