Color Converter
Converti colori tra HEX, RGB, HSL e CMYK. Color picker integrato, generatore di palette complementari, triadiche e analoghe.
Converti Colore
HEX
RGB
HSL
CMYK
Sfumature
Come utilizzare Color Converter
Inserisci o scegli un colore
Digita un valore HEX nel campo apposito oppure usa il color picker per selezionare visivamente il colore desiderato.
Ottieni la conversione in tutti i formati
Il convertitore calcola automaticamente i valori equivalenti in HEX, RGB, HSL e CMYK non appena inserisci o modifichi un colore.
Modifica da qualsiasi formato
Puoi inserire o modificare i valori anche direttamente nei campi RGB, HSL o CMYK: tutti gli altri formati si aggiornano di conseguenza.
Esplora le sfumature e le palette
Nella sezione sfumature puoi selezionare varianti di luminosità. Nella barra laterale trovi le palette complementare, triadica e analoga generate automaticamente.
Copia il valore nel formato preferito
Clicca il pulsante di copia accanto a ciascun formato per copiare il valore negli appunti e usarlo direttamente nel tuo codice CSS o nel software di grafica.
Suggerimenti
- Puoi incollare un codice HEX senza il simbolo # e il convertitore lo aggiungerà automaticamente.
- Usa le sfumature generate per creare scale di colori coerenti per i tuoi componenti UI.
- Per i progetti di stampa, verifica sempre il valore CMYK: i colori molto saturi in RGB potrebbero risultare diversi su carta.
Domande frequenti
How to convert a color from HEX to RGB?
Enter the hexadecimal code (#e.g. #58a6ff) in the designated field and the converter will automatically calculate the corresponding RGB values (e.g. rgb(88, 166, 255)).
What is the difference between HSL and RGB?
RGB describes a color through its red, green, and blue components (values 0-255). HSL describes the color through hue (Hue, 0-360°), saturation (Saturation, 0-100%) and lightness (Lightness, 0-100%), making it more intuitive for designers.
When to use CMYK?
CMYK (Cyan, Magenta, Yellow, Black) is the printing format used. Unlike RGB, which is an additive model for screens, CMYK is a subtractive model that describes ink percentages to apply.
How does the color palette generator work?
The generator automatically calculates harmonious palettes from the base color: the complementary palette uses the opposite color on the chromatic circle (offset +180°), the triadic palette uses three colors equidistantly (+120° and +240°), the analogous palette uses adjacent colors (-30° and +30°).
Can I save previously used colors?
Yes, every converted color is automatically saved in the history (in the "History" section of the sidebar). The history persists in the browser through localStorage and you can click on a previous color to reload it.