#50026E

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

Shades of Indigo #50026E

Tints of Indigo #50026E

Color information

#50026E (or 0x50026E) is unknown color: approx Indigo. HEX triplet: 50, 02 and 6E. RGB value is (80,2,110). Sum of RGB (Red+Green+Blue) = 80+2+110=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #50026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50026E is #AFFD91. Grayscale: #252525. Windows color (decimal): -11533714 or 7209552. OLE color: 7209552.

HSL color Cylindrical-coordinate representation of color #50026E: hue angle of 283.33º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50026E is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB802110-
CMYK0.270.9800.57
HSL283.33º96.43%21.96%-
HSV(B)283.33º98.18%43.14%-
XYZ6.142.8714.98-
YUV37.63168.84158.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 110 (43.36% from 255) = 57.29%
R=41.67%
G=1.04%
B=57.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8021100.270.9800.57283.3396.4321.96
Hex5026E1B6203911b6016
Octal12021563314207143314026
Binary10100001011011101101111000100111001100011011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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