#50027A

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

Shades of Indigo #50027A

Tints of Indigo #50027A

Color information

#50027A (or 0x50027A) is unknown color: approx Indigo. HEX triplet: 50, 02 and 7A. RGB value is (80,2,122). Sum of RGB (Red+Green+Blue) = 80+2+122=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #50027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50027A is #AFFD85. Grayscale: #262626. Windows color (decimal): -11533702 or 7995984. OLE color: 7995984.

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

Color convert

RGB802122-
CMYK0.340.9800.52
HSL279º96.77%24.31%-
HSV(B)279º98.36%47.84%-
XYZ6.843.1518.66-
YUV39174.84157.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 122 (48.05% from 255) = 59.80%
R=39.22%
G=0.98%
B=59.80%

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
Decimal8021220.340.9800.5227996.7724.31
Hex5027A22620341176118
Octal12021724214206442714130
Binary101000010111101010001011000100110100100010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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