#501573

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

Shades of Indigo #501573

Tints of Indigo #501573

Color information

#501573 (or 0x501573) is unknown color: approx Indigo. HEX triplet: 50, 15 and 73. RGB value is (80,21,115). Sum of RGB (Red+Green+Blue) = 80+21+115=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #501573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501573 is #AFEA8C. Grayscale: #313131. Windows color (decimal): -11528845 or 7542096. OLE color: 7542096.

HSL color Cylindrical-coordinate representation of color #501573: hue angle of 277.66º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501573 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8021115-
CMYK0.300.8200.55
HSL277.66º69.12%26.67%-
HSV(B)277.66º81.74%45.1%-
XYZ6.673.4816.54-
YUV49.36165.05149.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 21 (8.59% from 255) = 9.72%
BLUE value IS 115 (45.31% from 255) = 53.24%
R=37.04%
G=9.72%
B=53.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80211150.300.8200.55277.6669.1226.67
Hex5015731E52037116451b
Octal120251633612206742610533
Binary10100001010111100111111010100100110111100010110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501573; }

 p { color: rgb(80,21,115); }

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

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

 a { background-color: rgb(80,21,115); }

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

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

 span { border-color: rgb(80,21,115); }

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