#50057F

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

Shades of Indigo #50057F

Tints of Indigo #50057F

Color information

#50057F (or 0x50057F) is unknown color: approx Indigo. HEX triplet: 50, 05 and 7F. RGB value is (80,5,127). Sum of RGB (Red+Green+Blue) = 80+5+127=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #50057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50057F is #AFFA80. Grayscale: #282828. Windows color (decimal): -11532929 or 8324432. OLE color: 8324432.

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

Color convert

RGB805127-
CMYK0.370.9600.50
HSL276.89º92.42%25.88%-
HSV(B)276.89º96.06%49.8%-
XYZ7.193.3520.35-
YUV41.33176.35155.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 5 (2.34% from 255) = 2.36%
BLUE value IS 127 (50% from 255) = 59.91%
R=37.74%
G=2.36%
B=59.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8051270.370.9600.50276.8992.4225.88
Hex5057F25600321155c1a
Octal12051774514006242513432
Binary1010000101111111110010111000000110010100010101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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