#501491

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

Shades of Indigo #501491

Tints of Indigo #501491

Color information

#501491 (or 0x501491) is unknown color: approx Indigo. HEX triplet: 50, 14 and 91. RGB value is (80,20,145). Sum of RGB (Red+Green+Blue) = 80+20+145=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #501491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501491 is #AFEB6E. Grayscale: #333333. Windows color (decimal): -11529071 or 9507920. OLE color: 9507920.

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

Color convert

RGB8020145-
CMYK0.450.8600.43
HSL268.8º75.76%32.35%-
HSV(B)268.8º86.21%56.86%-
XYZ8.674.2527.15-
YUV52.19180.38147.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 20 (8.20% from 255) = 8.16%
BLUE value IS 145 (57.03% from 255) = 59.18%
R=32.65%
G=8.16%
B=59.18%

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
Decimal80201450.450.8600.43268.875.7632.35
Hex5014912D5602B10d4c20
Octal120242215512605341511440
Binary10100001010010010001101101101011001010111000011011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501491; }

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

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

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

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

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

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

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

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