#4E0D7F

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

Shades of Indigo #4E0D7F

Tints of Indigo #4E0D7F

Color information

#4E0D7F (or 0x4E0D7F) is unknown color: approx Indigo. HEX triplet: 4E, 0D and 7F. RGB value is (78,13,127). Sum of RGB (Red+Green+Blue) = 78+13+127=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #4E0D7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0D7F is #B1F280. Grayscale: #2D2D2D. Windows color (decimal): -11661953 or 8326478. OLE color: 8326478.

HSL color Cylindrical-coordinate representation of color #4E0D7F: hue angle of 274.21º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E0D7F is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7813127-
CMYK0.390.9000.50
HSL274.21º81.43%27.45%-
HSV(B)274.21º89.76%49.8%-
XYZ7.123.4420.37-
YUV45.43174.03151.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.78%
GREEN value IS 13 (5.47% from 255) = 5.96%
BLUE value IS 127 (50% from 255) = 58.26%
R=35.78%
G=5.96%
B=58.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal78131270.390.9000.50274.2181.4327.45
Hex4ED7F275A032112511b
Octal116151774713206242212133
Binary10011101101111111110011110110100110010100010010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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