#50028F

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

Shades of Indigo #50028F

Tints of Indigo #50028F

Color information

#50028F (or 0x50028F) is unknown color: approx Indigo. HEX triplet: 50, 02 and 8F. RGB value is (80,2,143). Sum of RGB (Red+Green+Blue) = 80+2+143=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 143 (56.25% from 255 or 63.56% from 225); Max value from RGB is 143 - color contains mainly: blue. Hex color #50028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50028F is #AFFD70. Grayscale: #282828. Windows color (decimal): -11533681 or 9372240. OLE color: 9372240.

HSL color Cylindrical-coordinate representation of color #50028F: hue angle of 273.19º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50028F is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB802143-
CMYK0.440.9900.44
HSL273.19º97.24%28.43%-
HSV(B)273.19º98.6%56.08%-
XYZ8.293.7326.27-
YUV41.4185.34155.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.56%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 143 (56.25% from 255) = 63.56%
R=35.56%
G=0.89%
B=63.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8021430.440.9900.44273.1997.2428.43
Hex5028F2C6302C111611c
Octal12022175414305442114134
Binary1010000101000111110110011000110101100100010001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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