Shades of Han Purple #3616DB
Tints of Han Purple #3616DB
RGB
CMYK
RGB Variations
Color information
#3616DB (or 0x3616DB) is known color: Han Purple. HEX triplet: 36, 16 and DB. RGB value is (54,22,219). Sum of RGB (Red+Green+Blue) = 54+22+219=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #3616DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3616DB is #C9E924. Grayscale: #353535. Windows color (decimal): -13232421 or 14358070. OLE color: 14358070.
HSL color Cylindrical-coordinate representation of color #3616DB: hue angle of 249.75º 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 #3616DB is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 22 | 219 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.14 |
| HSL | 249.75º | 0.82% | 0.47% | - |
| HSV(B) | 249.75º | 0.9% | 0.86% | - |
| XYZ | 14.59 | 6.47 | 67.5 | - |
| YUV | 54.03 | 221.1 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 219 | 0.75 | 0.90 | 0 | 0.14 | 249.75 | 0.82 | 0.47 |
| Hex | 36 | 16 | DB | 4B | 5A | 0 | E | FA | 52 | 2F |
| Octal | 66 | 26 | 333 | 113 | 132 | 0 | 16 | 372 | 122 | 57 |
| Binary | 110110 | 10110 | 11011011 | 1001011 | 1011010 | 0 | 1110 | 11111010 | 1010010 | 101111 |
Color Harmonies of #3616DB
Complementary color
Monochromatic Colors of #3616DB
Black with #3616DB
Text Example
Text Example
White with #3616DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3616DB; }
p { color: rgb(54,22,219); }
H1.HeaderClassName
{
color: #3616DB;
}
.AnyTagClassName
{
color: #3616DB;
}
</style>
background-color css
<style>
a { background-color: #3616DB; }
a { background-color: rgb(54,22,219); }
div.DivClassName
{
background-color: #3616DB;
}
.BgClassName
{
background-color: #3616DB;
}
</style>
border-color css
<style>
span { border-color: #3616DB; }
span { border-color: rgb(54,22,219); }
td.TdClassName
{
border-color: #3616DB;
}
.TagClassName
{
border-color: #3616DB;
}
</style>