Shades of Han Purple #4029F1
Tints of Han Purple #4029F1
RGB
CMYK
RGB Variations
Color information
#4029F1 (or 0x4029F1) is known color: Han Purple. HEX triplet: 40, 29 and F1. RGB value is (64,41,241). Sum of RGB (Red+Green+Blue) = 64+41+241=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 241 (94.53% from 255 or 69.65% from 346); Max value from RGB is 241 - color contains mainly: blue. Hex color #4029F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4029F1 is #BFD60E. Grayscale: #454545. Windows color (decimal): -12572175 or 15804736. OLE color: 15804736.
HSL color Cylindrical-coordinate representation of color #4029F1: hue angle of 246.9º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4029F1 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 41 | 241 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.05 |
| HSL | 246.9º | 0.88% | 0.55% | - |
| HSV(B) | 246.9º | 0.83% | 0.95% | - |
| XYZ | 18.78 | 9.03 | 83.97 | - |
| YUV | 70.68 | 224.12 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 241 | 0.73 | 0.83 | 0 | 0.05 | 246.9 | 0.88 | 0.55 |
| Hex | 40 | 29 | F1 | 49 | 53 | 0 | 5 | F7 | 58 | 37 |
| Octal | 100 | 51 | 361 | 111 | 123 | 0 | 5 | 367 | 130 | 67 |
| Binary | 1000000 | 101001 | 11110001 | 1001001 | 1010011 | 0 | 101 | 11110111 | 1011000 | 110111 |
Color Harmonies of #4029F1
Complementary color
Monochromatic Colors of #4029F1
Black with #4029F1
Text Example
Text Example
White with #4029F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4029F1; }
p { color: rgb(64,41,241); }
H1.HeaderClassName
{
color: #4029F1;
}
.AnyTagClassName
{
color: #4029F1;
}
</style>
background-color css
<style>
a { background-color: #4029F1; }
a { background-color: rgb(64,41,241); }
div.DivClassName
{
background-color: #4029F1;
}
.BgClassName
{
background-color: #4029F1;
}
</style>
border-color css
<style>
span { border-color: #4029F1; }
span { border-color: rgb(64,41,241); }
td.TdClassName
{
border-color: #4029F1;
}
.TagClassName
{
border-color: #4029F1;
}
</style>