Shades of Han Purple #3721DD
Tints of Han Purple #3721DD
RGB
CMYK
RGB Variations
Color information
#3721DD (or 0x3721DD) is known color: Han Purple. HEX triplet: 37, 21 and DD. RGB value is (55,33,221). Sum of RGB (Red+Green+Blue) = 55+33+221=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #3721DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3721DD is #C8DE22. Grayscale: #3C3C3C. Windows color (decimal): -13164067 or 14491959. OLE color: 14491959.
HSL color Cylindrical-coordinate representation of color #3721DD: hue angle of 247.02º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3721DD is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 33 | 221 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.13 |
| HSL | 247.02º | 0.74% | 0.5% | - |
| HSV(B) | 247.02º | 0.85% | 0.87% | - |
| XYZ | 15.17 | 7.12 | 68.98 | - |
| YUV | 61.01 | 218.29 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 221 | 0.75 | 0.85 | 0 | 0.13 | 247.02 | 0.74 | 0.5 |
| Hex | 37 | 21 | DD | 4B | 55 | 0 | D | F7 | 4A | 32 |
| Octal | 67 | 41 | 335 | 113 | 125 | 0 | 15 | 367 | 112 | 62 |
| Binary | 110111 | 100001 | 11011101 | 1001011 | 1010101 | 0 | 1101 | 11110111 | 1001010 | 110010 |
Color Harmonies of #3721DD
Complementary color
Monochromatic Colors of #3721DD
Black with #3721DD
Text Example
Text Example
White with #3721DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3721DD; }
p { color: rgb(55,33,221); }
H1.HeaderClassName
{
color: #3721DD;
}
.AnyTagClassName
{
color: #3721DD;
}
</style>
background-color css
<style>
a { background-color: #3721DD; }
a { background-color: rgb(55,33,221); }
div.DivClassName
{
background-color: #3721DD;
}
.BgClassName
{
background-color: #3721DD;
}
</style>
border-color css
<style>
span { border-color: #3721DD; }
span { border-color: rgb(55,33,221); }
td.TdClassName
{
border-color: #3721DD;
}
.TagClassName
{
border-color: #3721DD;
}
</style>