Shades of Han Purple #392FE1
Tints of Han Purple #392FE1
RGB
CMYK
RGB Variations
Color information
#392FE1 (or 0x392FE1) is known color: Han Purple. HEX triplet: 39, 2F and E1. RGB value is (57,47,225). Sum of RGB (Red+Green+Blue) = 57+47+225=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 225 (88.28% from 255 or 68.39% from 329); Max value from RGB is 225 - color contains mainly: blue. Hex color #392FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392FE1 is #C6D01E. Grayscale: #454545. Windows color (decimal): -13029407 or 14757689. OLE color: 14757689.
HSL color Cylindrical-coordinate representation of color #392FE1: hue angle of 243.37º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #392FE1 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 47 | 225 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.12 |
| HSL | 243.37º | 0.75% | 0.53% | - |
| HSV(B) | 243.37º | 0.79% | 0.88% | - |
| XYZ | 16.29 | 8.34 | 71.98 | - |
| YUV | 70.28 | 215.31 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 225 | 0.75 | 0.79 | 0 | 0.12 | 243.37 | 0.75 | 0.53 |
| Hex | 39 | 2F | E1 | 4B | 4F | 0 | C | F3 | 4B | 35 |
| Octal | 71 | 57 | 341 | 113 | 117 | 0 | 14 | 363 | 113 | 65 |
| Binary | 111001 | 101111 | 11100001 | 1001011 | 1001111 | 0 | 1100 | 11110011 | 1001011 | 110101 |
Color Harmonies of #392FE1
Complementary color
Monochromatic Colors of #392FE1
Black with #392FE1
Text Example
Text Example
White with #392FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392FE1; }
p { color: rgb(57,47,225); }
H1.HeaderClassName
{
color: #392FE1;
}
.AnyTagClassName
{
color: #392FE1;
}
</style>
background-color css
<style>
a { background-color: #392FE1; }
a { background-color: rgb(57,47,225); }
div.DivClassName
{
background-color: #392FE1;
}
.BgClassName
{
background-color: #392FE1;
}
</style>
border-color css
<style>
span { border-color: #392FE1; }
span { border-color: rgb(57,47,225); }
td.TdClassName
{
border-color: #392FE1;
}
.TagClassName
{
border-color: #392FE1;
}
</style>