#50158E

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

Shades of Indigo #50158E

Tints of Indigo #50158E

Color information

#50158E (or 0x50158E) is unknown color: approx Indigo. HEX triplet: 50, 15 and 8E. RGB value is (80,21,142). Sum of RGB (Red+Green+Blue) = 80+21+142=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #50158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50158E is #AFEA71. Grayscale: #343434. Windows color (decimal): -11528818 or 9311568. OLE color: 9311568.

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

Color convert

RGB8021142-
CMYK0.440.8500.44
HSL269.26º74.23%31.96%-
HSV(B)269.26º85.21%55.69%-
XYZ8.464.1925.96-
YUV52.44178.55147.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 21 (8.59% from 255) = 8.64%
BLUE value IS 142 (55.86% from 255) = 58.44%
R=32.92%
G=8.64%
B=58.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80211420.440.8500.44269.2674.2331.96
Hex50158E2C5502C10d4a20
Octal120252165412505441511240
Binary10100001010110001110101100101010101011001000011011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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