Shades of Han Purple #390AF5
Tints of Han Purple #390AF5
RGB
CMYK
RGB Variations
Color information
#390AF5 (or 0x390AF5) is known color: Han Purple. HEX triplet: 39, 0A and F5. RGB value is (57,10,245). Sum of RGB (Red+Green+Blue) = 57+10+245=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 245 (96.09% from 255 or 78.53% from 312); Max value from RGB is 245 - color contains mainly: blue. Hex color #390AF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390AF5 is #C6F50A. Grayscale: #313131. Windows color (decimal): -13038859 or 16058937. OLE color: 16058937.
HSL color Cylindrical-coordinate representation of color #390AF5: hue angle of 252º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390AF5 is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 57 | 10 | 245 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.04 |
| HSL | 252º | 0.92% | 0.5% | - |
| HSV(B) | 252º | 0.96% | 0.96% | - |
| XYZ | 18.28 | 7.68 | 86.91 | - |
| YUV | 50.84 | 237.57 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 245 | 0.77 | 0.96 | 0 | 0.04 | 252 | 0.92 | 0.5 |
| Hex | 39 | A | F5 | 4D | 60 | 0 | 4 | FC | 5C | 32 |
| Octal | 71 | 12 | 365 | 115 | 140 | 0 | 4 | 374 | 134 | 62 |
| Binary | 111001 | 1010 | 11110101 | 1001101 | 1100000 | 0 | 100 | 11111100 | 1011100 | 110010 |
Color Harmonies of #390AF5
Complementary color
Monochromatic Colors of #390AF5
Black with #390AF5
Text Example
Text Example
White with #390AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390AF5; }
p { color: rgb(57,10,245); }
H1.HeaderClassName
{
color: #390AF5;
}
.AnyTagClassName
{
color: #390AF5;
}
</style>
background-color css
<style>
a { background-color: #390AF5; }
a { background-color: rgb(57,10,245); }
div.DivClassName
{
background-color: #390AF5;
}
.BgClassName
{
background-color: #390AF5;
}
</style>
border-color css
<style>
span { border-color: #390AF5; }
span { border-color: rgb(57,10,245); }
td.TdClassName
{
border-color: #390AF5;
}
.TagClassName
{
border-color: #390AF5;
}
</style>