Shades of Han Purple #390EDF
Tints of Han Purple #390EDF
RGB
CMYK
RGB Variations
Color information
#390EDF (or 0x390EDF) is known color: Han Purple. HEX triplet: 39, 0E and DF. RGB value is (57,14,223). Sum of RGB (Red+Green+Blue) = 57+14+223=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #390EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390EDF is #C6F120. Grayscale: #313131. Windows color (decimal): -13037857 or 14618169. OLE color: 14618169.
HSL color Cylindrical-coordinate representation of color #390EDF: hue angle of 252.34º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390EDF is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 14 | 223 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.13 |
| HSL | 252.34º | 0.88% | 0.46% | - |
| HSV(B) | 252.34º | 0.94% | 0.87% | - |
| XYZ | 15.16 | 6.51 | 70.27 | - |
| YUV | 50.68 | 225.25 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 223 | 0.74 | 0.94 | 0 | 0.13 | 252.34 | 0.88 | 0.46 |
| Hex | 39 | E | DF | 4A | 5E | 0 | D | FC | 58 | 2E |
| Octal | 71 | 16 | 337 | 112 | 136 | 0 | 15 | 374 | 130 | 56 |
| Binary | 111001 | 1110 | 11011111 | 1001010 | 1011110 | 0 | 1101 | 11111100 | 1011000 | 101110 |
Color Harmonies of #390EDF
Complementary color
Monochromatic Colors of #390EDF
Black with #390EDF
Text Example
Text Example
White with #390EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390EDF; }
p { color: rgb(57,14,223); }
H1.HeaderClassName
{
color: #390EDF;
}
.AnyTagClassName
{
color: #390EDF;
}
</style>
background-color css
<style>
a { background-color: #390EDF; }
a { background-color: rgb(57,14,223); }
div.DivClassName
{
background-color: #390EDF;
}
.BgClassName
{
background-color: #390EDF;
}
</style>
border-color css
<style>
span { border-color: #390EDF; }
span { border-color: rgb(57,14,223); }
td.TdClassName
{
border-color: #390EDF;
}
.TagClassName
{
border-color: #390EDF;
}
</style>