#500776

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

Shades of Indigo #500776

Tints of Indigo #500776

Color information

#500776 (or 0x500776) is unknown color: approx Indigo. HEX triplet: 50, 07 and 76. RGB value is (80,7,118). Sum of RGB (Red+Green+Blue) = 80+7+118=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #500776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500776 is #AFF889. Grayscale: #292929. Windows color (decimal): -11532426 or 7735120. OLE color: 7735120.

HSL color Cylindrical-coordinate representation of color #500776: hue angle of 279.46º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500776 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB807118-
CMYK0.320.9400.54
HSL279.46º88.8%24.51%-
HSV(B)279.46º94.07%46.27%-
XYZ6.653.1717.4-
YUV41.48171.18155.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 7 (3.12% from 255) = 3.41%
BLUE value IS 118 (46.48% from 255) = 57.56%
R=39.02%
G=3.41%
B=57.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8071180.320.9400.54279.4688.824.51
Hex50776205E0361175919
Octal12071664013606642713131
Binary1010000111111011010000010111100110110100010111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500776; }

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

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

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

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

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

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

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

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