Shades of Han Purple #390ADC
Tints of Han Purple #390ADC
RGB
CMYK
RGB Variations
Color information
#390ADC (or 0x390ADC) is known color: Han Purple. HEX triplet: 39, 0A and DC. RGB value is (57,10,220). Sum of RGB (Red+Green+Blue) = 57+10+220=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 220 (86.33% from 255 or 76.66% from 287); Max value from RGB is 220 - color contains mainly: blue. Hex color #390ADC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390ADC is #C6F523. Grayscale: #2F2F2F. Windows color (decimal): -13038884 or 14420537. OLE color: 14420537.
HSL color Cylindrical-coordinate representation of color #390ADC: hue angle of 253.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390ADC is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 10 | 220 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.14 |
| HSL | 253.43º | 0.91% | 0.45% | - |
| HSV(B) | 253.43º | 0.95% | 0.86% | - |
| XYZ | 14.71 | 6.25 | 68.14 | - |
| YUV | 47.99 | 225.07 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 220 | 0.74 | 0.95 | 0 | 0.14 | 253.43 | 0.91 | 0.45 |
| Hex | 39 | A | DC | 4A | 5F | 0 | E | FD | 5B | 2D |
| Octal | 71 | 12 | 334 | 112 | 137 | 0 | 16 | 375 | 133 | 55 |
| Binary | 111001 | 1010 | 11011100 | 1001010 | 1011111 | 0 | 1110 | 11111101 | 1011011 | 101101 |
Color Harmonies of #390ADC
Complementary color
Monochromatic Colors of #390ADC
Black with #390ADC
Text Example
Text Example
White with #390ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390ADC; }
p { color: rgb(57,10,220); }
H1.HeaderClassName
{
color: #390ADC;
}
.AnyTagClassName
{
color: #390ADC;
}
</style>
background-color css
<style>
a { background-color: #390ADC; }
a { background-color: rgb(57,10,220); }
div.DivClassName
{
background-color: #390ADC;
}
.BgClassName
{
background-color: #390ADC;
}
</style>
border-color css
<style>
span { border-color: #390ADC; }
span { border-color: rgb(57,10,220); }
td.TdClassName
{
border-color: #390ADC;
}
.TagClassName
{
border-color: #390ADC;
}
</style>