Convert this color to HSL
PdfColorHsl toHsl() { return PdfColorHsl.fromRgb(red, green, blue, alpha); }