#50026A

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

Shades of Indigo #50026A

Tints of Indigo #50026A

Color information

#50026A (or 0x50026A) is unknown color: approx Indigo. HEX triplet: 50, 02 and 6A. RGB value is (80,2,106). Sum of RGB (Red+Green+Blue) = 80+2+106=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 106 (41.80% from 255 or 56.38% from 188); Max value from RGB is 106 - color contains mainly: blue. Hex color #50026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50026A is #AFFD95. Grayscale: #242424. Windows color (decimal): -11533718 or 6947408. OLE color: 6947408.

HSL color Cylindrical-coordinate representation of color #50026A: hue angle of 285º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50026A is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB802106-
CMYK0.250.9800.58
HSL285º96.3%21.18%-
HSV(B)285º98.11%41.57%-
XYZ5.932.7913.86-
YUV37.18166.84158.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.55%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 106 (41.80% from 255) = 56.38%
R=42.55%
G=1.06%
B=56.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8021060.250.9800.5828596.321.18
Hex5026A196203A11d6015
Octal12021523114207243514025
Binary10100001011010101100111000100111010100011101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50026A; }

 p { color: rgb(80,2,106); }

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

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

 a { background-color: rgb(80,2,106); }

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

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

 span { border-color: rgb(80,2,106); }

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