Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Hexadecimal to decimal
<?php hexdec(string $hex_string): int|float
<?php                 throw new InvalidArgumentException(sprintf('Invalid "%s" color.', $color));

            }



            return ($background ? '4' : '3') . $this->convertHexColorToAnsi(hexdec($color));

        }



        if (isset(self::COLORS[$color])) {