#50028D

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

Shades of Indigo #50028D

Tints of Indigo #50028D

Color information

#50028D (or 0x50028D) is unknown color: approx Indigo. HEX triplet: 50, 02 and 8D. RGB value is (80,2,141). Sum of RGB (Red+Green+Blue) = 80+2+141=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #50028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50028D is #AFFD72. Grayscale: #282828. Windows color (decimal): -11533683 or 9241168. OLE color: 9241168.

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

Color convert

RGB802141-
CMYK0.430.9900.45
HSL273.67º97.2%28.04%-
HSV(B)273.67º98.58%55.29%-
XYZ8.143.6725.48-
YUV41.17184.34155.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 141 (55.47% from 255) = 63.23%
R=35.87%
G=0.90%
B=63.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8021410.430.9900.45273.6797.228.04
Hex5028D2B6302D112611c
Octal12022155314305542214134
Binary1010000101000110110101111000110101101100010010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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