Shades of Han Purple #390BDD
Tints of Han Purple #390BDD
RGB
CMYK
RGB Variations
Color information
#390BDD (or 0x390BDD) is known color: Han Purple. HEX triplet: 39, 0B and DD. RGB value is (57,11,221). Sum of RGB (Red+Green+Blue) = 57+11+221=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #390BDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390BDD is #C6F422. Grayscale: #2F2F2F. Windows color (decimal): -13038627 or 14486329. OLE color: 14486329.
HSL color Cylindrical-coordinate representation of color #390BDD: hue angle of 253.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390BDD is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 11 | 221 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.13 |
| HSL | 253.14º | 0.91% | 0.45% | - |
| HSV(B) | 253.14º | 0.95% | 0.87% | - |
| XYZ | 14.86 | 6.33 | 68.85 | - |
| YUV | 48.69 | 225.24 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 221 | 0.74 | 0.95 | 0 | 0.13 | 253.14 | 0.91 | 0.45 |
| Hex | 39 | B | DD | 4A | 5F | 0 | D | FD | 5B | 2D |
| Octal | 71 | 13 | 335 | 112 | 137 | 0 | 15 | 375 | 133 | 55 |
| Binary | 111001 | 1011 | 11011101 | 1001010 | 1011111 | 0 | 1101 | 11111101 | 1011011 | 101101 |
Color Harmonies of #390BDD
Complementary color
Monochromatic Colors of #390BDD
Black with #390BDD
Text Example
Text Example
White with #390BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390BDD; }
p { color: rgb(57,11,221); }
H1.HeaderClassName
{
color: #390BDD;
}
.AnyTagClassName
{
color: #390BDD;
}
</style>
background-color css
<style>
a { background-color: #390BDD; }
a { background-color: rgb(57,11,221); }
div.DivClassName
{
background-color: #390BDD;
}
.BgClassName
{
background-color: #390BDD;
}
</style>
border-color css
<style>
span { border-color: #390BDD; }
span { border-color: rgb(57,11,221); }
td.TdClassName
{
border-color: #390BDD;
}
.TagClassName
{
border-color: #390BDD;
}
</style>