Shades of Han Purple #390FD0
Tints of Han Purple #390FD0
RGB
CMYK
RGB Variations
Color information
#390FD0 (or 0x390FD0) is known color: Han Purple. HEX triplet: 39, 0F and D0. RGB value is (57,15,208). Sum of RGB (Red+Green+Blue) = 57+15+208=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 208 (81.64% from 255 or 74.29% from 280); Max value from RGB is 208 - color contains mainly: blue. Hex color #390FD0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390FD0 is #C6F02F. Grayscale: #303030. Windows color (decimal): -13037616 or 13635385. OLE color: 13635385.
HSL color Cylindrical-coordinate representation of color #390FD0: hue angle of 253.06º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390FD0 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 15 | 208 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.18 |
| HSL | 253.06º | 0.87% | 0.44% | - |
| HSV(B) | 253.06º | 0.93% | 0.82% | - |
| XYZ | 13.24 | 5.77 | 60.09 | - |
| YUV | 49.56 | 217.41 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 208 | 0.73 | 0.93 | 0 | 0.18 | 253.06 | 0.87 | 0.44 |
| Hex | 39 | F | D0 | 49 | 5D | 0 | 12 | FD | 57 | 2C |
| Octal | 71 | 17 | 320 | 111 | 135 | 0 | 22 | 375 | 127 | 54 |
| Binary | 111001 | 1111 | 11010000 | 1001001 | 1011101 | 0 | 10010 | 11111101 | 1010111 | 101100 |
Color Harmonies of #390FD0
Complementary color
Monochromatic Colors of #390FD0
Black with #390FD0
Text Example
Text Example
White with #390FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390FD0; }
p { color: rgb(57,15,208); }
H1.HeaderClassName
{
color: #390FD0;
}
.AnyTagClassName
{
color: #390FD0;
}
</style>
background-color css
<style>
a { background-color: #390FD0; }
a { background-color: rgb(57,15,208); }
div.DivClassName
{
background-color: #390FD0;
}
.BgClassName
{
background-color: #390FD0;
}
</style>
border-color css
<style>
span { border-color: #390FD0; }
span { border-color: rgb(57,15,208); }
td.TdClassName
{
border-color: #390FD0;
}
.TagClassName
{
border-color: #390FD0;
}
</style>