#50096A

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

Shades of Indigo #50096A

Tints of Indigo #50096A

Color information

#50096A (or 0x50096A) is unknown color: approx Indigo. HEX triplet: 50, 09 and 6A. RGB value is (80,9,106). Sum of RGB (Red+Green+Blue) = 80+9+106=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #50096A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50096A is #AFF695. Grayscale: #282828. Windows color (decimal): -11531926 or 6949200. OLE color: 6949200.

HSL color Cylindrical-coordinate representation of color #50096A: hue angle of 283.92º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50096A is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB809106-
CMYK0.250.9200.58
HSL283.92º84.35%22.55%-
HSV(B)283.92º91.51%41.57%-
XYZ6.012.9413.89-
YUV41.29164.52155.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 9 (3.91% from 255) = 4.62%
BLUE value IS 106 (41.80% from 255) = 54.36%
R=41.03%
G=4.62%
B=54.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8091060.250.9200.58283.9284.3522.55
Hex5096A195C03A11c5417
Octal120111523113407243412427
Binary1010000100111010101100110111000111010100011100101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,9,106); }

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

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

 a { background-color: rgb(80,9,106); }

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

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

 span { border-color: rgb(80,9,106); }

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