#4E158E

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

Shades of Indigo #4E158E

Tints of Indigo #4E158E

Color information

#4E158E (or 0x4E158E) is unknown color: approx Indigo. HEX triplet: 4E, 15 and 8E. RGB value is (78,21,142). Sum of RGB (Red+Green+Blue) = 78+21+142=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E158E is #B1EA71. Grayscale: #333333. Windows color (decimal): -11659890 or 9311566. OLE color: 9311566.

HSL color Cylindrical-coordinate representation of color #4E158E: hue angle of 268.26º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E158E is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7821142-
CMYK0.450.8500.44
HSL268.26º74.23%31.96%-
HSV(B)268.26º85.21%55.69%-
XYZ8.294.1125.95-
YUV51.84178.88146.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.37%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 142 (55.86% from 255) = 58.92%
R=32.37%
G=8.71%
B=58.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal78211420.450.8500.44268.2674.2331.96
Hex4E158E2D5502C10c4a20
Octal116252165512505441411240
Binary10011101010110001110101101101010101011001000011001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,21,142); }

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

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

 a { background-color: rgb(78,21,142); }

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

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

 span { border-color: rgb(78,21,142); }

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