#50049D

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

Shades of Indigo #50049D

Tints of Indigo #50049D

Color information

#50049D (or 0x50049D) is unknown color: approx Indigo. HEX triplet: 50, 04 and 9D. RGB value is (80,4,157). Sum of RGB (Red+Green+Blue) = 80+4+157=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #50049D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50049D is #AFFB62. Grayscale: #2B2B2B. Windows color (decimal): -11533155 or 10290256. OLE color: 10290256.

HSL color Cylindrical-coordinate representation of color #50049D: hue angle of 269.8º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50049D is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB804157-
CMYK0.490.9700.38
HSL269.8º95.03%31.57%-
HSV(B)269.8º97.45%61.57%-
XYZ9.444.2332.22-
YUV44.17191.68153.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 4 (1.95% from 255) = 1.66%
BLUE value IS 157 (61.72% from 255) = 65.15%
R=33.20%
G=1.66%
B=65.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8041570.490.9700.38269.895.0331.57
Hex5049D316102610e5f20
Octal12042356114104641613740
Binary101000010010011101110001110000101001101000011101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50049D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,4,157); }

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

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

 a { background-color: rgb(80,4,157); }

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

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

 span { border-color: rgb(80,4,157); }

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