#4E0870

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

Shades of Indigo #4E0870

Tints of Indigo #4E0870

Color information

#4E0870 (or 0x4E0870) is unknown color: approx Indigo. HEX triplet: 4E, 08 and 70. RGB value is (78,8,112). Sum of RGB (Red+Green+Blue) = 78+8+112=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E0870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0870 is #B1F78F. Grayscale: #282828. Windows color (decimal): -11663248 or 7342158. OLE color: 7342158.

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

Color convert

RGB788112-
CMYK0.300.9300.56
HSL280.38º86.67%23.53%-
HSV(B)280.38º92.86%43.92%-
XYZ6.152.9615.58-
YUV40.79168.19154.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.39%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 112 (44.14% from 255) = 56.57%
R=39.39%
G=4.04%
B=56.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7881120.300.9300.56280.3886.6723.53
Hex4E8701E5D0381185718
Octal116101603613507043012730
Binary1001110100011100001111010111010111000100011000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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