Shades of Han Purple #392CEC
Tints of Han Purple #392CEC
RGB
CMYK
RGB Variations
Color information
#392CEC (or 0x392CEC) is known color: Han Purple. HEX triplet: 39, 2C and EC. RGB value is (57,44,236). Sum of RGB (Red+Green+Blue) = 57+44+236=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #392CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392CEC is #C6D313. Grayscale: #454545. Windows color (decimal): -13030164 or 15477817. OLE color: 15477817.
HSL color Cylindrical-coordinate representation of color #392CEC: hue angle of 244.06º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #392CEC is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 44 | 236 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.07 |
| HSL | 244.06º | 0.83% | 0.55% | - |
| HSV(B) | 244.06º | 0.81% | 0.93% | - |
| XYZ | 17.73 | 8.73 | 80.11 | - |
| YUV | 69.78 | 221.81 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 236 | 0.76 | 0.81 | 0 | 0.07 | 244.06 | 0.83 | 0.55 |
| Hex | 39 | 2C | EC | 4C | 51 | 0 | 7 | F4 | 53 | 37 |
| Octal | 71 | 54 | 354 | 114 | 121 | 0 | 7 | 364 | 123 | 67 |
| Binary | 111001 | 101100 | 11101100 | 1001100 | 1010001 | 0 | 111 | 11110100 | 1010011 | 110111 |
Color Harmonies of #392CEC
Complementary color
Monochromatic Colors of #392CEC
Black with #392CEC
Text Example
Text Example
White with #392CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392CEC; }
p { color: rgb(57,44,236); }
H1.HeaderClassName
{
color: #392CEC;
}
.AnyTagClassName
{
color: #392CEC;
}
</style>
background-color css
<style>
a { background-color: #392CEC; }
a { background-color: rgb(57,44,236); }
div.DivClassName
{
background-color: #392CEC;
}
.BgClassName
{
background-color: #392CEC;
}
</style>
border-color css
<style>
span { border-color: #392CEC; }
span { border-color: rgb(57,44,236); }
td.TdClassName
{
border-color: #392CEC;
}
.TagClassName
{
border-color: #392CEC;
}
</style>