#4E0C74

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

Shades of Indigo #4E0C74

Tints of Indigo #4E0C74

Color information

#4E0C74 (or 0x4E0C74) is unknown color: approx Indigo. HEX triplet: 4E, 0C and 74. RGB value is (78,12,116). Sum of RGB (Red+Green+Blue) = 78+12+116=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #4E0C74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0C74 is #B1F38B. Grayscale: #2B2B2B. Windows color (decimal): -11662220 or 7605326. OLE color: 7605326.

HSL color Cylindrical-coordinate representation of color #4E0C74: hue angle of 278.08º degrees, saturation: 0.81, 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 #4E0C74 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7812116-
CMYK0.330.9000.55
HSL278.08º81.25%25.1%-
HSV(B)278.08º89.66%45.49%-
XYZ6.433.1416.79-
YUV43.59168.87152.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.86%
GREEN value IS 12 (5.08% from 255) = 5.83%
BLUE value IS 116 (45.70% from 255) = 56.31%
R=37.86%
G=5.83%
B=56.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78121160.330.9000.55278.0881.2525.1
Hex4EC74215A0371165119
Octal116141644113206742612131
Binary10011101100111010010000110110100110111100010110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,12,116); }

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

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

 a { background-color: rgb(78,12,116); }

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

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

 span { border-color: rgb(78,12,116); }

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