#4E0966

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

Shades of Indigo #4E0966

Tints of Indigo #4E0966

Color information

#4E0966 (or 0x4E0966) is unknown color: approx Indigo. HEX triplet: 4E, 09 and 66. RGB value is (78,9,102). Sum of RGB (Red+Green+Blue) = 78+9+102=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #4E0966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0966 is #B1F699. Grayscale: #272727. Windows color (decimal): -11663002 or 6687054. OLE color: 6687054.

HSL color Cylindrical-coordinate representation of color #4E0966: hue angle of 284.52º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E0966 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB789102-
CMYK0.240.9100.6
HSL284.52º83.78%21.76%-
HSV(B)284.52º91.18%40%-
XYZ5.642.7712.81-
YUV40.23162.86154.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.27%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 102 (40.23% from 255) = 53.97%
R=41.27%
G=4.76%
B=53.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7891020.240.9100.6284.5283.7821.76
Hex4E966185B03C11d5416
Octal116111463013307443512426
Binary1001110100111001101100010110110111100100011101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,9,102); }

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

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

 a { background-color: rgb(78,9,102); }

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

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

 span { border-color: rgb(78,9,102); }

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