#4E1574

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

Shades of Indigo #4E1574

Tints of Indigo #4E1574

Color information

#4E1574 (or 0x4E1574) is unknown color: approx Indigo. HEX triplet: 4E, 15 and 74. RGB value is (78,21,116). Sum of RGB (Red+Green+Blue) = 78+21+116=215 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.28% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #4E1574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1574 is #B1EA8B. Grayscale: #303030. Windows color (decimal): -11659916 or 7607630. OLE color: 7607630.

HSL color Cylindrical-coordinate representation of color #4E1574: hue angle of 276º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E1574 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7821116-
CMYK0.330.8200.55
HSL276º69.34%26.86%-
HSV(B)276º81.9%45.49%-
XYZ6.563.4216.84-
YUV48.87165.88148.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.28%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 116 (45.70% from 255) = 53.95%
R=36.28%
G=9.77%
B=53.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78211160.330.8200.5527669.3426.86
Hex4E15742152037114451b
Octal116251644112206742410533
Binary100111010101111010010000110100100110111100010100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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