#50028A

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

Shades of Indigo #50028A

Tints of Indigo #50028A

Color information

#50028A (or 0x50028A) is unknown color: approx Indigo. HEX triplet: 50, 02 and 8A. RGB value is (80,2,138). Sum of RGB (Red+Green+Blue) = 80+2+138=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #50028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50028A is #AFFD75. Grayscale: #282828. Windows color (decimal): -11533686 or 9044560. OLE color: 9044560.

HSL color Cylindrical-coordinate representation of color #50028A: hue angle of 274.41º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50028A is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB802138-
CMYK0.420.9900.46
HSL274.41º97.14%27.45%-
HSV(B)274.41º98.55%54.12%-
XYZ7.923.5824.32-
YUV40.83182.84155.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 138 (54.30% from 255) = 62.73%
R=36.36%
G=0.91%
B=62.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8021380.420.9900.46274.4197.1427.45
Hex5028A2A6302E112611b
Octal12022125214305642214133
Binary1010000101000101010101011000110101110100010010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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