Shades of Han Purple #3922DB
Tints of Han Purple #3922DB
RGB
CMYK
RGB Variations
Color information
#3922DB (or 0x3922DB) is known color: Han Purple. HEX triplet: 39, 22 and DB. RGB value is (57,34,219). Sum of RGB (Red+Green+Blue) = 57+34+219=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #3922DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3922DB is #C6DD24. Grayscale: #3D3D3D. Windows color (decimal): -13032741 or 14361145. OLE color: 14361145.
HSL color Cylindrical-coordinate representation of color #3922DB: hue angle of 247.46º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3922DB is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 34 | 219 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.14 |
| HSL | 247.46º | 0.73% | 0.5% | - |
| HSV(B) | 247.46º | 0.84% | 0.86% | - |
| XYZ | 15.05 | 7.13 | 67.6 | - |
| YUV | 61.97 | 216.62 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 34 | 219 | 0.74 | 0.84 | 0 | 0.14 | 247.46 | 0.73 | 0.5 |
| Hex | 39 | 22 | DB | 4A | 54 | 0 | E | F7 | 49 | 32 |
| Octal | 71 | 42 | 333 | 112 | 124 | 0 | 16 | 367 | 111 | 62 |
| Binary | 111001 | 100010 | 11011011 | 1001010 | 1010100 | 0 | 1110 | 11110111 | 1001001 | 110010 |
Color Harmonies of #3922DB
Complementary color
Monochromatic Colors of #3922DB
Black with #3922DB
Text Example
Text Example
White with #3922DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3922DB; }
p { color: rgb(57,34,219); }
H1.HeaderClassName
{
color: #3922DB;
}
.AnyTagClassName
{
color: #3922DB;
}
</style>
background-color css
<style>
a { background-color: #3922DB; }
a { background-color: rgb(57,34,219); }
div.DivClassName
{
background-color: #3922DB;
}
.BgClassName
{
background-color: #3922DB;
}
</style>
border-color css
<style>
span { border-color: #3922DB; }
span { border-color: rgb(57,34,219); }
td.TdClassName
{
border-color: #3922DB;
}
.TagClassName
{
border-color: #3922DB;
}
</style>