#500163

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

Shades of Indigo #500163

Tints of Indigo #500163

Color information

#500163 (or 0x500163) is unknown color: approx Indigo. HEX triplet: 50, 01 and 63. RGB value is (80,1,99). Sum of RGB (Red+Green+Blue) = 80+1+99=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #500163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500163 is #AFFE9C. Grayscale: #232323. Windows color (decimal): -11533981 or 6488400. OLE color: 6488400.

HSL color Cylindrical-coordinate representation of color #500163: hue angle of 288.37º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500163 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB80199-
CMYK0.190.9900.61
HSL288.37º98%19.61%-
HSV(B)288.37º98.99%38.82%-
XYZ5.572.6312.02-
YUV35.79163.67159.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 99 (39.06% from 255) = 55%
R=44.44%
G=0.56%
B=55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal801990.190.9900.61288.379819.61
Hex50163136303D1206214
Octal12011432314307544014224
Binary1010000111000111001111000110111101100100000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500163; }

 p { color: rgb(80,1,99); }

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

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

 a { background-color: rgb(80,1,99); }

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

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

 span { border-color: rgb(80,1,99); }

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