Shades of Han Purple #392CDD
Tints of Han Purple #392CDD
RGB
CMYK
RGB Variations
Color information
#392CDD (or 0x392CDD) is known color: Han Purple. HEX triplet: 39, 2C and DD. RGB value is (57,44,221). Sum of RGB (Red+Green+Blue) = 57+44+221=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #392CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392CDD is #C6D322. Grayscale: #434343. Windows color (decimal): -13030179 or 14494777. OLE color: 14494777.
HSL color Cylindrical-coordinate representation of color #392CDD: hue angle of 244.41º degrees, saturation: 0.72, 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 #392CDD is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 44 | 221 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.13 |
| HSL | 244.41º | 0.72% | 0.52% | - |
| HSV(B) | 244.41º | 0.8% | 0.87% | - |
| XYZ | 15.64 | 7.89 | 69.11 | - |
| YUV | 68.07 | 214.31 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 221 | 0.74 | 0.80 | 0 | 0.13 | 244.41 | 0.72 | 0.52 |
| Hex | 39 | 2C | DD | 4A | 50 | 0 | D | F4 | 48 | 34 |
| Octal | 71 | 54 | 335 | 112 | 120 | 0 | 15 | 364 | 110 | 64 |
| Binary | 111001 | 101100 | 11011101 | 1001010 | 1010000 | 0 | 1101 | 11110100 | 1001000 | 110100 |
Color Harmonies of #392CDD
Complementary color
Monochromatic Colors of #392CDD
Black with #392CDD
Text Example
Text Example
White with #392CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392CDD; }
p { color: rgb(57,44,221); }
H1.HeaderClassName
{
color: #392CDD;
}
.AnyTagClassName
{
color: #392CDD;
}
</style>
background-color css
<style>
a { background-color: #392CDD; }
a { background-color: rgb(57,44,221); }
div.DivClassName
{
background-color: #392CDD;
}
.BgClassName
{
background-color: #392CDD;
}
</style>
border-color css
<style>
span { border-color: #392CDD; }
span { border-color: rgb(57,44,221); }
td.TdClassName
{
border-color: #392CDD;
}
.TagClassName
{
border-color: #392CDD;
}
</style>