Shades of Han Purple #3729DD
Tints of Han Purple #3729DD
RGB
CMYK
RGB Variations
Color information
#3729DD (or 0x3729DD) is known color: Han Purple. HEX triplet: 37, 29 and DD. RGB value is (55,41,221). Sum of RGB (Red+Green+Blue) = 55+41+221=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #3729DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3729DD is #C8D622. Grayscale: #414141. Windows color (decimal): -13162019 or 14494007. OLE color: 14494007.
HSL color Cylindrical-coordinate representation of color #3729DD: hue angle of 244.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3729DD is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 41 | 221 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.13 |
| HSL | 244.67º | 0.73% | 0.51% | - |
| HSV(B) | 244.67º | 0.81% | 0.87% | - |
| XYZ | 15.42 | 7.62 | 69.06 | - |
| YUV | 65.71 | 215.64 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 221 | 0.75 | 0.81 | 0 | 0.13 | 244.67 | 0.73 | 0.51 |
| Hex | 37 | 29 | DD | 4B | 51 | 0 | D | F5 | 49 | 33 |
| Octal | 67 | 51 | 335 | 113 | 121 | 0 | 15 | 365 | 111 | 63 |
| Binary | 110111 | 101001 | 11011101 | 1001011 | 1010001 | 0 | 1101 | 11110101 | 1001001 | 110011 |
Color Harmonies of #3729DD
Complementary color
Monochromatic Colors of #3729DD
Black with #3729DD
Text Example
Text Example
White with #3729DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3729DD; }
p { color: rgb(55,41,221); }
H1.HeaderClassName
{
color: #3729DD;
}
.AnyTagClassName
{
color: #3729DD;
}
</style>
background-color css
<style>
a { background-color: #3729DD; }
a { background-color: rgb(55,41,221); }
div.DivClassName
{
background-color: #3729DD;
}
.BgClassName
{
background-color: #3729DD;
}
</style>
border-color css
<style>
span { border-color: #3729DD; }
span { border-color: rgb(55,41,221); }
td.TdClassName
{
border-color: #3729DD;
}
.TagClassName
{
border-color: #3729DD;
}
</style>