#50077A

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

Shades of Indigo #50077A

Tints of Indigo #50077A

Color information

#50077A (or 0x50077A) is unknown color: approx Indigo. HEX triplet: 50, 07 and 7A. RGB value is (80,7,122). Sum of RGB (Red+Green+Blue) = 80+7+122=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #50077A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50077A is #AFF885. Grayscale: #292929. Windows color (decimal): -11532422 or 7997264. OLE color: 7997264.

HSL color Cylindrical-coordinate representation of color #50077A: hue angle of 278.09º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50077A is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB807122-
CMYK0.340.9400.52
HSL278.09º89.15%25.29%-
HSV(B)278.09º94.26%47.84%-
XYZ6.93.2618.68-
YUV41.94173.18155.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 7 (3.12% from 255) = 3.35%
BLUE value IS 122 (48.05% from 255) = 58.37%
R=38.28%
G=3.35%
B=58.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8071220.340.9400.52278.0989.1525.29
Hex5077A225E0341165919
Octal12071724213606442613131
Binary1010000111111101010001010111100110100100010110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50077A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50077A; }

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

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

<style>
 a { background-color: #50077A; }

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

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

<style>
 span { border-color: #50077A; }

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

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