#500E99

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

Shades of Indigo #500E99

Tints of Indigo #500E99

Color information

#500E99 (or 0x500E99) is unknown color: approx Indigo. HEX triplet: 50, 0E and 99. RGB value is (80,14,153). Sum of RGB (Red+Green+Blue) = 80+14+153=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #500E99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500E99 is #AFF166. Grayscale: #313131. Windows color (decimal): -11530599 or 10030672. OLE color: 10030672.

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

Color convert

RGB8014153-
CMYK0.480.9100.4
HSL268.49º83.23%32.75%-
HSV(B)268.49º90.85%60%-
XYZ9.224.3230.49-
YUV49.58186.37149.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 14 (5.86% from 255) = 5.67%
BLUE value IS 153 (60.16% from 255) = 61.94%
R=32.39%
G=5.67%
B=61.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80141530.480.9100.4268.4983.2332.75
Hex50E99305B02810c5321
Octal120162316013305041412341
Binary1010000111010011001110000101101101010001000011001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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