Shades of Han Purple #390FD3
Tints of Han Purple #390FD3
RGB
CMYK
RGB Variations
Color information
#390FD3 (or 0x390FD3) is known color: Han Purple. HEX triplet: 39, 0F and D3. RGB value is (57,15,211). Sum of RGB (Red+Green+Blue) = 57+15+211=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 211 (82.81% from 255 or 74.56% from 283); Max value from RGB is 211 - color contains mainly: blue. Hex color #390FD3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390FD3 is #C6F02C. Grayscale: #313131. Windows color (decimal): -13037613 or 13831993. OLE color: 13831993.
HSL color Cylindrical-coordinate representation of color #390FD3: hue angle of 252.86º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390FD3 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 15 | 211 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.17 |
| HSL | 252.86º | 0.87% | 0.44% | - |
| HSV(B) | 252.86º | 0.93% | 0.83% | - |
| XYZ | 13.62 | 5.91 | 62.05 | - |
| YUV | 49.9 | 218.91 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 211 | 0.73 | 0.93 | 0 | 0.17 | 252.86 | 0.87 | 0.44 |
| Hex | 39 | F | D3 | 49 | 5D | 0 | 11 | FD | 57 | 2C |
| Octal | 71 | 17 | 323 | 111 | 135 | 0 | 21 | 375 | 127 | 54 |
| Binary | 111001 | 1111 | 11010011 | 1001001 | 1011101 | 0 | 10001 | 11111101 | 1010111 | 101100 |
Color Harmonies of #390FD3
Complementary color
Monochromatic Colors of #390FD3
Black with #390FD3
Text Example
Text Example
White with #390FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390FD3; }
p { color: rgb(57,15,211); }
H1.HeaderClassName
{
color: #390FD3;
}
.AnyTagClassName
{
color: #390FD3;
}
</style>
background-color css
<style>
a { background-color: #390FD3; }
a { background-color: rgb(57,15,211); }
div.DivClassName
{
background-color: #390FD3;
}
.BgClassName
{
background-color: #390FD3;
}
</style>
border-color css
<style>
span { border-color: #390FD3; }
span { border-color: rgb(57,15,211); }
td.TdClassName
{
border-color: #390FD3;
}
.TagClassName
{
border-color: #390FD3;
}
</style>