#4E0478

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

Shades of Indigo #4E0478

Tints of Indigo #4E0478

Color information

#4E0478 (or 0x4E0478) is unknown color: approx Indigo. HEX triplet: 4E, 04 and 78. RGB value is (78,4,120). Sum of RGB (Red+Green+Blue) = 78+4+120=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E0478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0478 is #B1FB87. Grayscale: #262626. Windows color (decimal): -11664264 or 7865422. OLE color: 7865422.

HSL color Cylindrical-coordinate representation of color #4E0478: hue angle of 278.28º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E0478 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB784120-
CMYK0.350.9700.53
HSL278.28º93.55%24.31%-
HSV(B)278.28º96.67%47.06%-
XYZ6.583.0618.01-
YUV39.35173.52155.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.61%
GREEN value IS 4 (1.95% from 255) = 1.98%
BLUE value IS 120 (47.27% from 255) = 59.41%
R=38.61%
G=1.98%
B=59.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7841200.350.9700.53278.2893.5524.31
Hex4E47823610351165e18
Octal11641704314106542613630
Binary1001110100111100010001111000010110101100010110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,4,120); }

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

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

 a { background-color: rgb(78,4,120); }

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

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

 span { border-color: rgb(78,4,120); }

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