Why is Hex value in CSS code different from table?

I created a rectangle with fill color #4024B2.
When I show this rectangle in the inspect tab, and look up the CSS code (“<>” button), the color is shown as #4024B3, but when I look up the CSS table, it says #4024B2. Is this a bug? Am I missing something? Can someone explain this behavior?