Shades of Han Purple #392CDE
Tints of Han Purple #392CDE
RGB
CMYK
RGB Variations
Color information
#392CDE (or 0x392CDE) is known color: Han Purple. HEX triplet: 39, 2C and DE. RGB value is (57,44,222). Sum of RGB (Red+Green+Blue) = 57+44+222=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #392CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392CDE is #C6D321. Grayscale: #434343. Windows color (decimal): -13030178 or 14560313. OLE color: 14560313.
HSL color Cylindrical-coordinate representation of color #392CDE: hue angle of 244.38º degrees, saturation: 0.73, 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 #392CDE is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 44 | 222 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.13 |
| HSL | 244.38º | 0.73% | 0.52% | - |
| HSV(B) | 244.38º | 0.8% | 0.87% | - |
| XYZ | 15.77 | 7.95 | 69.81 | - |
| YUV | 68.18 | 214.81 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 222 | 0.74 | 0.80 | 0 | 0.13 | 244.38 | 0.73 | 0.52 |
| Hex | 39 | 2C | DE | 4A | 50 | 0 | D | F4 | 49 | 34 |
| Octal | 71 | 54 | 336 | 112 | 120 | 0 | 15 | 364 | 111 | 64 |
| Binary | 111001 | 101100 | 11011110 | 1001010 | 1010000 | 0 | 1101 | 11110100 | 1001001 | 110100 |
Color Harmonies of #392CDE
Complementary color
Monochromatic Colors of #392CDE
Black with #392CDE
Text Example
Text Example
White with #392CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392CDE; }
p { color: rgb(57,44,222); }
H1.HeaderClassName
{
color: #392CDE;
}
.AnyTagClassName
{
color: #392CDE;
}
</style>
background-color css
<style>
a { background-color: #392CDE; }
a { background-color: rgb(57,44,222); }
div.DivClassName
{
background-color: #392CDE;
}
.BgClassName
{
background-color: #392CDE;
}
</style>
border-color css
<style>
span { border-color: #392CDE; }
span { border-color: rgb(57,44,222); }
td.TdClassName
{
border-color: #392CDE;
}
.TagClassName
{
border-color: #392CDE;
}
</style>