#4E026E

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

Shades of Indigo #4E026E

Tints of Indigo #4E026E

Color information

#4E026E (or 0x4E026E) is unknown color: approx Indigo. HEX triplet: 4E, 02 and 6E. RGB value is (78,2,110). Sum of RGB (Red+Green+Blue) = 78+2+110=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E026E is #B1FD91. Grayscale: #242424. Windows color (decimal): -11664786 or 7209550. OLE color: 7209550.

HSL color Cylindrical-coordinate representation of color #4E026E: hue angle of 282.22º 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 #4E026E is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB782110-
CMYK0.290.9800.57
HSL282.22º96.43%21.96%-
HSV(B)282.22º98.18%43.14%-
XYZ5.982.7914.98-
YUV37.04169.18157.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.05%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 110 (43.36% from 255) = 57.89%
R=41.05%
G=1.05%
B=57.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7821100.290.9800.57282.2296.4321.96
Hex4E26E1D6203911a6016
Octal11621563514207143214026
Binary10011101011011101110111000100111001100011010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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