#50057A

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

Shades of Indigo #50057A

Tints of Indigo #50057A

Color information

#50057A (or 0x50057A) is unknown color: approx Indigo. HEX triplet: 50, 05 and 7A. RGB value is (80,5,122). Sum of RGB (Red+Green+Blue) = 80+5+122=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #50057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50057A is #AFFA85. Grayscale: #282828. Windows color (decimal): -11532934 or 7996752. OLE color: 7996752.

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

Color convert

RGB805122-
CMYK0.340.9600.52
HSL278.46º92.13%24.9%-
HSV(B)278.46º95.9%47.84%-
XYZ6.883.2218.67-
YUV40.76173.85155.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 122 (48.05% from 255) = 58.94%
R=38.65%
G=2.42%
B=58.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8051220.340.9600.52278.4692.1324.9
Hex5057A22600341165c19
Octal12051724214006442613431
Binary1010000101111101010001011000000110100100010110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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