Shades of Han Purple #390BDA
Tints of Han Purple #390BDA
RGB
CMYK
RGB Variations
Color information
#390BDA (or 0x390BDA) is known color: Han Purple. HEX triplet: 39, 0B and DA. RGB value is (57,11,218). Sum of RGB (Red+Green+Blue) = 57+11+218=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 218 (85.55% from 255 or 76.22% from 286); Max value from RGB is 218 - color contains mainly: blue. Hex color #390BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390BDA is #C6F425. Grayscale: #2F2F2F. Windows color (decimal): -13038630 or 14289721. OLE color: 14289721.
HSL color Cylindrical-coordinate representation of color #390BDA: hue angle of 253.33º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390BDA is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 11 | 218 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.15 |
| HSL | 253.33º | 0.9% | 0.45% | - |
| HSV(B) | 253.33º | 0.95% | 0.85% | - |
| XYZ | 14.46 | 6.17 | 66.76 | - |
| YUV | 48.35 | 223.74 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 218 | 0.74 | 0.95 | 0 | 0.15 | 253.33 | 0.9 | 0.45 |
| Hex | 39 | B | DA | 4A | 5F | 0 | F | FD | 5A | 2D |
| Octal | 71 | 13 | 332 | 112 | 137 | 0 | 17 | 375 | 132 | 55 |
| Binary | 111001 | 1011 | 11011010 | 1001010 | 1011111 | 0 | 1111 | 11111101 | 1011010 | 101101 |
Color Harmonies of #390BDA
Complementary color
Monochromatic Colors of #390BDA
Black with #390BDA
Text Example
Text Example
White with #390BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390BDA; }
p { color: rgb(57,11,218); }
H1.HeaderClassName
{
color: #390BDA;
}
.AnyTagClassName
{
color: #390BDA;
}
</style>
background-color css
<style>
a { background-color: #390BDA; }
a { background-color: rgb(57,11,218); }
div.DivClassName
{
background-color: #390BDA;
}
.BgClassName
{
background-color: #390BDA;
}
</style>
border-color css
<style>
span { border-color: #390BDA; }
span { border-color: rgb(57,11,218); }
td.TdClassName
{
border-color: #390BDA;
}
.TagClassName
{
border-color: #390BDA;
}
</style>