Shades of Han Purple #4010FA
Tints of Han Purple #4010FA
RGB
CMYK
RGB Variations
Color information
#4010FA (or 0x4010FA) is known color: Han Purple. HEX triplet: 40, 10 and FA. RGB value is (64,16,250). Sum of RGB (Red+Green+Blue) = 64+16+250=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #4010FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4010FA is #BFEF05. Grayscale: #383838. Windows color (decimal): -12578566 or 16388160. OLE color: 16388160.
HSL color Cylindrical-coordinate representation of color #4010FA: hue angle of 252.31º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4010FA is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 16 | 250 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.02 |
| HSL | 252.31º | 0.96% | 0.52% | - |
| HSV(B) | 252.31º | 0.94% | 0.98% | - |
| XYZ | 19.55 | 8.36 | 91.03 | - |
| YUV | 57.03 | 236.9 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 250 | 0.74 | 0.94 | 0 | 0.02 | 252.31 | 0.96 | 0.52 |
| Hex | 40 | 10 | FA | 4A | 5E | 0 | 2 | FC | 60 | 34 |
| Octal | 100 | 20 | 372 | 112 | 136 | 0 | 2 | 374 | 140 | 64 |
| Binary | 1000000 | 10000 | 11111010 | 1001010 | 1011110 | 0 | 10 | 11111100 | 1100000 | 110100 |
Color Harmonies of #4010FA
Complementary color
Monochromatic Colors of #4010FA
Black with #4010FA
Text Example
Text Example
White with #4010FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4010FA; }
p { color: rgb(64,16,250); }
H1.HeaderClassName
{
color: #4010FA;
}
.AnyTagClassName
{
color: #4010FA;
}
</style>
background-color css
<style>
a { background-color: #4010FA; }
a { background-color: rgb(64,16,250); }
div.DivClassName
{
background-color: #4010FA;
}
.BgClassName
{
background-color: #4010FA;
}
</style>
border-color css
<style>
span { border-color: #4010FA; }
span { border-color: rgb(64,16,250); }
td.TdClassName
{
border-color: #4010FA;
}
.TagClassName
{
border-color: #4010FA;
}
</style>