#50159e

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

Shades of Indigo #50159E

Tints of Indigo #50159E

Color information

#50159E (or 0x50159E) is unknown color: approx Indigo. HEX triplet: 50, 15 and 9E. RGB value is (80,21,158). Sum of RGB (Red+Green+Blue) = 80+21+158=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #50159E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50159E is #AFEA61. Grayscale: #353535. Windows color (decimal): -11528802 or 10360144. OLE color: 10360144.

HSL color Cylindrical-coordinate representation of color #50159E: hue angle of 265.84º degrees, saturation: 0.77, 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 #50159E is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8021158-
CMYK0.490.8700.38
HSL265.84º76.54%35.1%-
HSV(B)265.84º86.71%61.96%-
XYZ9.754.7132.74-
YUV54.26186.55146.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 21 (8.59% from 255) = 8.11%
BLUE value IS 158 (62.11% from 255) = 61.00%
R=30.89%
G=8.11%
B=61.00%

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
Decimal80211580.490.8700.38265.8476.5435.1
Hex50159E315702610a4d23
Octal120252366112704641211543
Binary10100001010110011110110001101011101001101000010101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50159e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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