Shades of Han Purple #392ADF
Tints of Han Purple #392ADF
RGB
CMYK
RGB Variations
Color information
#392ADF (or 0x392ADF) is known color: Han Purple. HEX triplet: 39, 2A and DF. RGB value is (57,42,223). Sum of RGB (Red+Green+Blue) = 57+42+223=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #392ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392ADF is #C6D520. Grayscale: #424242. Windows color (decimal): -13030689 or 14625337. OLE color: 14625337.
HSL color Cylindrical-coordinate representation of color #392ADF: hue angle of 244.97º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #392ADF is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 42 | 223 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.13 |
| HSL | 244.97º | 0.74% | 0.52% | - |
| HSV(B) | 244.97º | 0.81% | 0.87% | - |
| XYZ | 15.83 | 7.85 | 70.49 | - |
| YUV | 67.12 | 215.97 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 223 | 0.74 | 0.81 | 0 | 0.13 | 244.97 | 0.74 | 0.52 |
| Hex | 39 | 2A | DF | 4A | 51 | 0 | D | F5 | 4A | 34 |
| Octal | 71 | 52 | 337 | 112 | 121 | 0 | 15 | 365 | 112 | 64 |
| Binary | 111001 | 101010 | 11011111 | 1001010 | 1010001 | 0 | 1101 | 11110101 | 1001010 | 110100 |
Color Harmonies of #392ADF
Complementary color
Monochromatic Colors of #392ADF
Black with #392ADF
Text Example
Text Example
White with #392ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392ADF; }
p { color: rgb(57,42,223); }
H1.HeaderClassName
{
color: #392ADF;
}
.AnyTagClassName
{
color: #392ADF;
}
</style>
background-color css
<style>
a { background-color: #392ADF; }
a { background-color: rgb(57,42,223); }
div.DivClassName
{
background-color: #392ADF;
}
.BgClassName
{
background-color: #392ADF;
}
</style>
border-color css
<style>
span { border-color: #392ADF; }
span { border-color: rgb(57,42,223); }
td.TdClassName
{
border-color: #392ADF;
}
.TagClassName
{
border-color: #392ADF;
}
</style>