Shades of Han Purple #3F19DB
Tints of Han Purple #3F19DB
RGB
CMYK
RGB Variations
Color information
#3F19DB (or 0x3F19DB) is known color: Han Purple. HEX triplet: 3F, 19 and DB. RGB value is (63,25,219). Sum of RGB (Red+Green+Blue) = 63+25+219=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F19DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F19DB is #C0E624. Grayscale: #393939. Windows color (decimal): -12641829 or 14358847. OLE color: 14358847.
HSL color Cylindrical-coordinate representation of color #3F19DB: hue angle of 251.75º 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 #3F19DB is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 25 | 219 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.14 |
| HSL | 251.75º | 0.8% | 0.48% | - |
| HSV(B) | 251.75º | 0.89% | 0.86% | - |
| XYZ | 15.18 | 6.87 | 67.54 | - |
| YUV | 58.48 | 218.59 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 219 | 0.71 | 0.89 | 0 | 0.14 | 251.75 | 0.8 | 0.48 |
| Hex | 3F | 19 | DB | 47 | 59 | 0 | E | FC | 50 | 30 |
| Octal | 77 | 31 | 333 | 107 | 131 | 0 | 16 | 374 | 120 | 60 |
| Binary | 111111 | 11001 | 11011011 | 1000111 | 1011001 | 0 | 1110 | 11111100 | 1010000 | 110000 |
Color Harmonies of #3F19DB
Complementary color
Monochromatic Colors of #3F19DB
Black with #3F19DB
Text Example
Text Example
White with #3F19DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F19DB; }
p { color: rgb(63,25,219); }
H1.HeaderClassName
{
color: #3F19DB;
}
.AnyTagClassName
{
color: #3F19DB;
}
</style>
background-color css
<style>
a { background-color: #3F19DB; }
a { background-color: rgb(63,25,219); }
div.DivClassName
{
background-color: #3F19DB;
}
.BgClassName
{
background-color: #3F19DB;
}
</style>
border-color css
<style>
span { border-color: #3F19DB; }
span { border-color: rgb(63,25,219); }
td.TdClassName
{
border-color: #3F19DB;
}
.TagClassName
{
border-color: #3F19DB;
}
</style>