How do i get the RGB value of a pixel ? I am using 'misc.imread' module of 'SciPy' to load the image file. 
When i type :
   
   myimage[x,y]

It gives me a single value. What value is this exactly? And how do i get the exact RGB value of the pixel?