Shades of Han Purple #3619DB
Tints of Han Purple #3619DB
RGB
CMYK
RGB Variations
Color information
#3619DB (or 0x3619DB) is known color: Han Purple. HEX triplet: 36, 19 and DB. RGB value is (54,25,219). Sum of RGB (Red+Green+Blue) = 54+25+219=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #3619DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3619DB is #C9E624. Grayscale: #373737. Windows color (decimal): -13231653 or 14358838. OLE color: 14358838.
HSL color Cylindrical-coordinate representation of color #3619DB: hue angle of 248.97º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3619DB is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 25 | 219 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.14 |
| HSL | 248.97º | 0.8% | 0.48% | - |
| HSV(B) | 248.97º | 0.89% | 0.86% | - |
| XYZ | 14.66 | 6.59 | 67.52 | - |
| YUV | 55.79 | 220.11 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 219 | 0.75 | 0.89 | 0 | 0.14 | 248.97 | 0.8 | 0.48 |
| Hex | 36 | 19 | DB | 4B | 59 | 0 | E | F9 | 50 | 30 |
| Octal | 66 | 31 | 333 | 113 | 131 | 0 | 16 | 371 | 120 | 60 |
| Binary | 110110 | 11001 | 11011011 | 1001011 | 1011001 | 0 | 1110 | 11111001 | 1010000 | 110000 |
Color Harmonies of #3619DB
Complementary color
Monochromatic Colors of #3619DB
Black with #3619DB
Text Example
Text Example
White with #3619DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3619DB; }
p { color: rgb(54,25,219); }
H1.HeaderClassName
{
color: #3619DB;
}
.AnyTagClassName
{
color: #3619DB;
}
</style>
background-color css
<style>
a { background-color: #3619DB; }
a { background-color: rgb(54,25,219); }
div.DivClassName
{
background-color: #3619DB;
}
.BgClassName
{
background-color: #3619DB;
}
</style>
border-color css
<style>
span { border-color: #3619DB; }
span { border-color: rgb(54,25,219); }
td.TdClassName
{
border-color: #3619DB;
}
.TagClassName
{
border-color: #3619DB;
}
</style>