Shades of Han Purple #390DFC
Tints of Han Purple #390DFC
RGB
CMYK
RGB Variations
Color information
#390DFC (or 0x390DFC) is known color: Han Purple. HEX triplet: 39, 0D and FC. RGB value is (57,13,252). Sum of RGB (Red+Green+Blue) = 57+13+252=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 252 (98.83% from 255 or 78.26% from 322); Max value from RGB is 252 - color contains mainly: blue. Hex color #390DFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390DFC is #C6F203. Grayscale: #343434. Windows color (decimal): -13038084 or 16518457. OLE color: 16518457.
HSL color Cylindrical-coordinate representation of color #390DFC: hue angle of 251.05º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390DFC is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 13 | 252 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.01 |
| HSL | 251.05º | 0.98% | 0.52% | - |
| HSV(B) | 251.05º | 0.95% | 0.99% | - |
| XYZ | 19.4 | 8.19 | 92.65 | - |
| YUV | 53.4 | 240.08 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 252 | 0.77 | 0.95 | 0 | 0.01 | 251.05 | 0.98 | 0.52 |
| Hex | 39 | D | FC | 4D | 5F | 0 | 1 | FB | 62 | 34 |
| Octal | 71 | 15 | 374 | 115 | 137 | 0 | 1 | 373 | 142 | 64 |
| Binary | 111001 | 1101 | 11111100 | 1001101 | 1011111 | 0 | 1 | 11111011 | 1100010 | 110100 |
Color Harmonies of #390DFC
Complementary color
Monochromatic Colors of #390DFC
Black with #390DFC
Text Example
Text Example
White with #390DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390DFC; }
p { color: rgb(57,13,252); }
H1.HeaderClassName
{
color: #390DFC;
}
.AnyTagClassName
{
color: #390DFC;
}
</style>
background-color css
<style>
a { background-color: #390DFC; }
a { background-color: rgb(57,13,252); }
div.DivClassName
{
background-color: #390DFC;
}
.BgClassName
{
background-color: #390DFC;
}
</style>
border-color css
<style>
span { border-color: #390DFC; }
span { border-color: rgb(57,13,252); }
td.TdClassName
{
border-color: #390DFC;
}
.TagClassName
{
border-color: #390DFC;
}
</style>