#501591

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

Shades of Indigo #501591

Tints of Indigo #501591

Color information

#501591 (or 0x501591) is unknown color: approx Indigo. HEX triplet: 50, 15 and 91. RGB value is (80,21,145). Sum of RGB (Red+Green+Blue) = 80+21+145=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #501591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501591 is #AFEA6E. Grayscale: #343434. Windows color (decimal): -11528815 or 9508176. OLE color: 9508176.

HSL color Cylindrical-coordinate representation of color #501591: hue angle of 268.55º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501591 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8021145-
CMYK0.450.8600.43
HSL268.55º74.7%32.55%-
HSV(B)268.55º85.52%56.86%-
XYZ8.694.2927.16-
YUV52.78180.05147.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.52%
GREEN value IS 21 (8.59% from 255) = 8.54%
BLUE value IS 145 (57.03% from 255) = 58.94%
R=32.52%
G=8.54%
B=58.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80211450.450.8600.43268.5574.732.55
Hex5015912D5602B10d4b21
Octal120252215512605341511341
Binary10100001010110010001101101101011001010111000011011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501591; }

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

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

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

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

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

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

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

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