#50097F

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

Shades of Indigo #50097F

Tints of Indigo #50097F

Color information

#50097F (or 0x50097F) is unknown color: approx Indigo. HEX triplet: 50, 09 and 7F. RGB value is (80,9,127). Sum of RGB (Red+Green+Blue) = 80+9+127=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #50097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50097F is #AFF680. Grayscale: #2B2B2B. Windows color (decimal): -11531905 or 8325456. OLE color: 8325456.

HSL color Cylindrical-coordinate representation of color #50097F: hue angle of 276.1º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50097F is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB809127-
CMYK0.370.9300.50
HSL276.1º86.76%26.67%-
HSV(B)276.1º92.91%49.8%-
XYZ7.243.4320.36-
YUV43.68175.02153.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 9 (3.91% from 255) = 4.17%
BLUE value IS 127 (50% from 255) = 58.80%
R=37.04%
G=4.17%
B=58.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8091270.370.9300.50276.186.7626.67
Hex5097F255D032114571b
Octal120111774513506242412733
Binary10100001001111111110010110111010110010100010100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50097F; }

 p { color: rgb(80,9,127); }

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

<style>
 a { background-color: #50097F; }

 a { background-color: rgb(80,9,127); }

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

<style>
 span { border-color: #50097F; }

 span { border-color: rgb(80,9,127); }

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