RGB to HSL
將 RGB 顏色值轉換為 HSL,以實現直覺的色彩處理和設計系統
顏色轉換器
HSL Output
HSL Controls
hsl(0°, 100%, 50%)
其他格式
RGB Value
rgb(255, 0, 0)
HEX Value
#FF0000
十進制值
16711680
CSS 使用
color: hsl(0°, 100%, 50%);
色彩心理學
這種鮮紅色飽和度最高,亮度適中,呈現出強烈而充滿活力的色彩。在大多數文化中,紅色與激情、緊迫感和興奮感聯繫在一起。
轉換範例
鮮豔的紅色
森林綠
皇家藍
柔粉色
深紫色
暖灰色
推薦工具
關於此工具
此 RGB 到 HSL 轉換器連接了數位設計中使用的兩種重要顏色模型,使得以更直觀的方式處理顏色變得更容易。
RGB (Red, Green, Blue) is an additive color model where colors are created by combining light. This system is used for digital displays, with each component ranging from 0 to 255.
HSL (Hue, Saturation, Lightness) represents colors in a way that aligns more naturally with human perception:
- 色調: The color itself, represented as a degree (0-360) on a color wheel
- 飽和: The intensity or purity of the color (0-100%)
- 亮度: How light or dark the color is (0-100%)
HSL is particularly valuable for creating color systems and palettes, as it allows for intuitive adjustments. For example, you can easily create tints by reducing saturation or shades by adjusting lightness while maintaining the same hue. This converter provides accurate translations between RGB and HSL, essential for consistent color implementation across digital projects.