Shades of Han Purple #390ACE
Tints of Han Purple #390ACE
RGB
CMYK
RGB Variations
Color information
#390ACE (or 0x390ACE) is known color: Han Purple. HEX triplet: 39, 0A and CE. RGB value is (57,10,206). Sum of RGB (Red+Green+Blue) = 57+10+206=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #390ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390ACE is #C6F531. Grayscale: #2D2D2D. Windows color (decimal): -13038898 or 13503033. OLE color: 13503033.
HSL color Cylindrical-coordinate representation of color #390ACE: hue angle of 254.39º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390ACE is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 10 | 206 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.19 |
| HSL | 254.39º | 0.91% | 0.42% | - |
| HSV(B) | 254.39º | 0.95% | 0.81% | - |
| XYZ | 12.94 | 5.54 | 58.78 | - |
| YUV | 46.4 | 218.07 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 206 | 0.72 | 0.95 | 0 | 0.19 | 254.39 | 0.91 | 0.42 |
| Hex | 39 | A | CE | 48 | 5F | 0 | 13 | FE | 5B | 2A |
| Octal | 71 | 12 | 316 | 110 | 137 | 0 | 23 | 376 | 133 | 52 |
| Binary | 111001 | 1010 | 11001110 | 1001000 | 1011111 | 0 | 10011 | 11111110 | 1011011 | 101010 |
Color Harmonies of #390ACE
Complementary color
Monochromatic Colors of #390ACE
Black with #390ACE
Text Example
Text Example
White with #390ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390ACE; }
p { color: rgb(57,10,206); }
H1.HeaderClassName
{
color: #390ACE;
}
.AnyTagClassName
{
color: #390ACE;
}
</style>
background-color css
<style>
a { background-color: #390ACE; }
a { background-color: rgb(57,10,206); }
div.DivClassName
{
background-color: #390ACE;
}
.BgClassName
{
background-color: #390ACE;
}
</style>
border-color css
<style>
span { border-color: #390ACE; }
span { border-color: rgb(57,10,206); }
td.TdClassName
{
border-color: #390ACE;
}
.TagClassName
{
border-color: #390ACE;
}
</style>