Shades of Han Purple #390FCF
Tints of Han Purple #390FCF
RGB
CMYK
RGB Variations
Color information
#390FCF (or 0x390FCF) is known color: Han Purple. HEX triplet: 39, 0F and CF. RGB value is (57,15,207). Sum of RGB (Red+Green+Blue) = 57+15+207=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #390FCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390FCF is #C6F030. Grayscale: #303030. Windows color (decimal): -13037617 or 13569849. OLE color: 13569849.
HSL color Cylindrical-coordinate representation of color #390FCF: hue angle of 253.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390FCF is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 15 | 207 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.19 |
| HSL | 253.13º | 0.86% | 0.44% | - |
| HSV(B) | 253.13º | 0.93% | 0.81% | - |
| XYZ | 13.12 | 5.72 | 59.44 | - |
| YUV | 49.45 | 216.91 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 207 | 0.72 | 0.93 | 0 | 0.19 | 253.13 | 0.86 | 0.44 |
| Hex | 39 | F | CF | 48 | 5D | 0 | 13 | FD | 56 | 2C |
| Octal | 71 | 17 | 317 | 110 | 135 | 0 | 23 | 375 | 126 | 54 |
| Binary | 111001 | 1111 | 11001111 | 1001000 | 1011101 | 0 | 10011 | 11111101 | 1010110 | 101100 |
Color Harmonies of #390FCF
Complementary color
Monochromatic Colors of #390FCF
Black with #390FCF
Text Example
Text Example
White with #390FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390FCF; }
p { color: rgb(57,15,207); }
H1.HeaderClassName
{
color: #390FCF;
}
.AnyTagClassName
{
color: #390FCF;
}
</style>
background-color css
<style>
a { background-color: #390FCF; }
a { background-color: rgb(57,15,207); }
div.DivClassName
{
background-color: #390FCF;
}
.BgClassName
{
background-color: #390FCF;
}
</style>
border-color css
<style>
span { border-color: #390FCF; }
span { border-color: rgb(57,15,207); }
td.TdClassName
{
border-color: #390FCF;
}
.TagClassName
{
border-color: #390FCF;
}
</style>