#50058A

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

Shades of Indigo #50058A

Tints of Indigo #50058A

Color information

#50058A (or 0x50058A) is unknown color: approx Indigo. HEX triplet: 50, 05 and 8A. RGB value is (80,5,138). Sum of RGB (Red+Green+Blue) = 80+5+138=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #50058A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50058A is #AFFA75. Grayscale: #2A2A2A. Windows color (decimal): -11532918 or 9045328. OLE color: 9045328.

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

Color convert

RGB805138-
CMYK0.420.9600.46
HSL273.83º93.01%28.04%-
HSV(B)273.83º96.38%54.12%-
XYZ7.953.6524.33-
YUV42.59181.85154.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 138 (54.30% from 255) = 61.88%
R=35.87%
G=2.24%
B=61.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8051380.420.9600.46273.8393.0128.04
Hex5058A2A6002E1125d1c
Octal12052125214005642213534
Binary10100001011000101010101011000000101110100010010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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