Shades of Han Purple #390FF3
Tints of Han Purple #390FF3
RGB
CMYK
RGB Variations
Color information
#390FF3 (or 0x390FF3) is known color: Han Purple. HEX triplet: 39, 0F and F3. RGB value is (57,15,243). Sum of RGB (Red+Green+Blue) = 57+15+243=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 243 (95.31% from 255 or 77.14% from 315); Max value from RGB is 243 - color contains mainly: blue. Hex color #390FF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390FF3 is #C6F00C. Grayscale: #343434. Windows color (decimal): -13037581 or 15929145. OLE color: 15929145.
HSL color Cylindrical-coordinate representation of color #390FF3: hue angle of 251.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390FF3 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 15 | 243 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.05 |
| HSL | 251.05º | 0.9% | 0.51% | - |
| HSV(B) | 251.05º | 0.94% | 0.95% | - |
| XYZ | 18.04 | 7.68 | 85.33 | - |
| YUV | 53.55 | 234.91 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 243 | 0.77 | 0.94 | 0 | 0.05 | 251.05 | 0.9 | 0.51 |
| Hex | 39 | F | F3 | 4D | 5E | 0 | 5 | FB | 5A | 33 |
| Octal | 71 | 17 | 363 | 115 | 136 | 0 | 5 | 373 | 132 | 63 |
| Binary | 111001 | 1111 | 11110011 | 1001101 | 1011110 | 0 | 101 | 11111011 | 1011010 | 110011 |
Color Harmonies of #390FF3
Complementary color
Monochromatic Colors of #390FF3
Black with #390FF3
Text Example
Text Example
White with #390FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390FF3; }
p { color: rgb(57,15,243); }
H1.HeaderClassName
{
color: #390FF3;
}
.AnyTagClassName
{
color: #390FF3;
}
</style>
background-color css
<style>
a { background-color: #390FF3; }
a { background-color: rgb(57,15,243); }
div.DivClassName
{
background-color: #390FF3;
}
.BgClassName
{
background-color: #390FF3;
}
</style>
border-color css
<style>
span { border-color: #390FF3; }
span { border-color: rgb(57,15,243); }
td.TdClassName
{
border-color: #390FF3;
}
.TagClassName
{
border-color: #390FF3;
}
</style>