Shades of Han Purple #390BE1
Tints of Han Purple #390BE1
RGB
CMYK
RGB Variations
Color information
#390BE1 (or 0x390BE1) is known color: Han Purple. HEX triplet: 39, 0B and E1. RGB value is (57,11,225). Sum of RGB (Red+Green+Blue) = 57+11+225=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 225 (88.28% from 255 or 76.79% from 293); Max value from RGB is 225 - color contains mainly: blue. Hex color #390BE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390BE1 is #C6F41E. Grayscale: #303030. Windows color (decimal): -13038623 or 14748473. OLE color: 14748473.
HSL color Cylindrical-coordinate representation of color #390BE1: hue angle of 252.9º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390BE1 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 11 | 225 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.12 |
| HSL | 252.9º | 0.91% | 0.46% | - |
| HSV(B) | 252.9º | 0.95% | 0.88% | - |
| XYZ | 15.4 | 6.55 | 71.69 | - |
| YUV | 49.15 | 227.24 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 225 | 0.75 | 0.95 | 0 | 0.12 | 252.9 | 0.91 | 0.46 |
| Hex | 39 | B | E1 | 4B | 5F | 0 | C | FD | 5B | 2E |
| Octal | 71 | 13 | 341 | 113 | 137 | 0 | 14 | 375 | 133 | 56 |
| Binary | 111001 | 1011 | 11100001 | 1001011 | 1011111 | 0 | 1100 | 11111101 | 1011011 | 101110 |
Color Harmonies of #390BE1
Complementary color
Monochromatic Colors of #390BE1
Black with #390BE1
Text Example
Text Example
White with #390BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390BE1; }
p { color: rgb(57,11,225); }
H1.HeaderClassName
{
color: #390BE1;
}
.AnyTagClassName
{
color: #390BE1;
}
</style>
background-color css
<style>
a { background-color: #390BE1; }
a { background-color: rgb(57,11,225); }
div.DivClassName
{
background-color: #390BE1;
}
.BgClassName
{
background-color: #390BE1;
}
</style>
border-color css
<style>
span { border-color: #390BE1; }
span { border-color: rgb(57,11,225); }
td.TdClassName
{
border-color: #390BE1;
}
.TagClassName
{
border-color: #390BE1;
}
</style>