Shades of Han Purple #3722DC
Tints of Han Purple #3722DC
RGB
CMYK
RGB Variations
Color information
#3722DC (or 0x3722DC) is known color: Han Purple. HEX triplet: 37, 22 and DC. RGB value is (55,34,220). Sum of RGB (Red+Green+Blue) = 55+34+220=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #3722DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3722DC is #C8DD23. Grayscale: #3C3C3C. Windows color (decimal): -13163812 or 14426679. OLE color: 14426679.
HSL color Cylindrical-coordinate representation of color #3722DC: hue angle of 246.77º degrees, saturation: 0.73, 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 #3722DC is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 34 | 220 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.14 |
| HSL | 246.77º | 0.73% | 0.5% | - |
| HSV(B) | 246.77º | 0.85% | 0.86% | - |
| XYZ | 15.07 | 7.12 | 68.29 | - |
| YUV | 61.48 | 217.46 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 220 | 0.75 | 0.85 | 0 | 0.14 | 246.77 | 0.73 | 0.5 |
| Hex | 37 | 22 | DC | 4B | 55 | 0 | E | F7 | 49 | 32 |
| Octal | 67 | 42 | 334 | 113 | 125 | 0 | 16 | 367 | 111 | 62 |
| Binary | 110111 | 100010 | 11011100 | 1001011 | 1010101 | 0 | 1110 | 11110111 | 1001001 | 110010 |
Color Harmonies of #3722DC
Complementary color
Monochromatic Colors of #3722DC
Black with #3722DC
Text Example
Text Example
White with #3722DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3722DC; }
p { color: rgb(55,34,220); }
H1.HeaderClassName
{
color: #3722DC;
}
.AnyTagClassName
{
color: #3722DC;
}
</style>
background-color css
<style>
a { background-color: #3722DC; }
a { background-color: rgb(55,34,220); }
div.DivClassName
{
background-color: #3722DC;
}
.BgClassName
{
background-color: #3722DC;
}
</style>
border-color css
<style>
span { border-color: #3722DC; }
span { border-color: rgb(55,34,220); }
td.TdClassName
{
border-color: #3722DC;
}
.TagClassName
{
border-color: #3722DC;
}
</style>