Shades of Han Purple #390DF8
Tints of Han Purple #390DF8
RGB
CMYK
RGB Variations
Color information
#390DF8 (or 0x390DF8) is known color: Han Purple. HEX triplet: 39, 0D and F8. RGB value is (57,13,248). Sum of RGB (Red+Green+Blue) = 57+13+248=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 248 (97.27% from 255 or 77.99% from 318); Max value from RGB is 248 - color contains mainly: blue. Hex color #390DF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390DF8 is #C6F207. Grayscale: #343434. Windows color (decimal): -13038088 or 16256313. OLE color: 16256313.
HSL color Cylindrical-coordinate representation of color #390DF8: hue angle of 251.23º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390DF8 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 57 | 13 | 248 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.03 |
| HSL | 251.23º | 0.94% | 0.51% | - |
| HSV(B) | 251.23º | 0.95% | 0.97% | - |
| XYZ | 18.77 | 7.94 | 89.35 | - |
| YUV | 52.95 | 238.08 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 248 | 0.77 | 0.95 | 0 | 0.03 | 251.23 | 0.94 | 0.51 |
| Hex | 39 | D | F8 | 4D | 5F | 0 | 3 | FB | 5E | 33 |
| Octal | 71 | 15 | 370 | 115 | 137 | 0 | 3 | 373 | 136 | 63 |
| Binary | 111001 | 1101 | 11111000 | 1001101 | 1011111 | 0 | 11 | 11111011 | 1011110 | 110011 |
Color Harmonies of #390DF8
Complementary color
Monochromatic Colors of #390DF8
Black with #390DF8
Text Example
Text Example
White with #390DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390DF8; }
p { color: rgb(57,13,248); }
H1.HeaderClassName
{
color: #390DF8;
}
.AnyTagClassName
{
color: #390DF8;
}
</style>
background-color css
<style>
a { background-color: #390DF8; }
a { background-color: rgb(57,13,248); }
div.DivClassName
{
background-color: #390DF8;
}
.BgClassName
{
background-color: #390DF8;
}
</style>
border-color css
<style>
span { border-color: #390DF8; }
span { border-color: rgb(57,13,248); }
td.TdClassName
{
border-color: #390DF8;
}
.TagClassName
{
border-color: #390DF8;
}
</style>