Comment 6 for bug 750503

Revision history for this message
su_v (suv-lp) wrote :

Sorry - there's a small detail wrong in my previous example (math isn't my strongest side either ;) - Inkscape's HSL ranging from 0-255 can have 256 distinct values):
R 30 -> Hue 200° -> 200 / 360 * 256 = 142.22 (-> 142)
G 50 -> Saturation 33% -> 33 / 100 * 256 = 84.48 (-> 85)
B 60 -> Lightness 18% -> 18 / 100 * 256 = 46.08 (-> 45)