Shades of Han Purple #3624DC
Tints of Han Purple #3624DC
RGB
CMYK
RGB Variations
Color information
#3624DC (or 0x3624DC) is known color: Han Purple. HEX triplet: 36, 24 and DC. RGB value is (54,36,220). Sum of RGB (Red+Green+Blue) = 54+36+220=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #3624DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3624DC is #C9DB23. Grayscale: #3D3D3D. Windows color (decimal): -13228836 or 14427190. OLE color: 14427190.
HSL color Cylindrical-coordinate representation of color #3624DC: hue angle of 245.87º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3624DC is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 36 | 220 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.14 |
| HSL | 245.87º | 0.72% | 0.5% | - |
| HSV(B) | 245.87º | 0.84% | 0.86% | - |
| XYZ | 15.07 | 7.21 | 68.31 | - |
| YUV | 62.36 | 216.96 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 36 | 220 | 0.75 | 0.84 | 0 | 0.14 | 245.87 | 0.72 | 0.5 |
| Hex | 36 | 24 | DC | 4B | 54 | 0 | E | F6 | 48 | 32 |
| Octal | 66 | 44 | 334 | 113 | 124 | 0 | 16 | 366 | 110 | 62 |
| Binary | 110110 | 100100 | 11011100 | 1001011 | 1010100 | 0 | 1110 | 11110110 | 1001000 | 110010 |
Color Harmonies of #3624DC
Complementary color
Monochromatic Colors of #3624DC
Black with #3624DC
Text Example
Text Example
White with #3624DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3624DC; }
p { color: rgb(54,36,220); }
H1.HeaderClassName
{
color: #3624DC;
}
.AnyTagClassName
{
color: #3624DC;
}
</style>
background-color css
<style>
a { background-color: #3624DC; }
a { background-color: rgb(54,36,220); }
div.DivClassName
{
background-color: #3624DC;
}
.BgClassName
{
background-color: #3624DC;
}
</style>
border-color css
<style>
span { border-color: #3624DC; }
span { border-color: rgb(54,36,220); }
td.TdClassName
{
border-color: #3624DC;
}
.TagClassName
{
border-color: #3624DC;
}
</style>