#501986

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

Shades of Indigo #501986

Tints of Indigo #501986

Color information

#501986 (or 0x501986) is unknown color: approx Indigo. HEX triplet: 50, 19 and 86. RGB value is (80,25,134). Sum of RGB (Red+Green+Blue) = 80+25+134=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #501986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501986 is #AFE679. Grayscale: #353535. Windows color (decimal): -11527802 or 8788304. OLE color: 8788304.

HSL color Cylindrical-coordinate representation of color #501986: hue angle of 270.28º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501986 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8025134-
CMYK0.400.8100.47
HSL270.28º68.55%31.18%-
HSV(B)270.28º81.34%52.55%-
XYZ7.964.1222.93-
YUV53.87173.22146.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 25 (10.16% from 255) = 10.46%
BLUE value IS 134 (52.73% from 255) = 56.07%
R=33.47%
G=10.46%
B=56.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80251340.400.8100.47270.2868.5531.18
Hex501986285102F10e451f
Octal120312065012105741610537
Binary1010000110011000011010100010100010101111100001110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501986; }

 p { color: rgb(80,25,134); }

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

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

 a { background-color: rgb(80,25,134); }

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

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

 span { border-color: rgb(80,25,134); }

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