Shades of Han Purple #320DE2
Tints of Han Purple #320DE2
RGB
CMYK
RGB Variations
Color information
#320DE2 (or 0x320DE2) is known color: Han Purple. HEX triplet: 32, 0D and E2. RGB value is (50,13,226). Sum of RGB (Red+Green+Blue) = 50+13+226=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 226 (88.67% from 255 or 78.20% from 289); Max value from RGB is 226 - color contains mainly: blue. Hex color #320DE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320DE2 is #CDF21D. Grayscale: #2F2F2F. Windows color (decimal): -13496862 or 14814514. OLE color: 14814514.
HSL color Cylindrical-coordinate representation of color #320DE2: hue angle of 250.42º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320DE2 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 13 | 226 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.11 |
| HSL | 250.42º | 0.89% | 0.47% | - |
| HSV(B) | 250.42º | 0.94% | 0.89% | - |
| XYZ | 15.19 | 6.46 | 72.4 | - |
| YUV | 48.35 | 228.26 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 226 | 0.78 | 0.94 | 0 | 0.11 | 250.42 | 0.89 | 0.47 |
| Hex | 32 | D | E2 | 4E | 5E | 0 | B | FA | 59 | 2F |
| Octal | 62 | 15 | 342 | 116 | 136 | 0 | 13 | 372 | 131 | 57 |
| Binary | 110010 | 1101 | 11100010 | 1001110 | 1011110 | 0 | 1011 | 11111010 | 1011001 | 101111 |
Color Harmonies of #320DE2
Complementary color
Monochromatic Colors of #320DE2
Black with #320DE2
Text Example
Text Example
White with #320DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320DE2; }
p { color: rgb(50,13,226); }
H1.HeaderClassName
{
color: #320DE2;
}
.AnyTagClassName
{
color: #320DE2;
}
</style>
background-color css
<style>
a { background-color: #320DE2; }
a { background-color: rgb(50,13,226); }
div.DivClassName
{
background-color: #320DE2;
}
.BgClassName
{
background-color: #320DE2;
}
</style>
border-color css
<style>
span { border-color: #320DE2; }
span { border-color: rgb(50,13,226); }
td.TdClassName
{
border-color: #320DE2;
}
.TagClassName
{
border-color: #320DE2;
}
</style>