Shades of Han Purple #4016F8
Tints of Han Purple #4016F8
RGB
CMYK
RGB Variations
Color information
#4016F8 (or 0x4016F8) is known color: Han Purple. HEX triplet: 40, 16 and F8. RGB value is (64,22,248). Sum of RGB (Red+Green+Blue) = 64+22+248=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 248 (97.27% from 255 or 74.25% from 334); Max value from RGB is 248 - color contains mainly: blue. Hex color #4016F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4016F8 is #BFE907. Grayscale: #3B3B3B. Windows color (decimal): -12577032 or 16258624. OLE color: 16258624.
HSL color Cylindrical-coordinate representation of color #4016F8: hue angle of 251.15º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4016F8 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 22 | 248 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.03 |
| HSL | 251.15º | 0.94% | 0.53% | - |
| HSV(B) | 251.15º | 0.91% | 0.97% | - |
| XYZ | 19.34 | 8.44 | 89.42 | - |
| YUV | 60.32 | 233.91 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 248 | 0.74 | 0.91 | 0 | 0.03 | 251.15 | 0.94 | 0.53 |
| Hex | 40 | 16 | F8 | 4A | 5B | 0 | 3 | FB | 5E | 35 |
| Octal | 100 | 26 | 370 | 112 | 133 | 0 | 3 | 373 | 136 | 65 |
| Binary | 1000000 | 10110 | 11111000 | 1001010 | 1011011 | 0 | 11 | 11111011 | 1011110 | 110101 |
Color Harmonies of #4016F8
Complementary color
Monochromatic Colors of #4016F8
Black with #4016F8
Text Example
Text Example
White with #4016F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4016F8; }
p { color: rgb(64,22,248); }
H1.HeaderClassName
{
color: #4016F8;
}
.AnyTagClassName
{
color: #4016F8;
}
</style>
background-color css
<style>
a { background-color: #4016F8; }
a { background-color: rgb(64,22,248); }
div.DivClassName
{
background-color: #4016F8;
}
.BgClassName
{
background-color: #4016F8;
}
</style>
border-color css
<style>
span { border-color: #4016F8; }
span { border-color: rgb(64,22,248); }
td.TdClassName
{
border-color: #4016F8;
}
.TagClassName
{
border-color: #4016F8;
}
</style>