Shades of Han Purple #4229FD
Tints of Han Purple #4229FD
RGB
CMYK
RGB Variations
Color information
#4229FD (or 0x4229FD) is known color: Han Purple. HEX triplet: 42, 29 and FD. RGB value is (66,41,253). Sum of RGB (Red+Green+Blue) = 66+41+253=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #4229FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4229FD is #BDD602. Grayscale: #474747. Windows color (decimal): -12441091 or 16591170. OLE color: 16591170.
HSL color Cylindrical-coordinate representation of color #4229FD: hue angle of 247.08º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4229FD is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 41 | 253 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.01 |
| HSL | 247.08º | 0.98% | 0.58% | - |
| HSV(B) | 247.08º | 0.84% | 0.99% | - |
| XYZ | 20.77 | 9.84 | 93.73 | - |
| YUV | 72.64 | 229.78 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 253 | 0.74 | 0.84 | 0 | 0.01 | 247.08 | 0.98 | 0.58 |
| Hex | 42 | 29 | FD | 4A | 54 | 0 | 1 | F7 | 62 | 3A |
| Octal | 102 | 51 | 375 | 112 | 124 | 0 | 1 | 367 | 142 | 72 |
| Binary | 1000010 | 101001 | 11111101 | 1001010 | 1010100 | 0 | 1 | 11110111 | 1100010 | 111010 |
Color Harmonies of #4229FD
Complementary color
Monochromatic Colors of #4229FD
Black with #4229FD
Text Example
Text Example
White with #4229FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4229FD; }
p { color: rgb(66,41,253); }
H1.HeaderClassName
{
color: #4229FD;
}
.AnyTagClassName
{
color: #4229FD;
}
</style>
background-color css
<style>
a { background-color: #4229FD; }
a { background-color: rgb(66,41,253); }
div.DivClassName
{
background-color: #4229FD;
}
.BgClassName
{
background-color: #4229FD;
}
</style>
border-color css
<style>
span { border-color: #4229FD; }
span { border-color: rgb(66,41,253); }
td.TdClassName
{
border-color: #4229FD;
}
.TagClassName
{
border-color: #4229FD;
}
</style>