Shades of Han Purple #390DEC
Tints of Han Purple #390DEC
RGB
CMYK
RGB Variations
Color information
#390DEC (or 0x390DEC) is known color: Han Purple. HEX triplet: 39, 0D and EC. RGB value is (57,13,236). Sum of RGB (Red+Green+Blue) = 57+13+236=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 236 (92.58% from 255 or 77.12% from 306); Max value from RGB is 236 - color contains mainly: blue. Hex color #390DEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390DEC is #C6F213. Grayscale: #323232. Windows color (decimal): -13038100 or 15469881. OLE color: 15469881.
HSL color Cylindrical-coordinate representation of color #390DEC: hue angle of 251.84º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390DEC is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 13 | 236 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.07 |
| HSL | 251.84º | 0.9% | 0.49% | - |
| HSV(B) | 251.84º | 0.94% | 0.93% | - |
| XYZ | 16.97 | 7.21 | 79.85 | - |
| YUV | 51.58 | 232.08 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 236 | 0.76 | 0.94 | 0 | 0.07 | 251.84 | 0.9 | 0.49 |
| Hex | 39 | D | EC | 4C | 5E | 0 | 7 | FC | 5A | 31 |
| Octal | 71 | 15 | 354 | 114 | 136 | 0 | 7 | 374 | 132 | 61 |
| Binary | 111001 | 1101 | 11101100 | 1001100 | 1011110 | 0 | 111 | 11111100 | 1011010 | 110001 |
Color Harmonies of #390DEC
Complementary color
Monochromatic Colors of #390DEC
Black with #390DEC
Text Example
Text Example
White with #390DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390DEC; }
p { color: rgb(57,13,236); }
H1.HeaderClassName
{
color: #390DEC;
}
.AnyTagClassName
{
color: #390DEC;
}
</style>
background-color css
<style>
a { background-color: #390DEC; }
a { background-color: rgb(57,13,236); }
div.DivClassName
{
background-color: #390DEC;
}
.BgClassName
{
background-color: #390DEC;
}
</style>
border-color css
<style>
span { border-color: #390DEC; }
span { border-color: rgb(57,13,236); }
td.TdClassName
{
border-color: #390DEC;
}
.TagClassName
{
border-color: #390DEC;
}
</style>