Shades of Han Purple #390FFE
Tints of Han Purple #390FFE
RGB
CMYK
RGB Variations
Color information
#390FFE (or 0x390FFE) is known color: Han Purple. HEX triplet: 39, 0F and FE. RGB value is (57,15,254). Sum of RGB (Red+Green+Blue) = 57+15+254=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 254 (99.61% from 255 or 77.91% from 326); Max value from RGB is 254 - color contains mainly: blue. Hex color #390FFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390FFE is #C6F001. Grayscale: #353535. Windows color (decimal): -13037570 or 16650041. OLE color: 16650041.
HSL color Cylindrical-coordinate representation of color #390FFE: hue angle of 250.54º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390FFE is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 15 | 254 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.00 |
| HSL | 250.54º | 0.99% | 0.53% | - |
| HSV(B) | 250.54º | 0.94% | 1% | - |
| XYZ | 19.75 | 8.37 | 94.34 | - |
| YUV | 54.8 | 240.41 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 254 | 0.78 | 0.94 | 0 | 0.00 | 250.54 | 0.99 | 0.53 |
| Hex | 39 | F | FE | 4E | 5E | 0 | 0 | FB | 63 | 35 |
| Octal | 71 | 17 | 376 | 116 | 136 | 0 | 0 | 373 | 143 | 65 |
| Binary | 111001 | 1111 | 11111110 | 1001110 | 1011110 | 0 | 0 | 11111011 | 1100011 | 110101 |
Color Harmonies of #390FFE
Complementary color
Monochromatic Colors of #390FFE
Black with #390FFE
Text Example
Text Example
White with #390FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390FFE; }
p { color: rgb(57,15,254); }
H1.HeaderClassName
{
color: #390FFE;
}
.AnyTagClassName
{
color: #390FFE;
}
</style>
background-color css
<style>
a { background-color: #390FFE; }
a { background-color: rgb(57,15,254); }
div.DivClassName
{
background-color: #390FFE;
}
.BgClassName
{
background-color: #390FFE;
}
</style>
border-color css
<style>
span { border-color: #390FFE; }
span { border-color: rgb(57,15,254); }
td.TdClassName
{
border-color: #390FFE;
}
.TagClassName
{
border-color: #390FFE;
}
</style>