#4E1094

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

Shades of Indigo #4E1094

Tints of Indigo #4E1094

Color information

#4E1094 (or 0x4E1094) is unknown color: approx Indigo. HEX triplet: 4E, 10 and 94. RGB value is (78,16,148). Sum of RGB (Red+Green+Blue) = 78+16+148=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #4E1094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E1094 is #B1EF6B. Grayscale: #313131. Windows color (decimal): -11661164 or 9703502. OLE color: 9703502.

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

Color convert

RGB7816148-
CMYK0.470.8900.42
HSL268.18º80.49%32.16%-
HSV(B)268.18º89.19%58.04%-
XYZ8.674.1328.36-
YUV49.59183.54148.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.23%
GREEN value IS 16 (6.64% from 255) = 6.61%
BLUE value IS 148 (58.20% from 255) = 61.16%
R=32.23%
G=6.61%
B=61.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78161480.470.8900.42268.1880.4932.16
Hex4E10942F5902A10c5020
Octal116202245713105241412040
Binary10011101000010010100101111101100101010101000011001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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