#4E1087

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

Shades of Indigo #4E1087

Tints of Indigo #4E1087

Color information

#4E1087 (or 0x4E1087) is unknown color: approx Indigo. HEX triplet: 4E, 10 and 87. RGB value is (78,16,135). Sum of RGB (Red+Green+Blue) = 78+16+135=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #4E1087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E1087 is #B1EF78. Grayscale: #2F2F2F. Windows color (decimal): -11661177 or 8851534. OLE color: 8851534.

HSL color Cylindrical-coordinate representation of color #4E1087: hue angle of 271.26º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E1087 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7816135-
CMYK0.420.8800.47
HSL271.26º78.81%29.61%-
HSV(B)271.26º88.15%52.94%-
XYZ7.73.7423.24-
YUV48.1177.04149.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.06%
GREEN value IS 16 (6.64% from 255) = 6.99%
BLUE value IS 135 (53.12% from 255) = 58.95%
R=34.06%
G=6.99%
B=58.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78161350.420.8800.47271.2678.8129.61
Hex4E10872A5802F10f4f1e
Octal116202075213005741711736
Binary1001110100001000011110101010110000101111100001111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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