#4E0B73

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

Shades of Indigo #4E0B73

Tints of Indigo #4E0B73

Color information

#4E0B73 (or 0x4E0B73) is unknown color: approx Indigo. HEX triplet: 4E, 0B and 73. RGB value is (78,11,115). Sum of RGB (Red+Green+Blue) = 78+11+115=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E0B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0B73 is #B1F48C. Grayscale: #2A2A2A. Windows color (decimal): -11662477 or 7539534. OLE color: 7539534.

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

Color convert

RGB7811115-
CMYK0.320.9000.55
HSL278.65º82.54%24.71%-
HSV(B)278.65º90.43%45.1%-
XYZ6.363.116.48-
YUV42.89168.7153.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.24%
GREEN value IS 11 (4.69% from 255) = 5.39%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=38.24%
G=5.39%
B=56.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78111150.320.9000.55278.6582.5424.71
Hex4EB73205A0371175319
Octal116131634013206742712331
Binary10011101011111001110000010110100110111100010111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,11,115); }

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

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

 a { background-color: rgb(78,11,115); }

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

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

 span { border-color: rgb(78,11,115); }

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