#500963

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

Shades of Indigo #500963

Tints of Indigo #500963

Color information

#500963 (or 0x500963) is unknown color: approx Indigo. HEX triplet: 50, 09 and 63. RGB value is (80,9,99). Sum of RGB (Red+Green+Blue) = 80+9+99=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #500963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500963 is #AFF69C. Grayscale: #282828. Windows color (decimal): -11531933 or 6490448. OLE color: 6490448.

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

Color convert

RGB80999-
CMYK0.190.9100.61
HSL287.33º83.33%21.18%-
HSV(B)287.33º90.91%38.82%-
XYZ5.662.812.05-
YUV40.49161.02156.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.55%
GREEN value IS 9 (3.91% from 255) = 4.79%
BLUE value IS 99 (39.06% from 255) = 52.66%
R=42.55%
G=4.79%
B=52.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal809990.190.9100.61287.3383.3321.18
Hex50963135B03D11f5315
Octal120111432313307543712325
Binary1010000100111000111001110110110111101100011111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500963; }

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

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

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

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

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

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

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

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