#4E027A

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

Shades of Indigo #4E027A

Tints of Indigo #4E027A

Color information

#4E027A (or 0x4E027A) is unknown color: approx Indigo. HEX triplet: 4E, 02 and 7A. RGB value is (78,2,122). Sum of RGB (Red+Green+Blue) = 78+2+122=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E027A is #B1FD85. Grayscale: #262626. Windows color (decimal): -11664774 or 7995982. OLE color: 7995982.

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

Color convert

RGB782122-
CMYK0.360.9800.52
HSL278º96.77%24.31%-
HSV(B)278º98.36%47.84%-
XYZ6.683.0718.65-
YUV38.4175.18156.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.61%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 122 (48.05% from 255) = 60.40%
R=38.61%
G=0.99%
B=60.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7821220.360.9800.5227896.7724.31
Hex4E27A24620341166118
Octal11621724414206442614130
Binary100111010111101010010011000100110100100010110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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