#50128A

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

Shades of Indigo #50128A

Tints of Indigo #50128A

Color information

#50128A (or 0x50128A) is unknown color: approx Indigo. HEX triplet: 50, 12 and 8A. RGB value is (80,18,138). Sum of RGB (Red+Green+Blue) = 80+18+138=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #50128A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50128A is #AFED75. Grayscale: #313131. Windows color (decimal): -11529590 or 9048656. OLE color: 9048656.

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

Color convert

RGB8018138-
CMYK0.420.8700.46
HSL271º76.92%30.59%-
HSV(B)271º86.96%54.12%-
XYZ8.113.9724.38-
YUV50.22177.54149.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.90%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 138 (54.30% from 255) = 58.47%
R=33.90%
G=7.63%
B=58.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80181380.420.8700.4627176.9230.59
Hex50128A2A5702E10f4d1f
Octal120222125212705641711537
Binary1010000100101000101010101010101110101110100001111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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