#50129E

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

Shades of Indigo #50129E

Tints of Indigo #50129E

Color information

#50129E (or 0x50129E) is unknown color: approx Indigo. HEX triplet: 50, 12 and 9E. RGB value is (80,18,158). Sum of RGB (Red+Green+Blue) = 80+18+158=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #50129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50129E is #AFED61. Grayscale: #343434. Windows color (decimal): -11529570 or 10359376. OLE color: 10359376.

HSL color Cylindrical-coordinate representation of color #50129E: hue angle of 266.57º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50129E is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8018158-
CMYK0.490.8900.38
HSL266.57º79.55%34.51%-
HSV(B)266.57º88.61%61.96%-
XYZ9.74.6132.73-
YUV52.5187.54147.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 18 (7.42% from 255) = 7.03%
BLUE value IS 158 (62.11% from 255) = 61.72%
R=31.25%
G=7.03%
B=61.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80181580.490.8900.38266.5779.5534.51
Hex50129E315902610b5023
Octal120222366113104641312043
Binary10100001001010011110110001101100101001101000010111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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