Shades of Han Purple #4229DF
Tints of Han Purple #4229DF
RGB
CMYK
RGB Variations
Color information
#4229DF (or 0x4229DF) is known color: Han Purple. HEX triplet: 42, 29 and DF. RGB value is (66,41,223). Sum of RGB (Red+Green+Blue) = 66+41+223=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #4229DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4229DF is #BDD620. Grayscale: #444444. Windows color (decimal): -12441121 or 14625090. OLE color: 14625090.
HSL color Cylindrical-coordinate representation of color #4229DF: hue angle of 248.24º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4229DF is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 41 | 223 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.13 |
| HSL | 248.24º | 0.74% | 0.52% | - |
| HSV(B) | 248.24º | 0.82% | 0.87% | - |
| XYZ | 16.36 | 8.07 | 70.51 | - |
| YUV | 69.22 | 214.78 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 223 | 0.70 | 0.82 | 0 | 0.13 | 248.24 | 0.74 | 0.52 |
| Hex | 42 | 29 | DF | 46 | 52 | 0 | D | F8 | 4A | 34 |
| Octal | 102 | 51 | 337 | 106 | 122 | 0 | 15 | 370 | 112 | 64 |
| Binary | 1000010 | 101001 | 11011111 | 1000110 | 1010010 | 0 | 1101 | 11111000 | 1001010 | 110100 |
Color Harmonies of #4229DF
Complementary color
Monochromatic Colors of #4229DF
Black with #4229DF
Text Example
Text Example
White with #4229DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4229DF; }
p { color: rgb(66,41,223); }
H1.HeaderClassName
{
color: #4229DF;
}
.AnyTagClassName
{
color: #4229DF;
}
</style>
background-color css
<style>
a { background-color: #4229DF; }
a { background-color: rgb(66,41,223); }
div.DivClassName
{
background-color: #4229DF;
}
.BgClassName
{
background-color: #4229DF;
}
</style>
border-color css
<style>
span { border-color: #4229DF; }
span { border-color: rgb(66,41,223); }
td.TdClassName
{
border-color: #4229DF;
}
.TagClassName
{
border-color: #4229DF;
}
</style>