Shades of Han Purple #4010FF
Tints of Han Purple #4010FF
RGB
CMYK
RGB Variations
Color information
#4010FF (or 0x4010FF) is known color: Han Purple. HEX triplet: 40, 10 and FF. RGB value is (64,16,255). Sum of RGB (Red+Green+Blue) = 64+16+255=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #4010FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4010FF is #BFEF00. Grayscale: #383838. Windows color (decimal): -12578561 or 16715840. OLE color: 16715840.
HSL color Cylindrical-coordinate representation of color #4010FF: hue angle of 252.05º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4010FF is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 16 | 255 | - |
| CMYK | 0.75 | 0.94 | 0 | 0 |
| HSL | 252.05º | 1% | 0.53% | - |
| HSV(B) | 252.05º | 0.94% | 1% | - |
| XYZ | 20.35 | 8.68 | 95.21 | - |
| YUV | 57.6 | 239.4 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 255 | 0.75 | 0.94 | 0 | 0 | 252.05 | 1 | 0.53 |
| Hex | 40 | 10 | FF | 4B | 5E | 0 | 0 | FC | 64 | 35 |
| Octal | 100 | 20 | 377 | 113 | 136 | 0 | 0 | 374 | 144 | 65 |
| Binary | 1000000 | 10000 | 11111111 | 1001011 | 1011110 | 0 | 0 | 11111100 | 1100100 | 110101 |
Color Harmonies of #4010FF
Complementary color
Monochromatic Colors of #4010FF
Black with #4010FF
Text Example
Text Example
White with #4010FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4010FF; }
p { color: rgb(64,16,255); }
H1.HeaderClassName
{
color: #4010FF;
}
.AnyTagClassName
{
color: #4010FF;
}
</style>
background-color css
<style>
a { background-color: #4010FF; }
a { background-color: rgb(64,16,255); }
div.DivClassName
{
background-color: #4010FF;
}
.BgClassName
{
background-color: #4010FF;
}
</style>
border-color css
<style>
span { border-color: #4010FF; }
span { border-color: rgb(64,16,255); }
td.TdClassName
{
border-color: #4010FF;
}
.TagClassName
{
border-color: #4010FF;
}
</style>