Shades of Han Purple #392CDF
Tints of Han Purple #392CDF
RGB
CMYK
RGB Variations
Color information
#392CDF (or 0x392CDF) is known color: Han Purple. HEX triplet: 39, 2C and DF. RGB value is (57,44,223). Sum of RGB (Red+Green+Blue) = 57+44+223=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #392CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392CDF is #C6D320. Grayscale: #434343. Windows color (decimal): -13030177 or 14625849. OLE color: 14625849.
HSL color Cylindrical-coordinate representation of color #392CDF: hue angle of 244.36º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #392CDF is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 44 | 223 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.13 |
| HSL | 244.36º | 0.74% | 0.52% | - |
| HSV(B) | 244.36º | 0.8% | 0.87% | - |
| XYZ | 15.91 | 8 | 70.52 | - |
| YUV | 68.29 | 215.31 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 223 | 0.74 | 0.80 | 0 | 0.13 | 244.36 | 0.74 | 0.52 |
| Hex | 39 | 2C | DF | 4A | 50 | 0 | D | F4 | 4A | 34 |
| Octal | 71 | 54 | 337 | 112 | 120 | 0 | 15 | 364 | 112 | 64 |
| Binary | 111001 | 101100 | 11011111 | 1001010 | 1010000 | 0 | 1101 | 11110100 | 1001010 | 110100 |
Color Harmonies of #392CDF
Complementary color
Monochromatic Colors of #392CDF
Black with #392CDF
Text Example
Text Example
White with #392CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392CDF; }
p { color: rgb(57,44,223); }
H1.HeaderClassName
{
color: #392CDF;
}
.AnyTagClassName
{
color: #392CDF;
}
</style>
background-color css
<style>
a { background-color: #392CDF; }
a { background-color: rgb(57,44,223); }
div.DivClassName
{
background-color: #392CDF;
}
.BgClassName
{
background-color: #392CDF;
}
</style>
border-color css
<style>
span { border-color: #392CDF; }
span { border-color: rgb(57,44,223); }
td.TdClassName
{
border-color: #392CDF;
}
.TagClassName
{
border-color: #392CDF;
}
</style>