#500986

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

Shades of Indigo #500986

Tints of Indigo #500986

Color information

#500986 (or 0x500986) is unknown color: approx Indigo. HEX triplet: 50, 09 and 86. RGB value is (80,9,134). Sum of RGB (Red+Green+Blue) = 80+9+134=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #500986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500986 is #AFF679. Grayscale: #2C2C2C. Windows color (decimal): -11531898 or 8784208. OLE color: 8784208.

HSL color Cylindrical-coordinate representation of color #500986: hue angle of 274.08º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500986 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB809134-
CMYK0.400.9300.47
HSL274.08º87.41%28.04%-
HSV(B)274.08º93.28%52.55%-
XYZ7.713.6222.85-
YUV44.48178.52153.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 9 (3.91% from 255) = 4.04%
BLUE value IS 134 (52.73% from 255) = 60.09%
R=35.87%
G=4.04%
B=60.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8091340.400.9300.47274.0887.4128.04
Hex50986285D02F112571c
Octal120112065013505742212734
Binary101000010011000011010100010111010101111100010010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500986; }

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

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

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

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

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

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

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

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