#4E017A

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

Shades of Indigo #4E017A

Tints of Indigo #4E017A

Color information

#4E017A (or 0x4E017A) is unknown color: approx Indigo. HEX triplet: 4E, 01 and 7A. RGB value is (78,1,122). Sum of RGB (Red+Green+Blue) = 78+1+122=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E017A is #B1FE85. Grayscale: #252525. Windows color (decimal): -11665030 or 7995726. OLE color: 7995726.

HSL color Cylindrical-coordinate representation of color #4E017A: hue angle of 278.18º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E017A is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB781122-
CMYK0.360.9900.52
HSL278.18º98.37%24.12%-
HSV(B)278.18º99.18%47.84%-
XYZ6.673.0518.65-
YUV37.82175.51156.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.81%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 122 (48.05% from 255) = 60.70%
R=38.81%
G=0.50%
B=60.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7811220.360.9900.52278.1898.3724.12
Hex4E17A24630341166218
Octal11611724414306442614230
Binary10011101111101010010011000110110100100010110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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