#50149e

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

Shades of Indigo #50149E

Tints of Indigo #50149E

Color information

#50149E (or 0x50149E) is unknown color: approx Indigo. HEX triplet: 50, 14 and 9E. RGB value is (80,20,158). Sum of RGB (Red+Green+Blue) = 80+20+158=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #50149E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50149E is #AFEB61. Grayscale: #353535. Windows color (decimal): -11529058 or 10359888. OLE color: 10359888.

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

Color convert

RGB8020158-
CMYK0.490.8700.38
HSL266.09º77.53%34.9%-
HSV(B)266.09º87.34%61.96%-
XYZ9.734.6732.74-
YUV53.67186.88146.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 20 (8.20% from 255) = 7.75%
BLUE value IS 158 (62.11% from 255) = 61.24%
R=31.01%
G=7.75%
B=61.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80201580.490.8700.38266.0977.5334.9
Hex50149E315702610a4e23
Octal120242366112704641211643
Binary10100001010010011110110001101011101001101000010101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50149e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50149e; }

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

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

<style>
 a { background-color: #50149e; }

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

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

<style>
 span { border-color: #50149e; }

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

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