#50138E

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

Shades of Indigo #50138E

Tints of Indigo #50138E

Color information

#50138E (or 0x50138E) is unknown color: approx Indigo. HEX triplet: 50, 13 and 8E. RGB value is (80,19,142). Sum of RGB (Red+Green+Blue) = 80+19+142=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #50138E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50138E is #AFEC71. Grayscale: #323232. Windows color (decimal): -11529330 or 9311056. OLE color: 9311056.

HSL color Cylindrical-coordinate representation of color #50138E: hue angle of 269.76º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50138E is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8019142-
CMYK0.440.8700.44
HSL269.76º76.4%31.57%-
HSV(B)269.76º86.62%55.69%-
XYZ8.424.1225.94-
YUV51.26179.21148.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 19 (7.81% from 255) = 7.88%
BLUE value IS 142 (55.86% from 255) = 58.92%
R=33.20%
G=7.88%
B=58.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80191420.440.8700.44269.7676.431.57
Hex50138E2C5702C10e4c20
Octal120232165412705441611440
Binary10100001001110001110101100101011101011001000011101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50138E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,19,142); }

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

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

 a { background-color: rgb(80,19,142); }

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

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

 span { border-color: rgb(80,19,142); }

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