Shades of Han Purple #390FFA
Tints of Han Purple #390FFA
RGB
CMYK
RGB Variations
Color information
#390FFA (or 0x390FFA) is known color: Han Purple. HEX triplet: 39, 0F and FA. RGB value is (57,15,250). Sum of RGB (Red+Green+Blue) = 57+15+250=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 250 (98.05% from 255 or 77.64% from 322); Max value from RGB is 250 - color contains mainly: blue. Hex color #390FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390FFA is #C6F005. Grayscale: #353535. Windows color (decimal): -13037574 or 16387897. OLE color: 16387897.
HSL color Cylindrical-coordinate representation of color #390FFA: hue angle of 250.72º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390FFA is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 15 | 250 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.02 |
| HSL | 250.72º | 0.96% | 0.52% | - |
| HSV(B) | 250.72º | 0.94% | 0.98% | - |
| XYZ | 19.11 | 8.11 | 91 | - |
| YUV | 54.35 | 238.41 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 250 | 0.77 | 0.94 | 0 | 0.02 | 250.72 | 0.96 | 0.52 |
| Hex | 39 | F | FA | 4D | 5E | 0 | 2 | FB | 60 | 34 |
| Octal | 71 | 17 | 372 | 115 | 136 | 0 | 2 | 373 | 140 | 64 |
| Binary | 111001 | 1111 | 11111010 | 1001101 | 1011110 | 0 | 10 | 11111011 | 1100000 | 110100 |
Color Harmonies of #390FFA
Complementary color
Monochromatic Colors of #390FFA
Black with #390FFA
Text Example
Text Example
White with #390FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390FFA; }
p { color: rgb(57,15,250); }
H1.HeaderClassName
{
color: #390FFA;
}
.AnyTagClassName
{
color: #390FFA;
}
</style>
background-color css
<style>
a { background-color: #390FFA; }
a { background-color: rgb(57,15,250); }
div.DivClassName
{
background-color: #390FFA;
}
.BgClassName
{
background-color: #390FFA;
}
</style>
border-color css
<style>
span { border-color: #390FFA; }
span { border-color: rgb(57,15,250); }
td.TdClassName
{
border-color: #390FFA;
}
.TagClassName
{
border-color: #390FFA;
}
</style>