#50076E

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

Shades of Indigo #50076E

Tints of Indigo #50076E

Color information

#50076E (or 0x50076E) is unknown color: approx Indigo. HEX triplet: 50, 07 and 6E. RGB value is (80,7,110). Sum of RGB (Red+Green+Blue) = 80+7+110=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #50076E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50076E is #AFF891. Grayscale: #282828. Windows color (decimal): -11532434 or 7210832. OLE color: 7210832.

HSL color Cylindrical-coordinate representation of color #50076E: hue angle of 282.52º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50076E is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB807110-
CMYK0.270.9400.57
HSL282.52º88.03%22.94%-
HSV(B)282.52º93.64%43.14%-
XYZ6.22.9815-
YUV40.57167.18156.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 7 (3.12% from 255) = 3.55%
BLUE value IS 110 (43.36% from 255) = 55.84%
R=40.61%
G=3.55%
B=55.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8071100.270.9400.57282.5288.0322.94
Hex5076E1B5E03911b5817
Octal12071563313607143313027
Binary101000011111011101101110111100111001100011011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50076E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,7,110); }

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

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

 a { background-color: rgb(80,7,110); }

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

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

 span { border-color: rgb(80,7,110); }

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