#4E026D

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

Shades of Indigo #4E026D

Tints of Indigo #4E026D

Color information

#4E026D (or 0x4E026D) is unknown color: approx Indigo. HEX triplet: 4E, 02 and 6D. RGB value is (78,2,109). Sum of RGB (Red+Green+Blue) = 78+2+109=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E026D is #B1FD92. Grayscale: #242424. Windows color (decimal): -11664787 or 7144014. OLE color: 7144014.

HSL color Cylindrical-coordinate representation of color #4E026D: hue angle of 282.62º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E026D is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB782109-
CMYK0.280.9800.57
HSL282.62º96.4%21.76%-
HSV(B)282.62º98.17%42.75%-
XYZ5.922.7714.69-
YUV36.92168.68157.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.27%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 109 (42.97% from 255) = 57.67%
R=41.27%
G=1.06%
B=57.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7821090.280.9800.57282.6296.421.76
Hex4E26D1C6203911b6016
Octal11621553414207143314026
Binary10011101011011011110011000100111001100011011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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