Shades of Han Purple #390BFA
Tints of Han Purple #390BFA
RGB
CMYK
RGB Variations
Color information
#390BFA (or 0x390BFA) is known color: Han Purple. HEX triplet: 39, 0B and FA. RGB value is (57,11,250). Sum of RGB (Red+Green+Blue) = 57+11+250=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 250 (98.05% from 255 or 78.62% from 318); Max value from RGB is 250 - color contains mainly: blue. Hex color #390BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390BFA is #C6F405. Grayscale: #333333. Windows color (decimal): -13038598 or 16386873. OLE color: 16386873.
HSL color Cylindrical-coordinate representation of color #390BFA: hue angle of 251.55º degrees, saturation: 0.96, 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 #390BFA is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 11 | 250 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.02 |
| HSL | 251.55º | 0.96% | 0.51% | - |
| HSV(B) | 251.55º | 0.96% | 0.98% | - |
| XYZ | 19.06 | 8.01 | 90.98 | - |
| YUV | 52 | 239.74 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 250 | 0.77 | 0.96 | 0 | 0.02 | 251.55 | 0.96 | 0.51 |
| Hex | 39 | B | FA | 4D | 60 | 0 | 2 | FC | 60 | 33 |
| Octal | 71 | 13 | 372 | 115 | 140 | 0 | 2 | 374 | 140 | 63 |
| Binary | 111001 | 1011 | 11111010 | 1001101 | 1100000 | 0 | 10 | 11111100 | 1100000 | 110011 |
Color Harmonies of #390BFA
Complementary color
Monochromatic Colors of #390BFA
Black with #390BFA
Text Example
Text Example
White with #390BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390BFA; }
p { color: rgb(57,11,250); }
H1.HeaderClassName
{
color: #390BFA;
}
.AnyTagClassName
{
color: #390BFA;
}
</style>
background-color css
<style>
a { background-color: #390BFA; }
a { background-color: rgb(57,11,250); }
div.DivClassName
{
background-color: #390BFA;
}
.BgClassName
{
background-color: #390BFA;
}
</style>
border-color css
<style>
span { border-color: #390BFA; }
span { border-color: rgb(57,11,250); }
td.TdClassName
{
border-color: #390BFA;
}
.TagClassName
{
border-color: #390BFA;
}
</style>