Shades of Han Purple #3721DC
Tints of Han Purple #3721DC
RGB
CMYK
RGB Variations
Color information
#3721DC (or 0x3721DC) is known color: Han Purple. HEX triplet: 37, 21 and DC. RGB value is (55,33,220). Sum of RGB (Red+Green+Blue) = 55+33+220=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #3721DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3721DC is #C8DE23. Grayscale: #3C3C3C. Windows color (decimal): -13164068 or 14426423. OLE color: 14426423.
HSL color Cylindrical-coordinate representation of color #3721DC: hue angle of 247.06º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3721DC is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 33 | 220 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.14 |
| HSL | 247.06º | 0.74% | 0.5% | - |
| HSV(B) | 247.06º | 0.85% | 0.86% | - |
| XYZ | 15.04 | 7.07 | 68.28 | - |
| YUV | 60.9 | 217.79 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 220 | 0.75 | 0.85 | 0 | 0.14 | 247.06 | 0.74 | 0.5 |
| Hex | 37 | 21 | DC | 4B | 55 | 0 | E | F7 | 4A | 32 |
| Octal | 67 | 41 | 334 | 113 | 125 | 0 | 16 | 367 | 112 | 62 |
| Binary | 110111 | 100001 | 11011100 | 1001011 | 1010101 | 0 | 1110 | 11110111 | 1001010 | 110010 |
Color Harmonies of #3721DC
Complementary color
Monochromatic Colors of #3721DC
Black with #3721DC
Text Example
Text Example
White with #3721DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3721DC; }
p { color: rgb(55,33,220); }
H1.HeaderClassName
{
color: #3721DC;
}
.AnyTagClassName
{
color: #3721DC;
}
</style>
background-color css
<style>
a { background-color: #3721DC; }
a { background-color: rgb(55,33,220); }
div.DivClassName
{
background-color: #3721DC;
}
.BgClassName
{
background-color: #3721DC;
}
</style>
border-color css
<style>
span { border-color: #3721DC; }
span { border-color: rgb(55,33,220); }
td.TdClassName
{
border-color: #3721DC;
}
.TagClassName
{
border-color: #3721DC;
}
</style>