Shades of Han Purple #4229EA
Tints of Han Purple #4229EA
RGB
CMYK
RGB Variations
Color information
#4229EA (or 0x4229EA) is known color: Han Purple. HEX triplet: 42, 29 and EA. RGB value is (66,41,234). Sum of RGB (Red+Green+Blue) = 66+41+234=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #4229EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4229EA is #BDD615. Grayscale: #454545. Windows color (decimal): -12441110 or 15345986. OLE color: 15345986.
HSL color Cylindrical-coordinate representation of color #4229EA: hue angle of 247.77º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4229EA is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 41 | 234 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.08 |
| HSL | 247.77º | 0.82% | 0.54% | - |
| HSV(B) | 247.77º | 0.82% | 0.92% | - |
| XYZ | 17.89 | 8.68 | 78.58 | - |
| YUV | 70.48 | 220.28 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 234 | 0.72 | 0.82 | 0 | 0.08 | 247.77 | 0.82 | 0.54 |
| Hex | 42 | 29 | EA | 48 | 52 | 0 | 8 | F8 | 52 | 36 |
| Octal | 102 | 51 | 352 | 110 | 122 | 0 | 10 | 370 | 122 | 66 |
| Binary | 1000010 | 101001 | 11101010 | 1001000 | 1010010 | 0 | 1000 | 11111000 | 1010010 | 110110 |
Color Harmonies of #4229EA
Complementary color
Monochromatic Colors of #4229EA
Black with #4229EA
Text Example
Text Example
White with #4229EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4229EA; }
p { color: rgb(66,41,234); }
H1.HeaderClassName
{
color: #4229EA;
}
.AnyTagClassName
{
color: #4229EA;
}
</style>
background-color css
<style>
a { background-color: #4229EA; }
a { background-color: rgb(66,41,234); }
div.DivClassName
{
background-color: #4229EA;
}
.BgClassName
{
background-color: #4229EA;
}
</style>
border-color css
<style>
span { border-color: #4229EA; }
span { border-color: rgb(66,41,234); }
td.TdClassName
{
border-color: #4229EA;
}
.TagClassName
{
border-color: #4229EA;
}
</style>