Shades of Han Purple #4229FE
Tints of Han Purple #4229FE
RGB
CMYK
RGB Variations
Color information
#4229FE (or 0x4229FE) is known color: Han Purple. HEX triplet: 42, 29 and FE. RGB value is (66,41,254). Sum of RGB (Red+Green+Blue) = 66+41+254=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #4229FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4229FE is #BDD601. Grayscale: #474747. Windows color (decimal): -12441090 or 16656706. OLE color: 16656706.
HSL color Cylindrical-coordinate representation of color #4229FE: hue angle of 247.04º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4229FE is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 41 | 254 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.00 |
| HSL | 247.04º | 0.99% | 0.58% | - |
| HSV(B) | 247.04º | 0.84% | 1% | - |
| XYZ | 20.93 | 9.9 | 94.57 | - |
| YUV | 72.76 | 230.28 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 254 | 0.74 | 0.84 | 0 | 0.00 | 247.04 | 0.99 | 0.58 |
| Hex | 42 | 29 | FE | 4A | 54 | 0 | 0 | F7 | 63 | 3A |
| Octal | 102 | 51 | 376 | 112 | 124 | 0 | 0 | 367 | 143 | 72 |
| Binary | 1000010 | 101001 | 11111110 | 1001010 | 1010100 | 0 | 0 | 11110111 | 1100011 | 111010 |
Color Harmonies of #4229FE
Complementary color
Monochromatic Colors of #4229FE
Black with #4229FE
Text Example
Text Example
White with #4229FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4229FE; }
p { color: rgb(66,41,254); }
H1.HeaderClassName
{
color: #4229FE;
}
.AnyTagClassName
{
color: #4229FE;
}
</style>
background-color css
<style>
a { background-color: #4229FE; }
a { background-color: rgb(66,41,254); }
div.DivClassName
{
background-color: #4229FE;
}
.BgClassName
{
background-color: #4229FE;
}
</style>
border-color css
<style>
span { border-color: #4229FE; }
span { border-color: rgb(66,41,254); }
td.TdClassName
{
border-color: #4229FE;
}
.TagClassName
{
border-color: #4229FE;
}
</style>