HSI
The HSI color space is not registered in Color by default
Properties
Name: hsi
White Point: D65 / 2˚
Coordinates:
| Name | Range |
|---|---|
h |
[0, 360) |
s |
[0, 1] |
i |
[0, 1] |

Figure 1. The sRGB gamut represented within the HSI color space.
The HSI model is similar to models like HSL and HSV except that it uses I for intensity instead of Lightness or Value. It does not attempt to "fill" a cylinder by its definition of saturation leading to a very different look when we plot it.

Channel Aliases
| Channels | Aliases |
|---|---|
h |
hue |
s |
saturation |
i |
intensity |
Input/Output
The HSI space is not currently supported in the CSS spec, the parsed input and string output formats use the
color() function format using the custom name --hsi:
The string representation of the color object and the default string output use the
color(--hsi h s i / a) form.