Shades of Han Purple #3726DD
Tints of Han Purple #3726DD
RGB
CMYK
RGB Variations
Color information
#3726DD (or 0x3726DD) is known color: Han Purple. HEX triplet: 37, 26 and DD. RGB value is (55,38,221). Sum of RGB (Red+Green+Blue) = 55+38+221=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #3726DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3726DD is #C8D922. Grayscale: #3F3F3F. Windows color (decimal): -13162787 or 14493239. OLE color: 14493239.
HSL color Cylindrical-coordinate representation of color #3726DD: hue angle of 245.57º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3726DD is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 38 | 221 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.13 |
| HSL | 245.57º | 0.73% | 0.51% | - |
| HSV(B) | 245.57º | 0.83% | 0.87% | - |
| XYZ | 15.32 | 7.42 | 69.03 | - |
| YUV | 63.95 | 216.63 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 38 | 221 | 0.75 | 0.83 | 0 | 0.13 | 245.57 | 0.73 | 0.51 |
| Hex | 37 | 26 | DD | 4B | 53 | 0 | D | F6 | 49 | 33 |
| Octal | 67 | 46 | 335 | 113 | 123 | 0 | 15 | 366 | 111 | 63 |
| Binary | 110111 | 100110 | 11011101 | 1001011 | 1010011 | 0 | 1101 | 11110110 | 1001001 | 110011 |
Color Harmonies of #3726DD
Complementary color
Monochromatic Colors of #3726DD
Black with #3726DD
Text Example
Text Example
White with #3726DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3726DD; }
p { color: rgb(55,38,221); }
H1.HeaderClassName
{
color: #3726DD;
}
.AnyTagClassName
{
color: #3726DD;
}
</style>
background-color css
<style>
a { background-color: #3726DD; }
a { background-color: rgb(55,38,221); }
div.DivClassName
{
background-color: #3726DD;
}
.BgClassName
{
background-color: #3726DD;
}
</style>
border-color css
<style>
span { border-color: #3726DD; }
span { border-color: rgb(55,38,221); }
td.TdClassName
{
border-color: #3726DD;
}
.TagClassName
{
border-color: #3726DD;
}
</style>