Shades of Han Purple #4229F1
Tints of Han Purple #4229F1
RGB
CMYK
RGB Variations
Color information
#4229F1 (or 0x4229F1) is known color: Han Purple. HEX triplet: 42, 29 and F1. RGB value is (66,41,241). Sum of RGB (Red+Green+Blue) = 66+41+241=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 241 (94.53% from 255 or 69.25% from 348); Max value from RGB is 241 - color contains mainly: blue. Hex color #4229F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4229F1 is #BDD60E. Grayscale: #464646. Windows color (decimal): -12441103 or 15804738. OLE color: 15804738.
HSL color Cylindrical-coordinate representation of color #4229F1: hue angle of 247.5º 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 #4229F1 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 41 | 241 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.05 |
| HSL | 247.5º | 0.88% | 0.55% | - |
| HSV(B) | 247.5º | 0.83% | 0.95% | - |
| XYZ | 18.92 | 9.1 | 83.98 | - |
| YUV | 71.28 | 223.78 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 241 | 0.73 | 0.83 | 0 | 0.05 | 247.5 | 0.88 | 0.55 |
| Hex | 42 | 29 | F1 | 49 | 53 | 0 | 5 | F8 | 58 | 37 |
| Octal | 102 | 51 | 361 | 111 | 123 | 0 | 5 | 370 | 130 | 67 |
| Binary | 1000010 | 101001 | 11110001 | 1001001 | 1010011 | 0 | 101 | 11111000 | 1011000 | 110111 |
Color Harmonies of #4229F1
Complementary color
Monochromatic Colors of #4229F1
Black with #4229F1
Text Example
Text Example
White with #4229F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4229F1; }
p { color: rgb(66,41,241); }
H1.HeaderClassName
{
color: #4229F1;
}
.AnyTagClassName
{
color: #4229F1;
}
</style>
background-color css
<style>
a { background-color: #4229F1; }
a { background-color: rgb(66,41,241); }
div.DivClassName
{
background-color: #4229F1;
}
.BgClassName
{
background-color: #4229F1;
}
</style>
border-color css
<style>
span { border-color: #4229F1; }
span { border-color: rgb(66,41,241); }
td.TdClassName
{
border-color: #4229F1;
}
.TagClassName
{
border-color: #4229F1;
}
</style>