#50097E

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

Shades of Indigo #50097E

Tints of Indigo #50097E

Color information

#50097E (or 0x50097E) is unknown color: approx Indigo. HEX triplet: 50, 09 and 7E. RGB value is (80,9,126). Sum of RGB (Red+Green+Blue) = 80+9+126=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #50097E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50097E is #AFF681. Grayscale: #2B2B2B. Windows color (decimal): -11531906 or 8259920. OLE color: 8259920.

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

Color convert

RGB809126-
CMYK0.370.9300.51
HSL276.41º86.67%26.47%-
HSV(B)276.41º92.86%49.41%-
XYZ7.173.4120.02-
YUV43.57174.52153.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 9 (3.91% from 255) = 4.19%
BLUE value IS 126 (49.61% from 255) = 58.60%
R=37.21%
G=4.19%
B=58.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8091260.370.9300.51276.4186.6726.47
Hex5097E255D033114571a
Octal120111764513506342412732
Binary10100001001111111010010110111010110011100010100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50097E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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