Convert RGB/Hex to HSV?

  • Thread starter Thread starter Tou2istTrophy
  • 2 comments
  • 3,695 views
759
France
France
After two months of using the livery editor (and feeling like although the colours were nice, there were too many shades in between that are missing), I discovered that you can actually choose a custom colour! :eek: Can't believe I haven't seen this before.. :odd:

Now I am using some RGB or Hex to HSV/HSB converters, saturation and value seem correct, but hue provides me with a completely different colour.

How can I accurately convert these values?

Thank you.
 
H is stated as a percentage rather than degress in the game. 360° = 100%, therefore each 1° = 0.2777777777777..... so you can DIVIDE the true Hue value by 3.6, or MULTIPLY by 0.277777777777, to get the value for the game.
 
Back