#501171

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

Shades of Indigo #501171

Tints of Indigo #501171

Color information

#501171 (or 0x501171) is unknown color: approx Indigo. HEX triplet: 50, 11 and 71. RGB value is (80,17,113). Sum of RGB (Red+Green+Blue) = 80+17+113=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #501171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501171 is #AFEE8E. Grayscale: #2E2E2E. Windows color (decimal): -11529871 or 7410000. OLE color: 7410000.

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

Color convert

RGB8017113-
CMYK0.290.8500.56
HSL279.38º73.85%25.49%-
HSV(B)279.38º84.96%44.31%-
XYZ6.493.315.92-
YUV46.78165.37151.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 17 (7.03% from 255) = 8.10%
BLUE value IS 113 (44.53% from 255) = 53.81%
R=38.10%
G=8.10%
B=53.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80171130.290.8500.56279.3873.8525.49
Hex5011711D550381174a19
Octal120211613512507042711231
Binary10100001000111100011110110101010111000100010111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501171; }

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

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

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

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

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

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

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

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