#4E1070

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

Shades of Indigo #4E1070

Tints of Indigo #4E1070

Color information

#4E1070 (or 0x4E1070) is unknown color: approx Indigo. HEX triplet: 4E, 10 and 70. RGB value is (78,16,112). Sum of RGB (Red+Green+Blue) = 78+16+112=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E1070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1070 is #B1EF8F. Grayscale: #2D2D2D. Windows color (decimal): -11661200 or 7344206. OLE color: 7344206.

HSL color Cylindrical-coordinate representation of color #4E1070: hue angle of 278.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E1070 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7816112-
CMYK0.300.8600.56
HSL278.75º75%25.1%-
HSV(B)278.75º85.71%43.92%-
XYZ6.253.1615.61-
YUV45.48165.54151.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.86%
GREEN value IS 16 (6.64% from 255) = 7.77%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=37.86%
G=7.77%
B=54.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78161120.300.8600.56278.757525.1
Hex4E10701E560381174b19
Octal116201603612607042711331
Binary10011101000011100001111010101100111000100010111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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