#50158C

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

Shades of Indigo #50158C

Tints of Indigo #50158C

Color information

#50158C (or 0x50158C) is unknown color: approx Indigo. HEX triplet: 50, 15 and 8C. RGB value is (80,21,140). Sum of RGB (Red+Green+Blue) = 80+21+140=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #50158C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50158C is #AFEA73. Grayscale: #333333. Windows color (decimal): -11528820 or 9180496. OLE color: 9180496.

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

Color convert

RGB8021140-
CMYK0.430.8500.45
HSL269.75º73.91%31.57%-
HSV(B)269.75º85%54.9%-
XYZ8.314.1425.17-
YUV52.21177.55147.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 140 (55.08% from 255) = 58.09%
R=33.20%
G=8.71%
B=58.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80211400.430.8500.45269.7573.9131.57
Hex50158C2B5502D10e4a20
Octal120252145312505541611240
Binary10100001010110001100101011101010101011011000011101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50158C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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