#501590

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

Shades of Indigo #501590

Tints of Indigo #501590

Color information

#501590 (or 0x501590) is unknown color: approx Indigo. HEX triplet: 50, 15 and 90. RGB value is (80,21,144). Sum of RGB (Red+Green+Blue) = 80+21+144=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #501590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501590 is #AFEA6F. Grayscale: #343434. Windows color (decimal): -11528816 or 9442640. OLE color: 9442640.

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

Color convert

RGB8021144-
CMYK0.440.8500.44
HSL268.78º74.55%32.35%-
HSV(B)268.78º85.42%56.47%-
XYZ8.614.2626.75-
YUV52.66179.55147.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 21 (8.59% from 255) = 8.57%
BLUE value IS 144 (56.64% from 255) = 58.78%
R=32.65%
G=8.57%
B=58.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80211440.440.8500.44268.7874.5532.35
Hex5015902C5502C10d4b20
Octal120252205412505441511340
Binary10100001010110010000101100101010101011001000011011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501590; }

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

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

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

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

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

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

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

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