#50117C

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

Shades of Indigo #50117C

Tints of Indigo #50117C

Color information

#50117C (or 0x50117C) is unknown color: approx Indigo. HEX triplet: 50, 11 and 7C. RGB value is (80,17,124). Sum of RGB (Red+Green+Blue) = 80+17+124=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #50117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50117C is #AFEE83. Grayscale: #2F2F2F. Windows color (decimal): -11529860 or 8130896. OLE color: 8130896.

HSL color Cylindrical-coordinate representation of color #50117C: hue angle of 275.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50117C is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8017124-
CMYK0.350.8600.51
HSL275.33º75.89%27.65%-
HSV(B)275.33º86.29%48.63%-
XYZ7.153.5619.38-
YUV48.04170.87150.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 17 (7.03% from 255) = 7.69%
BLUE value IS 124 (48.83% from 255) = 56.11%
R=36.20%
G=7.69%
B=56.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80171240.350.8600.51275.3375.8927.65
Hex50117C23560331134c1c
Octal120211744312606342311434
Binary101000010001111110010001110101100110011100010011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,17,124); }

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

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

 a { background-color: rgb(80,17,124); }

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

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

 span { border-color: rgb(80,17,124); }

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