Shades of Han Purple #392FE0
Tints of Han Purple #392FE0
RGB
CMYK
RGB Variations
Color information
#392FE0 (or 0x392FE0) is known color: Han Purple. HEX triplet: 39, 2F and E0. RGB value is (57,47,224). Sum of RGB (Red+Green+Blue) = 57+47+224=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 224 (87.89% from 255 or 68.29% from 328); Max value from RGB is 224 - color contains mainly: blue. Hex color #392FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392FE0 is #C6D01F. Grayscale: #454545. Windows color (decimal): -13029408 or 14692153. OLE color: 14692153.
HSL color Cylindrical-coordinate representation of color #392FE0: hue angle of 243.39º degrees, saturation: 0.74, 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 #392FE0 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 47 | 224 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.12 |
| HSL | 243.39º | 0.74% | 0.53% | - |
| HSV(B) | 243.39º | 0.79% | 0.88% | - |
| XYZ | 16.16 | 8.28 | 71.27 | - |
| YUV | 70.17 | 214.81 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 224 | 0.75 | 0.79 | 0 | 0.12 | 243.39 | 0.74 | 0.53 |
| Hex | 39 | 2F | E0 | 4B | 4F | 0 | C | F3 | 4A | 35 |
| Octal | 71 | 57 | 340 | 113 | 117 | 0 | 14 | 363 | 112 | 65 |
| Binary | 111001 | 101111 | 11100000 | 1001011 | 1001111 | 0 | 1100 | 11110011 | 1001010 | 110101 |
Color Harmonies of #392FE0
Complementary color
Monochromatic Colors of #392FE0
Black with #392FE0
Text Example
Text Example
White with #392FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392FE0; }
p { color: rgb(57,47,224); }
H1.HeaderClassName
{
color: #392FE0;
}
.AnyTagClassName
{
color: #392FE0;
}
</style>
background-color css
<style>
a { background-color: #392FE0; }
a { background-color: rgb(57,47,224); }
div.DivClassName
{
background-color: #392FE0;
}
.BgClassName
{
background-color: #392FE0;
}
</style>
border-color css
<style>
span { border-color: #392FE0; }
span { border-color: rgb(57,47,224); }
td.TdClassName
{
border-color: #392FE0;
}
.TagClassName
{
border-color: #392FE0;
}
</style>