Shades of Han Purple #3F19DA
Tints of Han Purple #3F19DA
RGB
CMYK
RGB Variations
Color information
#3F19DA (or 0x3F19DA) is known color: Han Purple. HEX triplet: 3F, 19 and DA. RGB value is (63,25,218). Sum of RGB (Red+Green+Blue) = 63+25+218=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 218 (85.55% from 255 or 71.24% from 306); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F19DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F19DA is #C0E625. Grayscale: #393939. Windows color (decimal): -12641830 or 14293311. OLE color: 14293311.
HSL color Cylindrical-coordinate representation of color #3F19DA: hue angle of 251.81º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F19DA is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 25 | 218 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.15 |
| HSL | 251.81º | 0.79% | 0.48% | - |
| HSV(B) | 251.81º | 0.89% | 0.85% | - |
| XYZ | 15.05 | 6.81 | 66.85 | - |
| YUV | 58.36 | 218.09 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 218 | 0.71 | 0.89 | 0 | 0.15 | 251.81 | 0.79 | 0.48 |
| Hex | 3F | 19 | DA | 47 | 59 | 0 | F | FC | 4F | 30 |
| Octal | 77 | 31 | 332 | 107 | 131 | 0 | 17 | 374 | 117 | 60 |
| Binary | 111111 | 11001 | 11011010 | 1000111 | 1011001 | 0 | 1111 | 11111100 | 1001111 | 110000 |
Color Harmonies of #3F19DA
Complementary color
Monochromatic Colors of #3F19DA
Black with #3F19DA
Text Example
Text Example
White with #3F19DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F19DA; }
p { color: rgb(63,25,218); }
H1.HeaderClassName
{
color: #3F19DA;
}
.AnyTagClassName
{
color: #3F19DA;
}
</style>
background-color css
<style>
a { background-color: #3F19DA; }
a { background-color: rgb(63,25,218); }
div.DivClassName
{
background-color: #3F19DA;
}
.BgClassName
{
background-color: #3F19DA;
}
</style>
border-color css
<style>
span { border-color: #3F19DA; }
span { border-color: rgb(63,25,218); }
td.TdClassName
{
border-color: #3F19DA;
}
.TagClassName
{
border-color: #3F19DA;
}
</style>