Shades of Han Purple #4029FF
Tints of Han Purple #4029FF
RGB
CMYK
RGB Variations
Color information
#4029FF (or 0x4029FF) is known color: Han Purple. HEX triplet: 40, 29 and FF. RGB value is (64,41,255). Sum of RGB (Red+Green+Blue) = 64+41+255=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #4029FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4029FF is #BFD600. Grayscale: #474747. Windows color (decimal): -12572161 or 16722240. OLE color: 16722240.
HSL color Cylindrical-coordinate representation of color #4029FF: hue angle of 246.45º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4029FF is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 41 | 255 | - |
| CMYK | 0.75 | 0.84 | 0 | 0 |
| HSL | 246.45º | 1% | 0.58% | - |
| HSV(B) | 246.45º | 0.84% | 1% | - |
| XYZ | 20.96 | 9.9 | 95.41 | - |
| YUV | 72.27 | 231.12 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 255 | 0.75 | 0.84 | 0 | 0 | 246.45 | 1 | 0.58 |
| Hex | 40 | 29 | FF | 4B | 54 | 0 | 0 | F6 | 64 | 3A |
| Octal | 100 | 51 | 377 | 113 | 124 | 0 | 0 | 366 | 144 | 72 |
| Binary | 1000000 | 101001 | 11111111 | 1001011 | 1010100 | 0 | 0 | 11110110 | 1100100 | 111010 |
Color Harmonies of #4029FF
Complementary color
Monochromatic Colors of #4029FF
Black with #4029FF
Text Example
Text Example
White with #4029FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4029FF; }
p { color: rgb(64,41,255); }
H1.HeaderClassName
{
color: #4029FF;
}
.AnyTagClassName
{
color: #4029FF;
}
</style>
background-color css
<style>
a { background-color: #4029FF; }
a { background-color: rgb(64,41,255); }
div.DivClassName
{
background-color: #4029FF;
}
.BgClassName
{
background-color: #4029FF;
}
</style>
border-color css
<style>
span { border-color: #4029FF; }
span { border-color: rgb(64,41,255); }
td.TdClassName
{
border-color: #4029FF;
}
.TagClassName
{
border-color: #4029FF;
}
</style>