#4E029E

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

Shades of Indigo #4E029E

Tints of Indigo #4E029E

Color information

#4E029E (or 0x4E029E) is unknown color: approx Indigo. HEX triplet: 4E, 02 and 9E. RGB value is (78,2,158). Sum of RGB (Red+Green+Blue) = 78+2+158=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 158 (62.11% from 255 or 66.39% from 238); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E029E is #B1FD61. Grayscale: #292929. Windows color (decimal): -11664738 or 10355278. OLE color: 10355278.

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

Color convert

RGB782158-
CMYK0.510.9900.38
HSL269.23º97.5%31.37%-
HSV(B)269.23º98.73%61.96%-
XYZ9.344.1332.65-
YUV42.51193.18153.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.77%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 158 (62.11% from 255) = 66.39%
R=32.77%
G=0.84%
B=66.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7821580.510.9900.38269.2397.531.37
Hex4E29E336302610d621f
Octal11622366314304641514237
Binary1001110101001111011001111000110100110100001101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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