Shades of Han Purple #390ED3
Tints of Han Purple #390ED3
RGB
CMYK
RGB Variations
Color information
#390ED3 (or 0x390ED3) is known color: Han Purple. HEX triplet: 39, 0E and D3. RGB value is (57,14,211). Sum of RGB (Red+Green+Blue) = 57+14+211=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 211 (82.81% from 255 or 74.82% from 282); Max value from RGB is 211 - color contains mainly: blue. Hex color #390ED3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390ED3 is #C6F12C. Grayscale: #303030. Windows color (decimal): -13037869 or 13831737. OLE color: 13831737.
HSL color Cylindrical-coordinate representation of color #390ED3: hue angle of 253.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390ED3 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 14 | 211 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.17 |
| HSL | 253.1º | 0.88% | 0.44% | - |
| HSV(B) | 253.1º | 0.93% | 0.83% | - |
| XYZ | 13.6 | 5.89 | 62.05 | - |
| YUV | 49.32 | 219.25 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 211 | 0.73 | 0.93 | 0 | 0.17 | 253.1 | 0.88 | 0.44 |
| Hex | 39 | E | D3 | 49 | 5D | 0 | 11 | FD | 58 | 2C |
| Octal | 71 | 16 | 323 | 111 | 135 | 0 | 21 | 375 | 130 | 54 |
| Binary | 111001 | 1110 | 11010011 | 1001001 | 1011101 | 0 | 10001 | 11111101 | 1011000 | 101100 |
Color Harmonies of #390ED3
Complementary color
Monochromatic Colors of #390ED3
Black with #390ED3
Text Example
Text Example
White with #390ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390ED3; }
p { color: rgb(57,14,211); }
H1.HeaderClassName
{
color: #390ED3;
}
.AnyTagClassName
{
color: #390ED3;
}
</style>
background-color css
<style>
a { background-color: #390ED3; }
a { background-color: rgb(57,14,211); }
div.DivClassName
{
background-color: #390ED3;
}
.BgClassName
{
background-color: #390ED3;
}
</style>
border-color css
<style>
span { border-color: #390ED3; }
span { border-color: rgb(57,14,211); }
td.TdClassName
{
border-color: #390ED3;
}
.TagClassName
{
border-color: #390ED3;
}
</style>