Shades of Han Purple #390EFC
Tints of Han Purple #390EFC
RGB
CMYK
RGB Variations
Color information
#390EFC (or 0x390EFC) is known color: Han Purple. HEX triplet: 39, 0E and FC. RGB value is (57,14,252). Sum of RGB (Red+Green+Blue) = 57+14+252=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 252 (98.83% from 255 or 78.02% from 323); Max value from RGB is 252 - color contains mainly: blue. Hex color #390EFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390EFC is #C6F103. Grayscale: #353535. Windows color (decimal): -13037828 or 16518713. OLE color: 16518713.
HSL color Cylindrical-coordinate representation of color #390EFC: hue angle of 250.84º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390EFC is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 14 | 252 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.01 |
| HSL | 250.84º | 0.98% | 0.52% | - |
| HSV(B) | 250.84º | 0.94% | 0.99% | - |
| XYZ | 19.42 | 8.21 | 92.66 | - |
| YUV | 53.99 | 239.75 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 252 | 0.77 | 0.94 | 0 | 0.01 | 250.84 | 0.98 | 0.52 |
| Hex | 39 | E | FC | 4D | 5E | 0 | 1 | FB | 62 | 34 |
| Octal | 71 | 16 | 374 | 115 | 136 | 0 | 1 | 373 | 142 | 64 |
| Binary | 111001 | 1110 | 11111100 | 1001101 | 1011110 | 0 | 1 | 11111011 | 1100010 | 110100 |
Color Harmonies of #390EFC
Complementary color
Monochromatic Colors of #390EFC
Black with #390EFC
Text Example
Text Example
White with #390EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390EFC; }
p { color: rgb(57,14,252); }
H1.HeaderClassName
{
color: #390EFC;
}
.AnyTagClassName
{
color: #390EFC;
}
</style>
background-color css
<style>
a { background-color: #390EFC; }
a { background-color: rgb(57,14,252); }
div.DivClassName
{
background-color: #390EFC;
}
.BgClassName
{
background-color: #390EFC;
}
</style>
border-color css
<style>
span { border-color: #390EFC; }
span { border-color: rgb(57,14,252); }
td.TdClassName
{
border-color: #390EFC;
}
.TagClassName
{
border-color: #390EFC;
}
</style>