#500966

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

Shades of Indigo #500966

Tints of Indigo #500966

Color information

#500966 (or 0x500966) is unknown color: approx Indigo. HEX triplet: 50, 09 and 66. RGB value is (80,9,102). Sum of RGB (Red+Green+Blue) = 80+9+102=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #500966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500966 is #AFF699. Grayscale: #282828. Windows color (decimal): -11531930 or 6687056. OLE color: 6687056.

HSL color Cylindrical-coordinate representation of color #500966: hue angle of 285.81º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500966 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB809102-
CMYK0.220.9100.6
HSL285.81º83.78%21.76%-
HSV(B)285.81º91.18%40%-
XYZ5.82.8612.82-
YUV40.83162.52155.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.88%
GREEN value IS 9 (3.91% from 255) = 4.71%
BLUE value IS 102 (40.23% from 255) = 53.40%
R=41.88%
G=4.71%
B=53.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8091020.220.9100.6285.8183.7821.76
Hex50966165B03C11e5416
Octal120111462613307443612426
Binary1010000100111001101011010110110111100100011110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500966; }

 p { color: rgb(80,9,102); }

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

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

 a { background-color: rgb(80,9,102); }

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

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

 span { border-color: rgb(80,9,102); }

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