#500791

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

Shades of Indigo #500791

Tints of Indigo #500791

Color information

#500791 (or 0x500791) is unknown color: approx Indigo. HEX triplet: 50, 07 and 91. RGB value is (80,7,145). Sum of RGB (Red+Green+Blue) = 80+7+145=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #500791 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500791 is #AFF86E. Grayscale: #2C2C2C. Windows color (decimal): -11532399 or 9504592. OLE color: 9504592.

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

Color convert

RGB807145-
CMYK0.450.9500.43
HSL271.74º90.79%29.8%-
HSV(B)271.74º95.17%56.86%-
XYZ8.53.927.09-
YUV44.56184.68153.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.48%
GREEN value IS 7 (3.12% from 255) = 3.02%
BLUE value IS 145 (57.03% from 255) = 62.5%
R=34.48%
G=3.02%
B=62.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8071450.450.9500.43271.7490.7929.8
Hex507912D5F02B1105b1e
Octal12072215513705342013336
Binary10100001111001000110110110111110101011100010000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500791; }

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

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

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

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

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

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

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

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