Shades of Han Purple #3616DC
Tints of Han Purple #3616DC
RGB
CMYK
RGB Variations
Color information
#3616DC (or 0x3616DC) is known color: Han Purple. HEX triplet: 36, 16 and DC. RGB value is (54,22,220). Sum of RGB (Red+Green+Blue) = 54+22+220=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #3616DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3616DC is #C9E923. Grayscale: #353535. Windows color (decimal): -13232420 or 14423606. OLE color: 14423606.
HSL color Cylindrical-coordinate representation of color #3616DC: hue angle of 249.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3616DC is Cyan = 0.75, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 22 | 220 | - |
| CMYK | 0.75 | 0.9 | 0 | 0.14 |
| HSL | 249.7º | 0.82% | 0.47% | - |
| HSV(B) | 249.7º | 0.9% | 0.86% | - |
| XYZ | 14.73 | 6.53 | 68.19 | - |
| YUV | 54.14 | 221.6 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 220 | 0.75 | 0.9 | 0 | 0.14 | 249.7 | 0.82 | 0.47 |
| Hex | 36 | 16 | DC | 4B | 5A | 0 | E | FA | 52 | 2F |
| Octal | 66 | 26 | 334 | 113 | 132 | 0 | 16 | 372 | 122 | 57 |
| Binary | 110110 | 10110 | 11011100 | 1001011 | 1011010 | 0 | 1110 | 11111010 | 1010010 | 101111 |
Color Harmonies of #3616DC
Complementary color
Monochromatic Colors of #3616DC
Black with #3616DC
Text Example
Text Example
White with #3616DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3616DC; }
p { color: rgb(54,22,220); }
H1.HeaderClassName
{
color: #3616DC;
}
.AnyTagClassName
{
color: #3616DC;
}
</style>
background-color css
<style>
a { background-color: #3616DC; }
a { background-color: rgb(54,22,220); }
div.DivClassName
{
background-color: #3616DC;
}
.BgClassName
{
background-color: #3616DC;
}
</style>
border-color css
<style>
span { border-color: #3616DC; }
span { border-color: rgb(54,22,220); }
td.TdClassName
{
border-color: #3616DC;
}
.TagClassName
{
border-color: #3616DC;
}
</style>