Shades of Han Purple #390AD1
Tints of Han Purple #390AD1
RGB
CMYK
RGB Variations
Color information
#390AD1 (or 0x390AD1) is known color: Han Purple. HEX triplet: 39, 0A and D1. RGB value is (57,10,209). Sum of RGB (Red+Green+Blue) = 57+10+209=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 209 (82.03% from 255 or 75.72% from 276); Max value from RGB is 209 - color contains mainly: blue. Hex color #390AD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390AD1 is #C6F52E. Grayscale: #2D2D2D. Windows color (decimal): -13038895 or 13699641. OLE color: 13699641.
HSL color Cylindrical-coordinate representation of color #390AD1: hue angle of 254.17º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390AD1 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 10 | 209 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.18 |
| HSL | 254.17º | 0.91% | 0.43% | - |
| HSV(B) | 254.17º | 0.95% | 0.82% | - |
| XYZ | 13.3 | 5.69 | 60.72 | - |
| YUV | 46.74 | 219.57 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 209 | 0.73 | 0.95 | 0 | 0.18 | 254.17 | 0.91 | 0.43 |
| Hex | 39 | A | D1 | 49 | 5F | 0 | 12 | FE | 5B | 2B |
| Octal | 71 | 12 | 321 | 111 | 137 | 0 | 22 | 376 | 133 | 53 |
| Binary | 111001 | 1010 | 11010001 | 1001001 | 1011111 | 0 | 10010 | 11111110 | 1011011 | 101011 |
Color Harmonies of #390AD1
Complementary color
Monochromatic Colors of #390AD1
Black with #390AD1
Text Example
Text Example
White with #390AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390AD1; }
p { color: rgb(57,10,209); }
H1.HeaderClassName
{
color: #390AD1;
}
.AnyTagClassName
{
color: #390AD1;
}
</style>
background-color css
<style>
a { background-color: #390AD1; }
a { background-color: rgb(57,10,209); }
div.DivClassName
{
background-color: #390AD1;
}
.BgClassName
{
background-color: #390AD1;
}
</style>
border-color css
<style>
span { border-color: #390AD1; }
span { border-color: rgb(57,10,209); }
td.TdClassName
{
border-color: #390AD1;
}
.TagClassName
{
border-color: #390AD1;
}
</style>