#4E0F72

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

Shades of Indigo #4E0F72

Tints of Indigo #4E0F72

Color information

#4E0F72 (or 0x4E0F72) is unknown color: approx Indigo. HEX triplet: 4E, 0F and 72. RGB value is (78,15,114). Sum of RGB (Red+Green+Blue) = 78+15+114=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E0F72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0F72 is #B1F08D. Grayscale: #2C2C2C. Windows color (decimal): -11661454 or 7475022. OLE color: 7475022.

HSL color Cylindrical-coordinate representation of color #4E0F72: hue angle of 278.18º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E0F72 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7815114-
CMYK0.320.8700.55
HSL278.18º76.74%25.29%-
HSV(B)278.18º86.84%44.71%-
XYZ6.353.1816.2-
YUV45.12166.87151.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.68%
GREEN value IS 15 (6.25% from 255) = 7.25%
BLUE value IS 114 (44.92% from 255) = 55.07%
R=37.68%
G=7.25%
B=55.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78151140.320.8700.55278.1876.7425.29
Hex4EF7220570371164d19
Octal116171624012706742611531
Binary10011101111111001010000010101110110111100010110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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