Shades of Han Purple #4011FC
Tints of Han Purple #4011FC
RGB
CMYK
RGB Variations
Color information
#4011FC (or 0x4011FC) is known color: Han Purple. HEX triplet: 40, 11 and FC. RGB value is (64,17,252). Sum of RGB (Red+Green+Blue) = 64+17+252=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #4011FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4011FC is #BFEE03. Grayscale: #383838. Windows color (decimal): -12578308 or 16519488. OLE color: 16519488.
HSL color Cylindrical-coordinate representation of color #4011FC: hue angle of 252º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4011FC is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 17 | 252 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.01 |
| HSL | 252º | 0.98% | 0.53% | - |
| HSV(B) | 252º | 0.93% | 0.99% | - |
| XYZ | 19.89 | 8.52 | 92.69 | - |
| YUV | 57.84 | 237.57 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 252 | 0.75 | 0.93 | 0 | 0.01 | 252 | 0.98 | 0.53 |
| Hex | 40 | 11 | FC | 4B | 5D | 0 | 1 | FC | 62 | 35 |
| Octal | 100 | 21 | 374 | 113 | 135 | 0 | 1 | 374 | 142 | 65 |
| Binary | 1000000 | 10001 | 11111100 | 1001011 | 1011101 | 0 | 1 | 11111100 | 1100010 | 110101 |
Color Harmonies of #4011FC
Complementary color
Monochromatic Colors of #4011FC
Black with #4011FC
Text Example
Text Example
White with #4011FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4011FC; }
p { color: rgb(64,17,252); }
H1.HeaderClassName
{
color: #4011FC;
}
.AnyTagClassName
{
color: #4011FC;
}
</style>
background-color css
<style>
a { background-color: #4011FC; }
a { background-color: rgb(64,17,252); }
div.DivClassName
{
background-color: #4011FC;
}
.BgClassName
{
background-color: #4011FC;
}
</style>
border-color css
<style>
span { border-color: #4011FC; }
span { border-color: rgb(64,17,252); }
td.TdClassName
{
border-color: #4011FC;
}
.TagClassName
{
border-color: #4011FC;
}
</style>