#500999

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

Shades of Indigo #500999

Tints of Indigo #500999

Color information

#500999 (or 0x500999) is unknown color: approx Indigo. HEX triplet: 50, 09 and 99. RGB value is (80,9,153). Sum of RGB (Red+Green+Blue) = 80+9+153=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #500999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500999 is #AFF666. Grayscale: #2E2E2E. Windows color (decimal): -11531879 or 10029392. OLE color: 10029392.

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

Color convert

RGB809153-
CMYK0.480.9400.4
HSL269.58º88.89%31.76%-
HSV(B)269.58º94.12%60%-
XYZ9.164.230.47-
YUV46.64188.02151.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 9 (3.91% from 255) = 3.72%
BLUE value IS 153 (60.16% from 255) = 63.22%
R=33.06%
G=3.72%
B=63.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal8091530.480.9400.4269.5888.8931.76
Hex50999305E02810e5920
Octal120112316013605041613140
Binary1010000100110011001110000101111001010001000011101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500999; }

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

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

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

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

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

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

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

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