#500e7d

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

Shades of Indigo #500E7D

Tints of Indigo #500E7D

Color information

#500E7D (or 0x500E7D) is unknown color: approx Indigo. HEX triplet: 50, 0E and 7D. RGB value is (80,14,125). Sum of RGB (Red+Green+Blue) = 80+14+125=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #500E7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500E7D is #AFF182. Grayscale: #2E2E2E. Windows color (decimal): -11530627 or 8195664. OLE color: 8195664.

HSL color Cylindrical-coordinate representation of color #500E7D: hue angle of 275.68º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500E7D is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8014125-
CMYK0.360.8900.51
HSL275.68º79.86%27.25%-
HSV(B)275.68º88.8%49.02%-
XYZ7.173.519.7-
YUV46.39172.37151.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 14 (5.86% from 255) = 6.39%
BLUE value IS 125 (49.22% from 255) = 57.08%
R=36.53%
G=6.39%
B=57.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80141250.360.8900.51275.6879.8627.25
Hex50E7D2459033114501b
Octal120161754413106342412033
Binary10100001110111110110010010110010110011100010100101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500e7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500e7d; }

 p { color: rgb(80,14,125); }

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

<style>
 a { background-color: #500e7d; }

 a { background-color: rgb(80,14,125); }

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

<style>
 span { border-color: #500e7d; }

 span { border-color: rgb(80,14,125); }

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