Shades of Han Purple #390DFB
Tints of Han Purple #390DFB
RGB
CMYK
RGB Variations
Color information
#390DFB (or 0x390DFB) is known color: Han Purple. HEX triplet: 39, 0D and FB. RGB value is (57,13,251). Sum of RGB (Red+Green+Blue) = 57+13+251=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 251 (98.44% from 255 or 78.19% from 321); Max value from RGB is 251 - color contains mainly: blue. Hex color #390DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390DFB is #C6F204. Grayscale: #343434. Windows color (decimal): -13038085 or 16452921. OLE color: 16452921.
HSL color Cylindrical-coordinate representation of color #390DFB: hue angle of 251.09º degrees, saturation: 0.97, 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 #390DFB is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 13 | 251 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.02 |
| HSL | 251.09º | 0.97% | 0.52% | - |
| HSV(B) | 251.09º | 0.95% | 0.98% | - |
| XYZ | 19.24 | 8.12 | 91.82 | - |
| YUV | 53.29 | 239.58 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 251 | 0.77 | 0.95 | 0 | 0.02 | 251.09 | 0.97 | 0.52 |
| Hex | 39 | D | FB | 4D | 5F | 0 | 2 | FB | 61 | 34 |
| Octal | 71 | 15 | 373 | 115 | 137 | 0 | 2 | 373 | 141 | 64 |
| Binary | 111001 | 1101 | 11111011 | 1001101 | 1011111 | 0 | 10 | 11111011 | 1100001 | 110100 |
Color Harmonies of #390DFB
Complementary color
Monochromatic Colors of #390DFB
Black with #390DFB
Text Example
Text Example
White with #390DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390DFB; }
p { color: rgb(57,13,251); }
H1.HeaderClassName
{
color: #390DFB;
}
.AnyTagClassName
{
color: #390DFB;
}
</style>
background-color css
<style>
a { background-color: #390DFB; }
a { background-color: rgb(57,13,251); }
div.DivClassName
{
background-color: #390DFB;
}
.BgClassName
{
background-color: #390DFB;
}
</style>
border-color css
<style>
span { border-color: #390DFB; }
span { border-color: rgb(57,13,251); }
td.TdClassName
{
border-color: #390DFB;
}
.TagClassName
{
border-color: #390DFB;
}
</style>