Shades of Han Purple #392CEE
Tints of Han Purple #392CEE
RGB
CMYK
RGB Variations
Color information
#392CEE (or 0x392CEE) is known color: Han Purple. HEX triplet: 39, 2C and EE. RGB value is (57,44,238). Sum of RGB (Red+Green+Blue) = 57+44+238=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #392CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392CEE is #C6D311. Grayscale: #454545. Windows color (decimal): -13030162 or 15608889. OLE color: 15608889.
HSL color Cylindrical-coordinate representation of color #392CEE: hue angle of 244.02º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #392CEE is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 44 | 238 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.07 |
| HSL | 244.02º | 0.85% | 0.55% | - |
| HSV(B) | 244.02º | 0.82% | 0.93% | - |
| XYZ | 18.02 | 8.84 | 81.65 | - |
| YUV | 70 | 222.81 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 238 | 0.76 | 0.82 | 0 | 0.07 | 244.02 | 0.85 | 0.55 |
| Hex | 39 | 2C | EE | 4C | 52 | 0 | 7 | F4 | 55 | 37 |
| Octal | 71 | 54 | 356 | 114 | 122 | 0 | 7 | 364 | 125 | 67 |
| Binary | 111001 | 101100 | 11101110 | 1001100 | 1010010 | 0 | 111 | 11110100 | 1010101 | 110111 |
Color Harmonies of #392CEE
Complementary color
Monochromatic Colors of #392CEE
Black with #392CEE
Text Example
Text Example
White with #392CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392CEE; }
p { color: rgb(57,44,238); }
H1.HeaderClassName
{
color: #392CEE;
}
.AnyTagClassName
{
color: #392CEE;
}
</style>
background-color css
<style>
a { background-color: #392CEE; }
a { background-color: rgb(57,44,238); }
div.DivClassName
{
background-color: #392CEE;
}
.BgClassName
{
background-color: #392CEE;
}
</style>
border-color css
<style>
span { border-color: #392CEE; }
span { border-color: rgb(57,44,238); }
td.TdClassName
{
border-color: #392CEE;
}
.TagClassName
{
border-color: #392CEE;
}
</style>