Image Color Analyzer

Extracts the colors contained in an image and displays them in a list.

Paste an image, drag & drop it, or double-click to select a file.
 
{{ imageWidth }} x {{ imageHeight }} Colors: {{ totalColorCount.size }} Colors: {{ totalColorCount.size }} -> {{ result.length }} -> {{ percentageFilteredCount }} Analyzing {{ progress.toFixed(2) }}%
Sort: Display count:
Copied!
# Color Percentage R G B RGB (Hex) H S L
{{ index + 1 }}
{{ item.percentage.toFixed(2) }}% {{ item.r }} {{ item.g }} {{ item.b }} {{ item.hex }} {{ item.h }} {{ item.s }} {{ item.l }}