#50159D

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

Shades of Indigo #50159D

Tints of Indigo #50159D

Color information

#50159D (or 0x50159D) is unknown color: approx Indigo. HEX triplet: 50, 15 and 9D. RGB value is (80,21,157). Sum of RGB (Red+Green+Blue) = 80+21+157=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #50159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50159D is #AFEA62. Grayscale: #353535. Windows color (decimal): -11528803 or 10294608. OLE color: 10294608.

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

Color convert

RGB8021157-
CMYK0.490.8700.38
HSL266.03º76.4%34.9%-
HSV(B)266.03º86.62%61.57%-
XYZ9.664.6832.29-
YUV54.14186.05146.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 21 (8.59% from 255) = 8.14%
BLUE value IS 157 (61.72% from 255) = 60.85%
R=31.01%
G=8.14%
B=60.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80211570.490.8700.38266.0376.434.9
Hex50159D315702610a4c23
Octal120252356112704641211443
Binary10100001010110011101110001101011101001101000010101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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