Shades of Han Purple #3920DD
Tints of Han Purple #3920DD
RGB
CMYK
RGB Variations
Color information
#3920DD (or 0x3920DD) is known color: Han Purple. HEX triplet: 39, 20 and DD. RGB value is (57,32,221). Sum of RGB (Red+Green+Blue) = 57+32+221=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 221 (86.72% from 255 or 71.29% from 310); Max value from RGB is 221 - color contains mainly: blue. Hex color #3920DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3920DD is #C6DF22. Grayscale: #3C3C3C. Windows color (decimal): -13033251 or 14491705. OLE color: 14491705.
HSL color Cylindrical-coordinate representation of color #3920DD: hue angle of 247.94º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3920DD is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 32 | 221 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.13 |
| HSL | 247.94º | 0.75% | 0.5% | - |
| HSV(B) | 247.94º | 0.86% | 0.87% | - |
| XYZ | 15.26 | 7.12 | 68.98 | - |
| YUV | 61.02 | 218.28 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 32 | 221 | 0.74 | 0.86 | 0 | 0.13 | 247.94 | 0.75 | 0.5 |
| Hex | 39 | 20 | DD | 4A | 56 | 0 | D | F8 | 4B | 32 |
| Octal | 71 | 40 | 335 | 112 | 126 | 0 | 15 | 370 | 113 | 62 |
| Binary | 111001 | 100000 | 11011101 | 1001010 | 1010110 | 0 | 1101 | 11111000 | 1001011 | 110010 |
Color Harmonies of #3920DD
Complementary color
Monochromatic Colors of #3920DD
Black with #3920DD
Text Example
Text Example
White with #3920DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3920DD; }
p { color: rgb(57,32,221); }
H1.HeaderClassName
{
color: #3920DD;
}
.AnyTagClassName
{
color: #3920DD;
}
</style>
background-color css
<style>
a { background-color: #3920DD; }
a { background-color: rgb(57,32,221); }
div.DivClassName
{
background-color: #3920DD;
}
.BgClassName
{
background-color: #3920DD;
}
</style>
border-color css
<style>
span { border-color: #3920DD; }
span { border-color: rgb(57,32,221); }
td.TdClassName
{
border-color: #3920DD;
}
.TagClassName
{
border-color: #3920DD;
}
</style>