Shades of Han Purple #3F19FF
Tints of Han Purple #3F19FF
RGB
CMYK
RGB Variations
Color information
#3F19FF (or 0x3F19FF) is known color: Han Purple. HEX triplet: 3F, 19 and FF. RGB value is (63,25,255). Sum of RGB (Red+Green+Blue) = 63+25+255=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F19FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F19FF is #C0E600. Grayscale: #3D3D3D. Windows color (decimal): -12641793 or 16718143. OLE color: 16718143.
HSL color Cylindrical-coordinate representation of color #3F19FF: hue angle of 249.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F19FF is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 25 | 255 | - |
| CMYK | 0.75 | 0.90 | 0 | 0 |
| HSL | 249.91º | 1% | 0.55% | - |
| HSV(B) | 249.91º | 0.9% | 1% | - |
| XYZ | 20.45 | 8.97 | 95.26 | - |
| YUV | 62.58 | 236.59 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 255 | 0.75 | 0.90 | 0 | 0 | 249.91 | 1 | 0.55 |
| Hex | 3F | 19 | FF | 4B | 5A | 0 | 0 | FA | 64 | 37 |
| Octal | 77 | 31 | 377 | 113 | 132 | 0 | 0 | 372 | 144 | 67 |
| Binary | 111111 | 11001 | 11111111 | 1001011 | 1011010 | 0 | 0 | 11111010 | 1100100 | 110111 |
Color Harmonies of #3F19FF
Complementary color
Monochromatic Colors of #3F19FF
Black with #3F19FF
Text Example
Text Example
White with #3F19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F19FF; }
p { color: rgb(63,25,255); }
H1.HeaderClassName
{
color: #3F19FF;
}
.AnyTagClassName
{
color: #3F19FF;
}
</style>
background-color css
<style>
a { background-color: #3F19FF; }
a { background-color: rgb(63,25,255); }
div.DivClassName
{
background-color: #3F19FF;
}
.BgClassName
{
background-color: #3F19FF;
}
</style>
border-color css
<style>
span { border-color: #3F19FF; }
span { border-color: rgb(63,25,255); }
td.TdClassName
{
border-color: #3F19FF;
}
.TagClassName
{
border-color: #3F19FF;
}
</style>