Shades of Han Purple #3729DC
Tints of Han Purple #3729DC
RGB
CMYK
RGB Variations
Color information
#3729DC (or 0x3729DC) is known color: Han Purple. HEX triplet: 37, 29 and DC. RGB value is (55,41,220). Sum of RGB (Red+Green+Blue) = 55+41+220=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #3729DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3729DC is #C8D623. Grayscale: #404040. Windows color (decimal): -13162020 or 14428471. OLE color: 14428471.
HSL color Cylindrical-coordinate representation of color #3729DC: hue angle of 244.69º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3729DC is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 41 | 220 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.14 |
| HSL | 244.69º | 0.72% | 0.51% | - |
| HSV(B) | 244.69º | 0.81% | 0.86% | - |
| XYZ | 15.29 | 7.57 | 68.36 | - |
| YUV | 65.59 | 215.14 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 220 | 0.75 | 0.81 | 0 | 0.14 | 244.69 | 0.72 | 0.51 |
| Hex | 37 | 29 | DC | 4B | 51 | 0 | E | F5 | 48 | 33 |
| Octal | 67 | 51 | 334 | 113 | 121 | 0 | 16 | 365 | 110 | 63 |
| Binary | 110111 | 101001 | 11011100 | 1001011 | 1010001 | 0 | 1110 | 11110101 | 1001000 | 110011 |
Color Harmonies of #3729DC
Complementary color
Monochromatic Colors of #3729DC
Black with #3729DC
Text Example
Text Example
White with #3729DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3729DC; }
p { color: rgb(55,41,220); }
H1.HeaderClassName
{
color: #3729DC;
}
.AnyTagClassName
{
color: #3729DC;
}
</style>
background-color css
<style>
a { background-color: #3729DC; }
a { background-color: rgb(55,41,220); }
div.DivClassName
{
background-color: #3729DC;
}
.BgClassName
{
background-color: #3729DC;
}
</style>
border-color css
<style>
span { border-color: #3729DC; }
span { border-color: rgb(55,41,220); }
td.TdClassName
{
border-color: #3729DC;
}
.TagClassName
{
border-color: #3729DC;
}
</style>