Tanzanite Hex Code — #3F2B96
RGB, HSL, and CMYK values for Tanzanite.
Tanzanite Color Values
| Format | Value |
|---|---|
| HEX | #3F2B96 |
| RGB | rgb(63, 43, 150) |
| HSL | hsl(251, 55%, 38%) |
| CMYK | cmyk(58%, 71%, 0%, 41%) |
Want to explore more shades? Use our Color Converter
About Tanzanite
Color psychology: Transformation, insight.
Tanzanite (#3F2B96) is a dark shade of purple. It's commonly used in web design, graphic design, and branding where transformation, insight are desired associations.
How to Use Tanzanite in CSS
/* Using HEX */ color: #3F2B96; background-color: #3F2B96; /* Using RGB */ color: rgb(63, 43, 150); /* Using HSL */ color: hsl(251, 55%, 38%);