#50028E

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

Shades of Indigo #50028E

Tints of Indigo #50028E

Color information

#50028E (or 0x50028E) is unknown color: approx Indigo. HEX triplet: 50, 02 and 8E. RGB value is (80,2,142). Sum of RGB (Red+Green+Blue) = 80+2+142=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 142 (55.86% from 255 or 63.39% from 224); Max value from RGB is 142 - color contains mainly: blue. Hex color #50028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50028E is #AFFD71. Grayscale: #282828. Windows color (decimal): -11533682 or 9306704. OLE color: 9306704.

HSL color Cylindrical-coordinate representation of color #50028E: hue angle of 273.43º 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 #50028E is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB802142-
CMYK0.440.9900.44
HSL273.43º97.22%28.24%-
HSV(B)273.43º98.59%55.69%-
XYZ8.213.725.87-
YUV41.28184.84155.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 142 (55.86% from 255) = 63.39%
R=35.71%
G=0.89%
B=63.39%

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
Decimal8021420.440.9900.44273.4397.2228.24
Hex5028E2C6302C111611c
Octal12022165414305442114134
Binary1010000101000111010110011000110101100100010001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50028E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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