Shades of Han Purple #4029DE
Tints of Han Purple #4029DE
RGB
CMYK
RGB Variations
Color information
#4029DE (or 0x4029DE) is known color: Han Purple. HEX triplet: 40, 29 and DE. RGB value is (64,41,222). Sum of RGB (Red+Green+Blue) = 64+41+222=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 222 (87.11% from 255 or 67.89% from 327); Max value from RGB is 222 - color contains mainly: blue. Hex color #4029DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4029DE is #BFD621. Grayscale: #434343. Windows color (decimal): -12572194 or 14559552. OLE color: 14559552.
HSL color Cylindrical-coordinate representation of color #4029DE: hue angle of 247.62º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4029DE is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 41 | 222 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.13 |
| HSL | 247.62º | 0.73% | 0.52% | - |
| HSV(B) | 247.62º | 0.82% | 0.87% | - |
| XYZ | 16.09 | 7.95 | 69.79 | - |
| YUV | 68.51 | 214.62 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 222 | 0.71 | 0.82 | 0 | 0.13 | 247.62 | 0.73 | 0.52 |
| Hex | 40 | 29 | DE | 47 | 52 | 0 | D | F8 | 49 | 34 |
| Octal | 100 | 51 | 336 | 107 | 122 | 0 | 15 | 370 | 111 | 64 |
| Binary | 1000000 | 101001 | 11011110 | 1000111 | 1010010 | 0 | 1101 | 11111000 | 1001001 | 110100 |
Color Harmonies of #4029DE
Complementary color
Monochromatic Colors of #4029DE
Black with #4029DE
Text Example
Text Example
White with #4029DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4029DE; }
p { color: rgb(64,41,222); }
H1.HeaderClassName
{
color: #4029DE;
}
.AnyTagClassName
{
color: #4029DE;
}
</style>
background-color css
<style>
a { background-color: #4029DE; }
a { background-color: rgb(64,41,222); }
div.DivClassName
{
background-color: #4029DE;
}
.BgClassName
{
background-color: #4029DE;
}
</style>
border-color css
<style>
span { border-color: #4029DE; }
span { border-color: rgb(64,41,222); }
td.TdClassName
{
border-color: #4029DE;
}
.TagClassName
{
border-color: #4029DE;
}
</style>