#500D71

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

Shades of Indigo #500D71

Tints of Indigo #500D71

Color information

#500D71 (or 0x500D71) is unknown color: approx Indigo. HEX triplet: 50, 0D and 71. RGB value is (80,13,113). Sum of RGB (Red+Green+Blue) = 80+13+113=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #500D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500D71 is #AFF28E. Grayscale: #2C2C2C. Windows color (decimal): -11530895 or 7408976. OLE color: 7408976.

HSL color Cylindrical-coordinate representation of color #500D71: hue angle of 280.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500D71 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8013113-
CMYK0.290.8800.56
HSL280.2º79.37%24.71%-
HSV(B)280.2º88.5%44.31%-
XYZ6.433.1915.9-
YUV44.43166.7153.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 13 (5.47% from 255) = 6.31%
BLUE value IS 113 (44.53% from 255) = 54.85%
R=38.83%
G=6.31%
B=54.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80131130.290.8800.56280.279.3724.71
Hex50D711D580381184f19
Octal120151613513007043011731
Binary1010000110111100011110110110000111000100011000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,13,113); }

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

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

 a { background-color: rgb(80,13,113); }

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

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

 span { border-color: rgb(80,13,113); }

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