Shades of Han Purple #392CE1
Tints of Han Purple #392CE1
RGB
CMYK
RGB Variations
Color information
#392CE1 (or 0x392CE1) is known color: Han Purple. HEX triplet: 39, 2C and E1. RGB value is (57,44,225). Sum of RGB (Red+Green+Blue) = 57+44+225=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 225 (88.28% from 255 or 69.02% from 326); Max value from RGB is 225 - color contains mainly: blue. Hex color #392CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392CE1 is #C6D31E. Grayscale: #434343. Windows color (decimal): -13030175 or 14756921. OLE color: 14756921.
HSL color Cylindrical-coordinate representation of color #392CE1: hue angle of 244.31º degrees, saturation: 0.75, 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 #392CE1 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 44 | 225 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.12 |
| HSL | 244.31º | 0.75% | 0.53% | - |
| HSV(B) | 244.31º | 0.8% | 0.88% | - |
| XYZ | 16.18 | 8.11 | 71.95 | - |
| YUV | 68.52 | 216.31 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 225 | 0.75 | 0.80 | 0 | 0.12 | 244.31 | 0.75 | 0.53 |
| Hex | 39 | 2C | E1 | 4B | 50 | 0 | C | F4 | 4B | 35 |
| Octal | 71 | 54 | 341 | 113 | 120 | 0 | 14 | 364 | 113 | 65 |
| Binary | 111001 | 101100 | 11100001 | 1001011 | 1010000 | 0 | 1100 | 11110100 | 1001011 | 110101 |
Color Harmonies of #392CE1
Complementary color
Monochromatic Colors of #392CE1
Black with #392CE1
Text Example
Text Example
White with #392CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392CE1; }
p { color: rgb(57,44,225); }
H1.HeaderClassName
{
color: #392CE1;
}
.AnyTagClassName
{
color: #392CE1;
}
</style>
background-color css
<style>
a { background-color: #392CE1; }
a { background-color: rgb(57,44,225); }
div.DivClassName
{
background-color: #392CE1;
}
.BgClassName
{
background-color: #392CE1;
}
</style>
border-color css
<style>
span { border-color: #392CE1; }
span { border-color: rgb(57,44,225); }
td.TdClassName
{
border-color: #392CE1;
}
.TagClassName
{
border-color: #392CE1;
}
</style>