#500A72

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

Shades of Indigo #500A72

Tints of Indigo #500A72

Color information

#500A72 (or 0x500A72) is unknown color: approx Indigo. HEX triplet: 50, 0A and 72. RGB value is (80,10,114). Sum of RGB (Red+Green+Blue) = 80+10+114=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #500A72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500A72 is #AFF58D. Grayscale: #2A2A2A. Windows color (decimal): -11531662 or 7473744. OLE color: 7473744.

HSL color Cylindrical-coordinate representation of color #500A72: hue angle of 280.38º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500A72 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8010114-
CMYK0.300.9100.55
HSL280.38º83.87%24.31%-
HSV(B)280.38º91.23%44.71%-
XYZ6.453.1416.19-
YUV42.79168.19154.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 10 (4.30% from 255) = 4.90%
BLUE value IS 114 (44.92% from 255) = 55.88%
R=39.22%
G=4.90%
B=55.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80101140.300.9100.55280.3883.8724.31
Hex50A721E5B0371185418
Octal120121623613306743012430
Binary1010000101011100101111010110110110111100011000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500A72; }

 p { color: rgb(80,10,114); }

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

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

 a { background-color: rgb(80,10,114); }

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

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

 span { border-color: rgb(80,10,114); }

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