Shades of Han Purple #3629DC
Tints of Han Purple #3629DC
RGB
CMYK
RGB Variations
Color information
#3629DC (or 0x3629DC) is known color: Han Purple. HEX triplet: 36, 29 and DC. RGB value is (54,41,220). Sum of RGB (Red+Green+Blue) = 54+41+220=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #3629DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3629DC is #C9D623. Grayscale: #404040. Windows color (decimal): -13227556 or 14428470. OLE color: 14428470.
HSL color Cylindrical-coordinate representation of color #3629DC: hue angle of 244.36º 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 #3629DC is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 41 | 220 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.14 |
| HSL | 244.36º | 0.72% | 0.51% | - |
| HSV(B) | 244.36º | 0.81% | 0.86% | - |
| XYZ | 15.23 | 7.54 | 68.36 | - |
| YUV | 65.29 | 215.31 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 41 | 220 | 0.75 | 0.81 | 0 | 0.14 | 244.36 | 0.72 | 0.51 |
| Hex | 36 | 29 | DC | 4B | 51 | 0 | E | F4 | 48 | 33 |
| Octal | 66 | 51 | 334 | 113 | 121 | 0 | 16 | 364 | 110 | 63 |
| Binary | 110110 | 101001 | 11011100 | 1001011 | 1010001 | 0 | 1110 | 11110100 | 1001000 | 110011 |
Color Harmonies of #3629DC
Complementary color
Monochromatic Colors of #3629DC
Black with #3629DC
Text Example
Text Example
White with #3629DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3629DC; }
p { color: rgb(54,41,220); }
H1.HeaderClassName
{
color: #3629DC;
}
.AnyTagClassName
{
color: #3629DC;
}
</style>
background-color css
<style>
a { background-color: #3629DC; }
a { background-color: rgb(54,41,220); }
div.DivClassName
{
background-color: #3629DC;
}
.BgClassName
{
background-color: #3629DC;
}
</style>
border-color css
<style>
span { border-color: #3629DC; }
span { border-color: rgb(54,41,220); }
td.TdClassName
{
border-color: #3629DC;
}
.TagClassName
{
border-color: #3629DC;
}
</style>