#4E1093

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

Shades of Indigo #4E1093

Tints of Indigo #4E1093

Color information

#4E1093 (or 0x4E1093) is unknown color: approx Indigo. HEX triplet: 4E, 10 and 93. RGB value is (78,16,147). Sum of RGB (Red+Green+Blue) = 78+16+147=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #4E1093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E1093 is #B1EF6C. Grayscale: #313131. Windows color (decimal): -11661165 or 9637966. OLE color: 9637966.

HSL color Cylindrical-coordinate representation of color #4E1093: hue angle of 268.4º 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 #4E1093 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7816147-
CMYK0.470.8900.42
HSL268.4º80.37%31.96%-
HSV(B)268.4º89.12%57.65%-
XYZ8.594.127.94-
YUV49.47183.04148.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.37%
GREEN value IS 16 (6.64% from 255) = 6.64%
BLUE value IS 147 (57.81% from 255) = 61.00%
R=32.37%
G=6.64%
B=61.00%

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
Decimal78161470.470.8900.42268.480.3731.96
Hex4E10932F5902A10c5020
Octal116202235713105241412040
Binary10011101000010010011101111101100101010101000011001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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