Shades of Han Purple #4229FF
Tints of Han Purple #4229FF
RGB
CMYK
RGB Variations
Color information
#4229FF (or 0x4229FF) is known color: Han Purple. HEX triplet: 42, 29 and FF. RGB value is (66,41,255). Sum of RGB (Red+Green+Blue) = 66+41+255=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #4229FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4229FF is #BDD600. Grayscale: #484848. Windows color (decimal): -12441089 or 16722242. OLE color: 16722242.
HSL color Cylindrical-coordinate representation of color #4229FF: hue angle of 247.01º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4229FF is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 41 | 255 | - |
| CMYK | 0.74 | 0.84 | 0 | 0 |
| HSL | 247.01º | 1% | 0.58% | - |
| HSV(B) | 247.01º | 0.84% | 1% | - |
| XYZ | 21.09 | 9.96 | 95.42 | - |
| YUV | 72.87 | 230.78 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 255 | 0.74 | 0.84 | 0 | 0 | 247.01 | 1 | 0.58 |
| Hex | 42 | 29 | FF | 4A | 54 | 0 | 0 | F7 | 64 | 3A |
| Octal | 102 | 51 | 377 | 112 | 124 | 0 | 0 | 367 | 144 | 72 |
| Binary | 1000010 | 101001 | 11111111 | 1001010 | 1010100 | 0 | 0 | 11110111 | 1100100 | 111010 |
Color Harmonies of #4229FF
Complementary color
Monochromatic Colors of #4229FF
Black with #4229FF
Text Example
Text Example
White with #4229FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4229FF; }
p { color: rgb(66,41,255); }
H1.HeaderClassName
{
color: #4229FF;
}
.AnyTagClassName
{
color: #4229FF;
}
</style>
background-color css
<style>
a { background-color: #4229FF; }
a { background-color: rgb(66,41,255); }
div.DivClassName
{
background-color: #4229FF;
}
.BgClassName
{
background-color: #4229FF;
}
</style>
border-color css
<style>
span { border-color: #4229FF; }
span { border-color: rgb(66,41,255); }
td.TdClassName
{
border-color: #4229FF;
}
.TagClassName
{
border-color: #4229FF;
}
</style>