#50149A

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

Shades of Indigo #50149A

Tints of Indigo #50149A

Color information

#50149A (or 0x50149A) is unknown color: approx Indigo. HEX triplet: 50, 14 and 9A. RGB value is (80,20,154). Sum of RGB (Red+Green+Blue) = 80+20+154=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 154 (60.55% from 255 or 60.63% from 254); Max value from RGB is 154 - color contains mainly: blue. Hex color #50149A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50149A is #AFEB65. Grayscale: #343434. Windows color (decimal): -11529062 or 10097744. OLE color: 10097744.

HSL color Cylindrical-coordinate representation of color #50149A: hue angle of 266.87º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50149A is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8020154-
CMYK0.480.8700.40
HSL266.87º77.01%34.12%-
HSV(B)266.87º87.01%60.39%-
XYZ9.394.5430.95-
YUV53.22184.88147.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 20 (8.20% from 255) = 7.87%
BLUE value IS 154 (60.55% from 255) = 60.63%
R=31.50%
G=7.87%
B=60.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80201540.480.8700.40266.8777.0134.12
Hex50149A305702810b4d22
Octal120242326012705041311542
Binary10100001010010011010110000101011101010001000010111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50149A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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