#4E1091

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

Shades of Indigo #4E1091

Tints of Indigo #4E1091

Color information

#4E1091 (or 0x4E1091) is unknown color: approx Indigo. HEX triplet: 4E, 10 and 91. RGB value is (78,16,145). Sum of RGB (Red+Green+Blue) = 78+16+145=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E1091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E1091 is #B1EF6E. Grayscale: #303030. Windows color (decimal): -11661167 or 9506894. OLE color: 9506894.

HSL color Cylindrical-coordinate representation of color #4E1091: hue angle of 268.84º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E1091 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7816145-
CMYK0.460.8900.43
HSL268.84º80.12%31.57%-
HSV(B)268.84º88.97%56.86%-
XYZ8.444.0327.12-
YUV49.24182.04148.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.64%
GREEN value IS 16 (6.64% from 255) = 6.69%
BLUE value IS 145 (57.03% from 255) = 60.67%
R=32.64%
G=6.69%
B=60.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal78161450.460.8900.43268.8480.1231.57
Hex4E10912E5902B10d5020
Octal116202215613105341512040
Binary10011101000010010001101110101100101010111000011011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,16,145); }

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

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

 a { background-color: rgb(78,16,145); }

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

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

 span { border-color: rgb(78,16,145); }

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