#4E147F

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

Shades of Indigo #4E147F

Tints of Indigo #4E147F

Color information

#4E147F (or 0x4E147F) is unknown color: approx Indigo. HEX triplet: 4E, 14 and 7F. RGB value is (78,20,127). Sum of RGB (Red+Green+Blue) = 78+20+127=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #4E147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E147F is #B1EB80. Grayscale: #313131. Windows color (decimal): -11660161 or 8328270. OLE color: 8328270.

HSL color Cylindrical-coordinate representation of color #4E147F: hue angle of 272.52º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E147F is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7820127-
CMYK0.390.8400.50
HSL272.52º72.79%28.82%-
HSV(B)272.52º84.25%49.8%-
XYZ7.223.6520.4-
YUV49.54171.72148.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 20 (8.20% from 255) = 8.89%
BLUE value IS 127 (50% from 255) = 56.44%
R=34.67%
G=8.89%
B=56.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal78201270.390.8400.50272.5272.7928.82
Hex4E147F2754032111491d
Octal116241774712406242111135
Binary100111010100111111110011110101000110010100010001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E147F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,20,127); }

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

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

 a { background-color: rgb(78,20,127); }

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

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

 span { border-color: rgb(78,20,127); }

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