Shades of Han Purple #392BDB
Tints of Han Purple #392BDB
RGB
CMYK
RGB Variations
Color information
#392BDB (or 0x392BDB) is known color: Han Purple. HEX triplet: 39, 2B and DB. RGB value is (57,43,219). Sum of RGB (Red+Green+Blue) = 57+43+219=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #392BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392BDB is #C6D424. Grayscale: #424242. Windows color (decimal): -13030437 or 14363449. OLE color: 14363449.
HSL color Cylindrical-coordinate representation of color #392BDB: hue angle of 244.77º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #392BDB is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 43 | 219 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.14 |
| HSL | 244.77º | 0.71% | 0.51% | - |
| HSV(B) | 244.77º | 0.8% | 0.86% | - |
| XYZ | 15.34 | 7.71 | 67.7 | - |
| YUV | 67.25 | 213.64 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 43 | 219 | 0.74 | 0.80 | 0 | 0.14 | 244.77 | 0.71 | 0.51 |
| Hex | 39 | 2B | DB | 4A | 50 | 0 | E | F5 | 47 | 33 |
| Octal | 71 | 53 | 333 | 112 | 120 | 0 | 16 | 365 | 107 | 63 |
| Binary | 111001 | 101011 | 11011011 | 1001010 | 1010000 | 0 | 1110 | 11110101 | 1000111 | 110011 |
Color Harmonies of #392BDB
Complementary color
Monochromatic Colors of #392BDB
Black with #392BDB
Text Example
Text Example
White with #392BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392BDB; }
p { color: rgb(57,43,219); }
H1.HeaderClassName
{
color: #392BDB;
}
.AnyTagClassName
{
color: #392BDB;
}
</style>
background-color css
<style>
a { background-color: #392BDB; }
a { background-color: rgb(57,43,219); }
div.DivClassName
{
background-color: #392BDB;
}
.BgClassName
{
background-color: #392BDB;
}
</style>
border-color css
<style>
span { border-color: #392BDB; }
span { border-color: rgb(57,43,219); }
td.TdClassName
{
border-color: #392BDB;
}
.TagClassName
{
border-color: #392BDB;
}
</style>