Shades of Han Purple #390BCD
Tints of Han Purple #390BCD
RGB
CMYK
RGB Variations
Color information
#390BCD (or 0x390BCD) is known color: Han Purple. HEX triplet: 39, 0B and CD. RGB value is (57,11,205). Sum of RGB (Red+Green+Blue) = 57+11+205=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #390BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390BCD is #C6F432. Grayscale: #2E2E2E. Windows color (decimal): -13038643 or 13437753. OLE color: 13437753.
HSL color Cylindrical-coordinate representation of color #390BCD: hue angle of 254.23º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390BCD is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 11 | 205 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.20 |
| HSL | 254.23º | 0.9% | 0.42% | - |
| HSV(B) | 254.23º | 0.95% | 0.8% | - |
| XYZ | 12.83 | 5.52 | 58.15 | - |
| YUV | 46.87 | 217.24 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 205 | 0.72 | 0.95 | 0 | 0.20 | 254.23 | 0.9 | 0.42 |
| Hex | 39 | B | CD | 48 | 5F | 0 | 14 | FE | 5A | 2A |
| Octal | 71 | 13 | 315 | 110 | 137 | 0 | 24 | 376 | 132 | 52 |
| Binary | 111001 | 1011 | 11001101 | 1001000 | 1011111 | 0 | 10100 | 11111110 | 1011010 | 101010 |
Color Harmonies of #390BCD
Complementary color
Monochromatic Colors of #390BCD
Black with #390BCD
Text Example
Text Example
White with #390BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390BCD; }
p { color: rgb(57,11,205); }
H1.HeaderClassName
{
color: #390BCD;
}
.AnyTagClassName
{
color: #390BCD;
}
</style>
background-color css
<style>
a { background-color: #390BCD; }
a { background-color: rgb(57,11,205); }
div.DivClassName
{
background-color: #390BCD;
}
.BgClassName
{
background-color: #390BCD;
}
</style>
border-color css
<style>
span { border-color: #390BCD; }
span { border-color: rgb(57,11,205); }
td.TdClassName
{
border-color: #390BCD;
}
.TagClassName
{
border-color: #390BCD;
}
</style>