#50026D

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

Shades of Indigo #50026D

Tints of Indigo #50026D

Color information

#50026D (or 0x50026D) is unknown color: approx Indigo. HEX triplet: 50, 02 and 6D. RGB value is (80,2,109). Sum of RGB (Red+Green+Blue) = 80+2+109=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #50026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50026D is #AFFD92. Grayscale: #252525. Windows color (decimal): -11533715 or 7144016. OLE color: 7144016.

HSL color Cylindrical-coordinate representation of color #50026D: hue angle of 283.74º 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 #50026D is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB802109-
CMYK0.270.9800.57
HSL283.74º96.4%21.76%-
HSV(B)283.74º98.17%42.75%-
XYZ6.092.8514.7-
YUV37.52168.34158.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.88%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 109 (42.97% from 255) = 57.07%
R=41.88%
G=1.05%
B=57.07%

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
Decimal8021090.270.9800.57283.7496.421.76
Hex5026D1B6203911c6016
Octal12021553314207143414026
Binary10100001011011011101111000100111001100011100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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