#4E037D

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

Shades of Indigo #4E037D

Tints of Indigo #4E037D

Color information

#4E037D (or 0x4E037D) is unknown color: approx Indigo. HEX triplet: 4E, 03 and 7D. RGB value is (78,3,125). Sum of RGB (Red+Green+Blue) = 78+3+125=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #4E037D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E037D is #B1FC82. Grayscale: #262626. Windows color (decimal): -11664515 or 8192846. OLE color: 8192846.

HSL color Cylindrical-coordinate representation of color #4E037D: hue angle of 276.89º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E037D is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB783125-
CMYK0.380.9800.51
HSL276.89º95.31%25.1%-
HSV(B)276.89º97.6%49.02%-
XYZ6.883.1719.65-
YUV39.33176.35155.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.86%
GREEN value IS 3 (1.56% from 255) = 1.46%
BLUE value IS 125 (49.22% from 255) = 60.68%
R=37.86%
G=1.46%
B=60.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7831250.380.9800.51276.8995.3125.1
Hex4E37D26620331155f19
Octal11631754614206342513731
Binary100111011111110110011011000100110011100010101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E037D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,3,125); }

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

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

 a { background-color: rgb(78,3,125); }

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

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

 span { border-color: rgb(78,3,125); }

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