#50027F

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

Shades of Indigo #50027F

Tints of Indigo #50027F

Color information

#50027F (or 0x50027F) is unknown color: approx Indigo. HEX triplet: 50, 02 and 7F. RGB value is (80,2,127). Sum of RGB (Red+Green+Blue) = 80+2+127=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #50027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50027F is #AFFD80. Grayscale: #272727. Windows color (decimal): -11533697 or 8323664. OLE color: 8323664.

HSL color Cylindrical-coordinate representation of color #50027F: hue angle of 277.44º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50027F is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB802127-
CMYK0.370.9800.50
HSL277.44º96.9%25.29%-
HSV(B)277.44º98.43%49.8%-
XYZ7.163.2820.33-
YUV39.57177.34156.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 127 (50% from 255) = 60.77%
R=38.28%
G=0.96%
B=60.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8021270.370.9800.50277.4496.925.29
Hex5027F25620321156119
Octal12021774514206242514131
Binary101000010111111110010111000100110010100010101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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