#50108E

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

Shades of Indigo #50108E

Tints of Indigo #50108E

Color information

#50108E (or 0x50108E) is unknown color: approx Indigo. HEX triplet: 50, 10 and 8E. RGB value is (80,16,142). Sum of RGB (Red+Green+Blue) = 80+16+142=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #50108E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50108E is #AFEF71. Grayscale: #313131. Windows color (decimal): -11530098 or 9310288. OLE color: 9310288.

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

Color convert

RGB8016142-
CMYK0.440.8900.44
HSL270.48º79.75%30.98%-
HSV(B)270.48º88.73%55.69%-
XYZ8.384.0325.93-
YUV49.5180.2149.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 16 (6.64% from 255) = 6.72%
BLUE value IS 142 (55.86% from 255) = 59.66%
R=33.61%
G=6.72%
B=59.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80161420.440.8900.44270.4879.7530.98
Hex50108E2C5902C10e501f
Octal120202165413105441612037
Binary1010000100001000111010110010110010101100100001110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50108E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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