Shades of Han Purple #390DF1
Tints of Han Purple #390DF1
RGB
CMYK
RGB Variations
Color information
#390DF1 (or 0x390DF1) is known color: Han Purple. HEX triplet: 39, 0D and F1. RGB value is (57,13,241). Sum of RGB (Red+Green+Blue) = 57+13+241=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 241 (94.53% from 255 or 77.49% from 311); Max value from RGB is 241 - color contains mainly: blue. Hex color #390DF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390DF1 is #C6F20E. Grayscale: #333333. Windows color (decimal): -13038095 or 15797561. OLE color: 15797561.
HSL color Cylindrical-coordinate representation of color #390DF1: hue angle of 251.58º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390DF1 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 13 | 241 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.05 |
| HSL | 251.58º | 0.9% | 0.5% | - |
| HSV(B) | 251.58º | 0.95% | 0.95% | - |
| XYZ | 17.71 | 7.51 | 83.74 | - |
| YUV | 52.15 | 234.58 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 241 | 0.76 | 0.95 | 0 | 0.05 | 251.58 | 0.9 | 0.5 |
| Hex | 39 | D | F1 | 4C | 5F | 0 | 5 | FC | 5A | 32 |
| Octal | 71 | 15 | 361 | 114 | 137 | 0 | 5 | 374 | 132 | 62 |
| Binary | 111001 | 1101 | 11110001 | 1001100 | 1011111 | 0 | 101 | 11111100 | 1011010 | 110010 |
Color Harmonies of #390DF1
Complementary color
Monochromatic Colors of #390DF1
Black with #390DF1
Text Example
Text Example
White with #390DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390DF1; }
p { color: rgb(57,13,241); }
H1.HeaderClassName
{
color: #390DF1;
}
.AnyTagClassName
{
color: #390DF1;
}
</style>
background-color css
<style>
a { background-color: #390DF1; }
a { background-color: rgb(57,13,241); }
div.DivClassName
{
background-color: #390DF1;
}
.BgClassName
{
background-color: #390DF1;
}
</style>
border-color css
<style>
span { border-color: #390DF1; }
span { border-color: rgb(57,13,241); }
td.TdClassName
{
border-color: #390DF1;
}
.TagClassName
{
border-color: #390DF1;
}
</style>