#500D77

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

Shades of Indigo #500D77

Tints of Indigo #500D77

Color information

#500D77 (or 0x500D77) is unknown color: approx Indigo. HEX triplet: 50, 0D and 77. RGB value is (80,13,119). Sum of RGB (Red+Green+Blue) = 80+13+119=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #500D77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500D77 is #AFF288. Grayscale: #2C2C2C. Windows color (decimal): -11530889 or 7802192. OLE color: 7802192.

HSL color Cylindrical-coordinate representation of color #500D77: hue angle of 277.92º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500D77 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8013119-
CMYK0.330.8900.53
HSL277.92º80.3%25.88%-
HSV(B)277.92º89.08%46.67%-
XYZ6.783.3317.74-
YUV45.12169.7152.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 13 (5.47% from 255) = 6.13%
BLUE value IS 119 (46.88% from 255) = 56.13%
R=37.74%
G=6.13%
B=56.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80131190.330.8900.53277.9280.325.88
Hex50D772159035116501a
Octal120151674113106542612032
Binary10100001101111011110000110110010110101100010110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,13,119); }

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

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

 a { background-color: rgb(80,13,119); }

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

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

 span { border-color: rgb(80,13,119); }

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