#50037A

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

Shades of Indigo #50037A

Tints of Indigo #50037A

Color information

#50037A (or 0x50037A) is unknown color: approx Indigo. HEX triplet: 50, 03 and 7A. RGB value is (80,3,122). Sum of RGB (Red+Green+Blue) = 80+3+122=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #50037A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50037A is #AFFC85. Grayscale: #272727. Windows color (decimal): -11533446 or 7996240. OLE color: 7996240.

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

Color convert

RGB803122-
CMYK0.340.9800.52
HSL278.82º95.2%24.51%-
HSV(B)278.82º97.54%47.84%-
XYZ6.853.1818.66-
YUV39.59174.51156.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 3 (1.56% from 255) = 1.46%
BLUE value IS 122 (48.05% from 255) = 59.51%
R=39.02%
G=1.46%
B=59.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8031220.340.9800.52278.8295.224.51
Hex5037A22620341175f19
Octal12031724214206442713731
Binary101000011111101010001011000100110100100010111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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