Shades of Han Purple #390DFA
Tints of Han Purple #390DFA
RGB
CMYK
RGB Variations
Color information
#390DFA (or 0x390DFA) is known color: Han Purple. HEX triplet: 39, 0D and FA. RGB value is (57,13,250). Sum of RGB (Red+Green+Blue) = 57+13+250=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 250 (98.05% from 255 or 78.12% from 320); Max value from RGB is 250 - color contains mainly: blue. Hex color #390DFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390DFA is #C6F205. Grayscale: #343434. Windows color (decimal): -13038086 or 16387385. OLE color: 16387385.
HSL color Cylindrical-coordinate representation of color #390DFA: hue angle of 251.14º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390DFA is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 13 | 250 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.02 |
| HSL | 251.14º | 0.96% | 0.52% | - |
| HSV(B) | 251.14º | 0.95% | 0.98% | - |
| XYZ | 19.09 | 8.06 | 90.99 | - |
| YUV | 53.17 | 239.08 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 250 | 0.77 | 0.95 | 0 | 0.02 | 251.14 | 0.96 | 0.52 |
| Hex | 39 | D | FA | 4D | 5F | 0 | 2 | FB | 60 | 34 |
| Octal | 71 | 15 | 372 | 115 | 137 | 0 | 2 | 373 | 140 | 64 |
| Binary | 111001 | 1101 | 11111010 | 1001101 | 1011111 | 0 | 10 | 11111011 | 1100000 | 110100 |
Color Harmonies of #390DFA
Complementary color
Monochromatic Colors of #390DFA
Black with #390DFA
Text Example
Text Example
White with #390DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390DFA; }
p { color: rgb(57,13,250); }
H1.HeaderClassName
{
color: #390DFA;
}
.AnyTagClassName
{
color: #390DFA;
}
</style>
background-color css
<style>
a { background-color: #390DFA; }
a { background-color: rgb(57,13,250); }
div.DivClassName
{
background-color: #390DFA;
}
.BgClassName
{
background-color: #390DFA;
}
</style>
border-color css
<style>
span { border-color: #390DFA; }
span { border-color: rgb(57,13,250); }
td.TdClassName
{
border-color: #390DFA;
}
.TagClassName
{
border-color: #390DFA;
}
</style>