Shades of Han Purple #390BFB
Tints of Han Purple #390BFB
RGB
CMYK
RGB Variations
Color information
#390BFB (or 0x390BFB) is known color: Han Purple. HEX triplet: 39, 0B and FB. RGB value is (57,11,251). Sum of RGB (Red+Green+Blue) = 57+11+251=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 251 (98.44% from 255 or 78.68% from 319); Max value from RGB is 251 - color contains mainly: blue. Hex color #390BFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390BFB is #C6F404. Grayscale: #333333. Windows color (decimal): -13038597 or 16452409. OLE color: 16452409.
HSL color Cylindrical-coordinate representation of color #390BFB: hue angle of 251.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390BFB is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 11 | 251 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.02 |
| HSL | 251.5º | 0.97% | 0.51% | - |
| HSV(B) | 251.5º | 0.96% | 0.98% | - |
| XYZ | 19.22 | 8.07 | 91.81 | - |
| YUV | 52.11 | 240.24 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 251 | 0.77 | 0.96 | 0 | 0.02 | 251.5 | 0.97 | 0.51 |
| Hex | 39 | B | FB | 4D | 60 | 0 | 2 | FC | 61 | 33 |
| Octal | 71 | 13 | 373 | 115 | 140 | 0 | 2 | 374 | 141 | 63 |
| Binary | 111001 | 1011 | 11111011 | 1001101 | 1100000 | 0 | 10 | 11111100 | 1100001 | 110011 |
Color Harmonies of #390BFB
Complementary color
Monochromatic Colors of #390BFB
Black with #390BFB
Text Example
Text Example
White with #390BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390BFB; }
p { color: rgb(57,11,251); }
H1.HeaderClassName
{
color: #390BFB;
}
.AnyTagClassName
{
color: #390BFB;
}
</style>
background-color css
<style>
a { background-color: #390BFB; }
a { background-color: rgb(57,11,251); }
div.DivClassName
{
background-color: #390BFB;
}
.BgClassName
{
background-color: #390BFB;
}
</style>
border-color css
<style>
span { border-color: #390BFB; }
span { border-color: rgb(57,11,251); }
td.TdClassName
{
border-color: #390BFB;
}
.TagClassName
{
border-color: #390BFB;
}
</style>