#501890

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

Shades of Indigo #501890

Tints of Indigo #501890

Color information

#501890 (or 0x501890) is unknown color: approx Indigo. HEX triplet: 50, 18 and 90. RGB value is (80,24,144). Sum of RGB (Red+Green+Blue) = 80+24+144=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #501890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501890 is #AFE76F. Grayscale: #363636. Windows color (decimal): -11528048 or 9443408. OLE color: 9443408.

HSL color Cylindrical-coordinate representation of color #501890: hue angle of 268º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501890 is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8024144-
CMYK0.440.8300.44
HSL268º71.43%32.94%-
HSV(B)268º83.33%56.47%-
XYZ8.674.3726.77-
YUV54.42178.55146.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 24 (9.77% from 255) = 9.68%
BLUE value IS 144 (56.64% from 255) = 58.06%
R=32.26%
G=9.68%
B=58.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80241440.440.8300.4426871.4332.94
Hex5018902C5302C10c4721
Octal120302205412305441410741
Binary10100001100010010000101100101001101011001000011001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501890; }

 p { color: rgb(80,24,144); }

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

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

 a { background-color: rgb(80,24,144); }

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

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

 span { border-color: rgb(80,24,144); }

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