Shades of Han Purple #3202E9
Tints of Han Purple #3202E9
RGB
CMYK
RGB Variations
Color information
#3202E9 (or 0x3202E9) is known color: Han Purple. HEX triplet: 32, 02 and E9. RGB value is (50,2,233). Sum of RGB (Red+Green+Blue) = 50+2+233=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 233 (91.41% from 255 or 81.75% from 285); Max value from RGB is 233 - color contains mainly: blue. Hex color #3202E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3202E9 is #CDFD16. Grayscale: #292929. Windows color (decimal): -13499671 or 15270450. OLE color: 15270450.
HSL color Cylindrical-coordinate representation of color #3202E9: hue angle of 252.47º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3202E9 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 2 | 233 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.09 |
| HSL | 252.47º | 0.98% | 0.46% | - |
| HSV(B) | 252.47º | 0.99% | 0.91% | - |
| XYZ | 16.05 | 6.6 | 77.52 | - |
| YUV | 42.69 | 235.4 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 233 | 0.79 | 0.99 | 0 | 0.09 | 252.47 | 0.98 | 0.46 |
| Hex | 32 | 2 | E9 | 4F | 63 | 0 | 9 | FC | 62 | 2E |
| Octal | 62 | 2 | 351 | 117 | 143 | 0 | 11 | 374 | 142 | 56 |
| Binary | 110010 | 10 | 11101001 | 1001111 | 1100011 | 0 | 1001 | 11111100 | 1100010 | 101110 |
Color Harmonies of #3202E9
Complementary color
Monochromatic Colors of #3202E9
Black with #3202E9
Text Example
Text Example
White with #3202E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3202E9; }
p { color: rgb(50,2,233); }
H1.HeaderClassName
{
color: #3202E9;
}
.AnyTagClassName
{
color: #3202E9;
}
</style>
background-color css
<style>
a { background-color: #3202E9; }
a { background-color: rgb(50,2,233); }
div.DivClassName
{
background-color: #3202E9;
}
.BgClassName
{
background-color: #3202E9;
}
</style>
border-color css
<style>
span { border-color: #3202E9; }
span { border-color: rgb(50,2,233); }
td.TdClassName
{
border-color: #3202E9;
}
.TagClassName
{
border-color: #3202E9;
}
</style>