#501494

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

Shades of Indigo #501494

Tints of Indigo #501494

Color information

#501494 (or 0x501494) is unknown color: approx Indigo. HEX triplet: 50, 14 and 94. RGB value is (80,20,148). Sum of RGB (Red+Green+Blue) = 80+20+148=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #501494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501494 is #AFEB6B. Grayscale: #343434. Windows color (decimal): -11529068 or 9704528. OLE color: 9704528.

HSL color Cylindrical-coordinate representation of color #501494: hue angle of 268.12º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501494 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8020148-
CMYK0.460.8600.42
HSL268.12º76.19%32.94%-
HSV(B)268.12º86.49%58.04%-
XYZ8.94.3428.39-
YUV52.53181.88147.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 20 (8.20% from 255) = 8.06%
BLUE value IS 148 (58.20% from 255) = 59.68%
R=32.26%
G=8.06%
B=59.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80201480.460.8600.42268.1276.1932.94
Hex5014942E5602A10c4c21
Octal120242245612605241411441
Binary10100001010010010100101110101011001010101000011001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501494; }

 p { color: rgb(80,20,148); }

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

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

 a { background-color: rgb(80,20,148); }

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

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

 span { border-color: rgb(80,20,148); }

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