Shades of Han Purple #390FE5
Tints of Han Purple #390FE5
RGB
CMYK
RGB Variations
Color information
#390FE5 (or 0x390FE5) is known color: Han Purple. HEX triplet: 39, 0F and E5. RGB value is (57,15,229). Sum of RGB (Red+Green+Blue) = 57+15+229=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 229 (89.84% from 255 or 76.08% from 301); Max value from RGB is 229 - color contains mainly: blue. Hex color #390FE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390FE5 is #C6F01A. Grayscale: #333333. Windows color (decimal): -13037595 or 15011641. OLE color: 15011641.
HSL color Cylindrical-coordinate representation of color #390FE5: hue angle of 251.78º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390FE5 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 15 | 229 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.10 |
| HSL | 251.78º | 0.88% | 0.48% | - |
| HSV(B) | 251.78º | 0.93% | 0.9% | - |
| XYZ | 16 | 6.87 | 74.61 | - |
| YUV | 51.95 | 227.91 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 229 | 0.75 | 0.93 | 0 | 0.10 | 251.78 | 0.88 | 0.48 |
| Hex | 39 | F | E5 | 4B | 5D | 0 | A | FC | 58 | 30 |
| Octal | 71 | 17 | 345 | 113 | 135 | 0 | 12 | 374 | 130 | 60 |
| Binary | 111001 | 1111 | 11100101 | 1001011 | 1011101 | 0 | 1010 | 11111100 | 1011000 | 110000 |
Color Harmonies of #390FE5
Complementary color
Monochromatic Colors of #390FE5
Black with #390FE5
Text Example
Text Example
White with #390FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390FE5; }
p { color: rgb(57,15,229); }
H1.HeaderClassName
{
color: #390FE5;
}
.AnyTagClassName
{
color: #390FE5;
}
</style>
background-color css
<style>
a { background-color: #390FE5; }
a { background-color: rgb(57,15,229); }
div.DivClassName
{
background-color: #390FE5;
}
.BgClassName
{
background-color: #390FE5;
}
</style>
border-color css
<style>
span { border-color: #390FE5; }
span { border-color: rgb(57,15,229); }
td.TdClassName
{
border-color: #390FE5;
}
.TagClassName
{
border-color: #390FE5;
}
</style>