#500A6E

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

Shades of Indigo #500A6E

Tints of Indigo #500A6E

Color information

#500A6E (or 0x500A6E) is unknown color: approx Indigo. HEX triplet: 50, 0A and 6E. RGB value is (80,10,110). Sum of RGB (Red+Green+Blue) = 80+10+110=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 110 (43.36% from 255 or 55% from 200); Max value from RGB is 110 - color contains mainly: blue. Hex color #500A6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500A6E is #AFF591. Grayscale: #2A2A2A. Windows color (decimal): -11531666 or 7211600. OLE color: 7211600.

HSL color Cylindrical-coordinate representation of color #500A6E: hue angle of 282º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500A6E is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8010110-
CMYK0.270.9100.57
HSL282º83.33%23.53%-
HSV(B)282º90.91%43.14%-
XYZ6.233.0515.01-
YUV42.33166.19154.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40%
GREEN value IS 10 (4.30% from 255) = 5%
BLUE value IS 110 (43.36% from 255) = 55%
R=40%
G=5%
B=55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80101100.270.9100.5728283.3323.53
Hex50A6E1B5B03911a5318
Octal120121563313307143212330
Binary1010000101011011101101110110110111001100011010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500A6E; }

 p { color: rgb(80,10,110); }

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

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

 a { background-color: rgb(80,10,110); }

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

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

 span { border-color: rgb(80,10,110); }

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