See the previous post here: Sorting By Color in the LCH Color Space
Updating Luminance Rounding
At some point, I was rounding all my values to the nearest 10, 15, etc.
MROUND(I2,15)
I realized the sort looks visually smoother if Hue rounds up to the next increment.
CEILING.