Shades of Han Purple #390FCE
Tints of Han Purple #390FCE
RGB
CMYK
RGB Variations
Color information
#390FCE (or 0x390FCE) is known color: Han Purple. HEX triplet: 39, 0F and CE. RGB value is (57,15,206). Sum of RGB (Red+Green+Blue) = 57+15+206=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 206 (80.86% from 255 or 74.10% from 278); Max value from RGB is 206 - color contains mainly: blue. Hex color #390FCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390FCE is #C6F031. Grayscale: #303030. Windows color (decimal): -13037618 or 13504313. OLE color: 13504313.
HSL color Cylindrical-coordinate representation of color #390FCE: hue angle of 253.19º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390FCE is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 15 | 206 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.19 |
| HSL | 253.19º | 0.86% | 0.43% | - |
| HSV(B) | 253.19º | 0.93% | 0.81% | - |
| XYZ | 13 | 5.67 | 58.8 | - |
| YUV | 49.33 | 216.41 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 206 | 0.72 | 0.93 | 0 | 0.19 | 253.19 | 0.86 | 0.43 |
| Hex | 39 | F | CE | 48 | 5D | 0 | 13 | FD | 56 | 2B |
| Octal | 71 | 17 | 316 | 110 | 135 | 0 | 23 | 375 | 126 | 53 |
| Binary | 111001 | 1111 | 11001110 | 1001000 | 1011101 | 0 | 10011 | 11111101 | 1010110 | 101011 |
Color Harmonies of #390FCE
Complementary color
Monochromatic Colors of #390FCE
Black with #390FCE
Text Example
Text Example
White with #390FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390FCE; }
p { color: rgb(57,15,206); }
H1.HeaderClassName
{
color: #390FCE;
}
.AnyTagClassName
{
color: #390FCE;
}
</style>
background-color css
<style>
a { background-color: #390FCE; }
a { background-color: rgb(57,15,206); }
div.DivClassName
{
background-color: #390FCE;
}
.BgClassName
{
background-color: #390FCE;
}
</style>
border-color css
<style>
span { border-color: #390FCE; }
span { border-color: rgb(57,15,206); }
td.TdClassName
{
border-color: #390FCE;
}
.TagClassName
{
border-color: #390FCE;
}
</style>