Shades of Han Purple #4010FC
Tints of Han Purple #4010FC
RGB
CMYK
RGB Variations
Color information
#4010FC (or 0x4010FC) is known color: Han Purple. HEX triplet: 40, 10 and FC. RGB value is (64,16,252). Sum of RGB (Red+Green+Blue) = 64+16+252=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #4010FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4010FC is #BFEF03. Grayscale: #383838. Windows color (decimal): -12578564 or 16519232. OLE color: 16519232.
HSL color Cylindrical-coordinate representation of color #4010FC: hue angle of 252.2º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4010FC is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 16 | 252 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.01 |
| HSL | 252.2º | 0.98% | 0.53% | - |
| HSV(B) | 252.2º | 0.94% | 0.99% | - |
| XYZ | 19.87 | 8.49 | 92.69 | - |
| YUV | 57.26 | 237.9 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 252 | 0.75 | 0.94 | 0 | 0.01 | 252.2 | 0.98 | 0.53 |
| Hex | 40 | 10 | FC | 4B | 5E | 0 | 1 | FC | 62 | 35 |
| Octal | 100 | 20 | 374 | 113 | 136 | 0 | 1 | 374 | 142 | 65 |
| Binary | 1000000 | 10000 | 11111100 | 1001011 | 1011110 | 0 | 1 | 11111100 | 1100010 | 110101 |
Color Harmonies of #4010FC
Complementary color
Monochromatic Colors of #4010FC
Black with #4010FC
Text Example
Text Example
White with #4010FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4010FC; }
p { color: rgb(64,16,252); }
H1.HeaderClassName
{
color: #4010FC;
}
.AnyTagClassName
{
color: #4010FC;
}
</style>
background-color css
<style>
a { background-color: #4010FC; }
a { background-color: rgb(64,16,252); }
div.DivClassName
{
background-color: #4010FC;
}
.BgClassName
{
background-color: #4010FC;
}
</style>
border-color css
<style>
span { border-color: #4010FC; }
span { border-color: rgb(64,16,252); }
td.TdClassName
{
border-color: #4010FC;
}
.TagClassName
{
border-color: #4010FC;
}
</style>