Shades of Han Purple #392CDA
Tints of Han Purple #392CDA
RGB
CMYK
RGB Variations
Color information
#392CDA (or 0x392CDA) is known color: Han Purple. HEX triplet: 39, 2C and DA. RGB value is (57,44,218). Sum of RGB (Red+Green+Blue) = 57+44+218=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #392CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392CDA is #C6D325. Grayscale: #434343. Windows color (decimal): -13030182 or 14298169. OLE color: 14298169.
HSL color Cylindrical-coordinate representation of color #392CDA: hue angle of 244.48º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #392CDA is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 44 | 218 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.15 |
| HSL | 244.48º | 0.7% | 0.51% | - |
| HSV(B) | 244.48º | 0.8% | 0.85% | - |
| XYZ | 15.24 | 7.73 | 67.02 | - |
| YUV | 67.72 | 212.81 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 218 | 0.74 | 0.80 | 0 | 0.15 | 244.48 | 0.7 | 0.51 |
| Hex | 39 | 2C | DA | 4A | 50 | 0 | F | F4 | 46 | 33 |
| Octal | 71 | 54 | 332 | 112 | 120 | 0 | 17 | 364 | 106 | 63 |
| Binary | 111001 | 101100 | 11011010 | 1001010 | 1010000 | 0 | 1111 | 11110100 | 1000110 | 110011 |
Color Harmonies of #392CDA
Complementary color
Monochromatic Colors of #392CDA
Black with #392CDA
Text Example
Text Example
White with #392CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392CDA; }
p { color: rgb(57,44,218); }
H1.HeaderClassName
{
color: #392CDA;
}
.AnyTagClassName
{
color: #392CDA;
}
</style>
background-color css
<style>
a { background-color: #392CDA; }
a { background-color: rgb(57,44,218); }
div.DivClassName
{
background-color: #392CDA;
}
.BgClassName
{
background-color: #392CDA;
}
</style>
border-color css
<style>
span { border-color: #392CDA; }
span { border-color: rgb(57,44,218); }
td.TdClassName
{
border-color: #392CDA;
}
.TagClassName
{
border-color: #392CDA;
}
</style>