Shades of Han Purple #392DE0
Tints of Han Purple #392DE0
RGB
CMYK
RGB Variations
Color information
#392DE0 (or 0x392DE0) is known color: Han Purple. HEX triplet: 39, 2D and E0. RGB value is (57,45,224). Sum of RGB (Red+Green+Blue) = 57+45+224=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 224 (87.89% from 255 or 68.71% from 326); Max value from RGB is 224 - color contains mainly: blue. Hex color #392DE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392DE0 is #C6D21F. Grayscale: #444444. Windows color (decimal): -13029920 or 14691641. OLE color: 14691641.
HSL color Cylindrical-coordinate representation of color #392DE0: hue angle of 244.02º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #392DE0 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 45 | 224 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.12 |
| HSL | 244.02º | 0.74% | 0.53% | - |
| HSV(B) | 244.02º | 0.8% | 0.88% | - |
| XYZ | 16.08 | 8.13 | 71.24 | - |
| YUV | 68.99 | 215.48 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 45 | 224 | 0.75 | 0.80 | 0 | 0.12 | 244.02 | 0.74 | 0.53 |
| Hex | 39 | 2D | E0 | 4B | 50 | 0 | C | F4 | 4A | 35 |
| Octal | 71 | 55 | 340 | 113 | 120 | 0 | 14 | 364 | 112 | 65 |
| Binary | 111001 | 101101 | 11100000 | 1001011 | 1010000 | 0 | 1100 | 11110100 | 1001010 | 110101 |
Color Harmonies of #392DE0
Complementary color
Monochromatic Colors of #392DE0
Black with #392DE0
Text Example
Text Example
White with #392DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392DE0; }
p { color: rgb(57,45,224); }
H1.HeaderClassName
{
color: #392DE0;
}
.AnyTagClassName
{
color: #392DE0;
}
</style>
background-color css
<style>
a { background-color: #392DE0; }
a { background-color: rgb(57,45,224); }
div.DivClassName
{
background-color: #392DE0;
}
.BgClassName
{
background-color: #392DE0;
}
</style>
border-color css
<style>
span { border-color: #392DE0; }
span { border-color: rgb(57,45,224); }
td.TdClassName
{
border-color: #392DE0;
}
.TagClassName
{
border-color: #392DE0;
}
</style>