Shades of Han Purple #4229DB
Tints of Han Purple #4229DB
RGB
CMYK
RGB Variations
Color information
#4229DB (or 0x4229DB) is known color: Han Purple. HEX triplet: 42, 29 and DB. RGB value is (66,41,219). Sum of RGB (Red+Green+Blue) = 66+41+219=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #4229DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4229DB is #BDD624. Grayscale: #444444. Windows color (decimal): -12441125 or 14362946. OLE color: 14362946.
HSL color Cylindrical-coordinate representation of color #4229DB: hue angle of 248.43º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4229DB is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 41 | 219 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.14 |
| HSL | 248.43º | 0.71% | 0.51% | - |
| HSV(B) | 248.43º | 0.81% | 0.86% | - |
| XYZ | 15.83 | 7.86 | 67.7 | - |
| YUV | 68.77 | 212.78 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 219 | 0.70 | 0.81 | 0 | 0.14 | 248.43 | 0.71 | 0.51 |
| Hex | 42 | 29 | DB | 46 | 51 | 0 | E | F8 | 47 | 33 |
| Octal | 102 | 51 | 333 | 106 | 121 | 0 | 16 | 370 | 107 | 63 |
| Binary | 1000010 | 101001 | 11011011 | 1000110 | 1010001 | 0 | 1110 | 11111000 | 1000111 | 110011 |
Color Harmonies of #4229DB
Complementary color
Monochromatic Colors of #4229DB
Black with #4229DB
Text Example
Text Example
White with #4229DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4229DB; }
p { color: rgb(66,41,219); }
H1.HeaderClassName
{
color: #4229DB;
}
.AnyTagClassName
{
color: #4229DB;
}
</style>
background-color css
<style>
a { background-color: #4229DB; }
a { background-color: rgb(66,41,219); }
div.DivClassName
{
background-color: #4229DB;
}
.BgClassName
{
background-color: #4229DB;
}
</style>
border-color css
<style>
span { border-color: #4229DB; }
span { border-color: rgb(66,41,219); }
td.TdClassName
{
border-color: #4229DB;
}
.TagClassName
{
border-color: #4229DB;
}
</style>