#50118C

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

Shades of Indigo #50118C

Tints of Indigo #50118C

Color information

#50118C (or 0x50118C) is unknown color: approx Indigo. HEX triplet: 50, 11 and 8C. RGB value is (80,17,140). Sum of RGB (Red+Green+Blue) = 80+17+140=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #50118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50118C is #AFEE73. Grayscale: #313131. Windows color (decimal): -11529844 or 9179472. OLE color: 9179472.

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

Color convert

RGB8017140-
CMYK0.430.8800.45
HSL270.73º78.34%30.78%-
HSV(B)270.73º87.86%54.9%-
XYZ8.24425.15-
YUV49.86178.87149.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 17 (7.03% from 255) = 7.17%
BLUE value IS 140 (55.08% from 255) = 59.07%
R=33.76%
G=7.17%
B=59.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80171400.430.8800.45270.7378.3430.78
Hex50118C2B5802D10f4e1f
Octal120212145313005541711637
Binary1010000100011000110010101110110000101101100001111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50118C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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