Shades of Han Purple #390DCD
Tints of Han Purple #390DCD
RGB
CMYK
RGB Variations
Color information
#390DCD (or 0x390DCD) is known color: Han Purple. HEX triplet: 39, 0D and CD. RGB value is (57,13,205). Sum of RGB (Red+Green+Blue) = 57+13+205=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 205 (80.47% from 255 or 74.55% from 275); Max value from RGB is 205 - color contains mainly: blue. Hex color #390DCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390DCD is #C6F232. Grayscale: #2F2F2F. Windows color (decimal): -13038131 or 13438265. OLE color: 13438265.
HSL color Cylindrical-coordinate representation of color #390DCD: hue angle of 253.75º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390DCD is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 13 | 205 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.20 |
| HSL | 253.75º | 0.88% | 0.43% | - |
| HSV(B) | 253.75º | 0.94% | 0.8% | - |
| XYZ | 12.85 | 5.57 | 58.15 | - |
| YUV | 48.04 | 216.58 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 205 | 0.72 | 0.94 | 0 | 0.20 | 253.75 | 0.88 | 0.43 |
| Hex | 39 | D | CD | 48 | 5E | 0 | 14 | FE | 58 | 2B |
| Octal | 71 | 15 | 315 | 110 | 136 | 0 | 24 | 376 | 130 | 53 |
| Binary | 111001 | 1101 | 11001101 | 1001000 | 1011110 | 0 | 10100 | 11111110 | 1011000 | 101011 |
Color Harmonies of #390DCD
Complementary color
Monochromatic Colors of #390DCD
Black with #390DCD
Text Example
Text Example
White with #390DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390DCD; }
p { color: rgb(57,13,205); }
H1.HeaderClassName
{
color: #390DCD;
}
.AnyTagClassName
{
color: #390DCD;
}
</style>
background-color css
<style>
a { background-color: #390DCD; }
a { background-color: rgb(57,13,205); }
div.DivClassName
{
background-color: #390DCD;
}
.BgClassName
{
background-color: #390DCD;
}
</style>
border-color css
<style>
span { border-color: #390DCD; }
span { border-color: rgb(57,13,205); }
td.TdClassName
{
border-color: #390DCD;
}
.TagClassName
{
border-color: #390DCD;
}
</style>