Converts this color to HSV.
PdfColorHsv toHsv() { return PdfColorHsv.fromRgb(red, green, blue, alpha); }