#4E1081

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

Shades of Indigo #4E1081

Tints of Indigo #4E1081

Color information

#4E1081 (or 0x4E1081) is unknown color: approx Indigo. HEX triplet: 4E, 10 and 81. RGB value is (78,16,129). Sum of RGB (Red+Green+Blue) = 78+16+129=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 129 (50.78% from 255 or 57.85% from 223); Max value from RGB is 129 - color contains mainly: blue. Hex color #4E1081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E1081 is #B1EF7E. Grayscale: #2F2F2F. Windows color (decimal): -11661183 or 8458318. OLE color: 8458318.

HSL color Cylindrical-coordinate representation of color #4E1081: hue angle of 272.92º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E1081 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7816129-
CMYK0.400.8800.49
HSL272.92º77.93%28.43%-
HSV(B)272.92º87.6%50.59%-
XYZ7.293.5821.07-
YUV47.42174.04149.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.98%
GREEN value IS 16 (6.64% from 255) = 7.17%
BLUE value IS 129 (50.78% from 255) = 57.85%
R=34.98%
G=7.17%
B=57.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78161290.400.8800.49272.9277.9328.43
Hex4E108128580311114e1c
Octal116202015013006142111634
Binary1001110100001000000110100010110000110001100010001100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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