Shades of Han Purple #4019F8
Tints of Han Purple #4019F8
RGB
CMYK
RGB Variations
Color information
#4019F8 (or 0x4019F8) is known color: Han Purple. HEX triplet: 40, 19 and F8. RGB value is (64,25,248). Sum of RGB (Red+Green+Blue) = 64+25+248=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 248 (97.27% from 255 or 73.59% from 337); Max value from RGB is 248 - color contains mainly: blue. Hex color #4019F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4019F8 is #BFE607. Grayscale: #3D3D3D. Windows color (decimal): -12576264 or 16259392. OLE color: 16259392.
HSL color Cylindrical-coordinate representation of color #4019F8: hue angle of 250.49º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4019F8 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 25 | 248 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.03 |
| HSL | 250.49º | 0.94% | 0.54% | - |
| HSV(B) | 250.49º | 0.9% | 0.97% | - |
| XYZ | 19.41 | 8.56 | 89.44 | - |
| YUV | 62.08 | 232.92 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 248 | 0.74 | 0.90 | 0 | 0.03 | 250.49 | 0.94 | 0.54 |
| Hex | 40 | 19 | F8 | 4A | 5A | 0 | 3 | FA | 5E | 36 |
| Octal | 100 | 31 | 370 | 112 | 132 | 0 | 3 | 372 | 136 | 66 |
| Binary | 1000000 | 11001 | 11111000 | 1001010 | 1011010 | 0 | 11 | 11111010 | 1011110 | 110110 |
Color Harmonies of #4019F8
Complementary color
Monochromatic Colors of #4019F8
Black with #4019F8
Text Example
Text Example
White with #4019F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4019F8; }
p { color: rgb(64,25,248); }
H1.HeaderClassName
{
color: #4019F8;
}
.AnyTagClassName
{
color: #4019F8;
}
</style>
background-color css
<style>
a { background-color: #4019F8; }
a { background-color: rgb(64,25,248); }
div.DivClassName
{
background-color: #4019F8;
}
.BgClassName
{
background-color: #4019F8;
}
</style>
border-color css
<style>
span { border-color: #4019F8; }
span { border-color: rgb(64,25,248); }
td.TdClassName
{
border-color: #4019F8;
}
.TagClassName
{
border-color: #4019F8;
}
</style>