#501690

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

Shades of Indigo #501690

Tints of Indigo #501690

Color information

#501690 (or 0x501690) is unknown color: approx Indigo. HEX triplet: 50, 16 and 90. RGB value is (80,22,144). Sum of RGB (Red+Green+Blue) = 80+22+144=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #501690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501690 is #AFE96F. Grayscale: #343434. Windows color (decimal): -11528560 or 9442896. OLE color: 9442896.

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

Color convert

RGB8022144-
CMYK0.440.8500.44
HSL268.52º73.49%32.55%-
HSV(B)268.52º84.72%56.47%-
XYZ8.634.2926.76-
YUV53.25179.22147.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.52%
GREEN value IS 22 (8.98% from 255) = 8.94%
BLUE value IS 144 (56.64% from 255) = 58.54%
R=32.52%
G=8.94%
B=58.54%

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
Decimal80221440.440.8500.44268.5273.4932.55
Hex5016902C5502C10d4921
Octal120262205412505441511141
Binary10100001011010010000101100101010101011001000011011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501690; }

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

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

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

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

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

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

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

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