Shades of Han Purple #320DE1
Tints of Han Purple #320DE1
RGB
CMYK
RGB Variations
Color information
#320DE1 (or 0x320DE1) is known color: Han Purple. HEX triplet: 32, 0D and E1. RGB value is (50,13,225). Sum of RGB (Red+Green+Blue) = 50+13+225=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 225 (88.28% from 255 or 78.12% from 288); Max value from RGB is 225 - color contains mainly: blue. Hex color #320DE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320DE1 is #CDF21E. Grayscale: #2F2F2F. Windows color (decimal): -13496863 or 14748978. OLE color: 14748978.
HSL color Cylindrical-coordinate representation of color #320DE1: hue angle of 250.47º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320DE1 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 13 | 225 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.12 |
| HSL | 250.47º | 0.89% | 0.47% | - |
| HSV(B) | 250.47º | 0.94% | 0.88% | - |
| XYZ | 15.05 | 6.4 | 71.68 | - |
| YUV | 48.23 | 227.76 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 225 | 0.78 | 0.94 | 0 | 0.12 | 250.47 | 0.89 | 0.47 |
| Hex | 32 | D | E1 | 4E | 5E | 0 | C | FA | 59 | 2F |
| Octal | 62 | 15 | 341 | 116 | 136 | 0 | 14 | 372 | 131 | 57 |
| Binary | 110010 | 1101 | 11100001 | 1001110 | 1011110 | 0 | 1100 | 11111010 | 1011001 | 101111 |
Color Harmonies of #320DE1
Complementary color
Monochromatic Colors of #320DE1
Black with #320DE1
Text Example
Text Example
White with #320DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320DE1; }
p { color: rgb(50,13,225); }
H1.HeaderClassName
{
color: #320DE1;
}
.AnyTagClassName
{
color: #320DE1;
}
</style>
background-color css
<style>
a { background-color: #320DE1; }
a { background-color: rgb(50,13,225); }
div.DivClassName
{
background-color: #320DE1;
}
.BgClassName
{
background-color: #320DE1;
}
</style>
border-color css
<style>
span { border-color: #320DE1; }
span { border-color: rgb(50,13,225); }
td.TdClassName
{
border-color: #320DE1;
}
.TagClassName
{
border-color: #320DE1;
}
</style>