#500D79

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

Shades of Indigo #500D79

Tints of Indigo #500D79

Color information

#500D79 (or 0x500D79) is unknown color: approx Indigo. HEX triplet: 50, 0D and 79. RGB value is (80,13,121). Sum of RGB (Red+Green+Blue) = 80+13+121=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 121 (47.66% from 255 or 56.54% from 214); Max value from RGB is 121 - color contains mainly: blue. Hex color #500D79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500D79 is #AFF286. Grayscale: #2C2C2C. Windows color (decimal): -11530887 or 7933264. OLE color: 7933264.

HSL color Cylindrical-coordinate representation of color #500D79: hue angle of 277.22º degrees, saturation: 0.81, 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 #500D79 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8013121-
CMYK0.340.8900.53
HSL277.22º80.6%26.27%-
HSV(B)277.22º89.26%47.45%-
XYZ6.93.3718.38-
YUV45.34170.7152.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 13 (5.47% from 255) = 6.07%
BLUE value IS 121 (47.66% from 255) = 56.54%
R=37.38%
G=6.07%
B=56.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80131210.340.8900.53277.2280.626.27
Hex50D792259035115511a
Octal120151714213106542512132
Binary10100001101111100110001010110010110101100010101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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