#4E0F76

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

Shades of Indigo #4E0F76

Tints of Indigo #4E0F76

Color information

#4E0F76 (or 0x4E0F76) is unknown color: approx Indigo. HEX triplet: 4E, 0F and 76. RGB value is (78,15,118). Sum of RGB (Red+Green+Blue) = 78+15+118=211 (27% of max value = 765). Red value is 78 (30.86% from 255 or 36.97% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E0F76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0F76 is #B1F089. Grayscale: #2D2D2D. Windows color (decimal): -11661450 or 7737166. OLE color: 7737166.

HSL color Cylindrical-coordinate representation of color #4E0F76: hue angle of 276.7º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E0F76 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7815118-
CMYK0.340.8700.54
HSL276.7º77.44%26.08%-
HSV(B)276.7º87.29%46.27%-
XYZ6.583.2717.42-
YUV45.58168.87151.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.97%
GREEN value IS 15 (6.25% from 255) = 7.11%
BLUE value IS 118 (46.48% from 255) = 55.92%
R=36.97%
G=7.11%
B=55.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78151180.340.8700.54276.777.4426.08
Hex4EF7622570361154d1a
Octal116171664212706642511532
Binary10011101111111011010001010101110110110100010101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,15,118); }

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

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

 a { background-color: rgb(78,15,118); }

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

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

 span { border-color: rgb(78,15,118); }

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