Shades of Han Purple #4221D3
Tints of Han Purple #4221D3
RGB
CMYK
RGB Variations
Color information
#4221D3 (or 0x4221D3) is known color: Han Purple. HEX triplet: 42, 21 and D3. RGB value is (66,33,211). Sum of RGB (Red+Green+Blue) = 66+33+211=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 211 (82.81% from 255 or 68.06% from 310); Max value from RGB is 211 - color contains mainly: blue. Hex color #4221D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4221D3 is #BDDE2C. Grayscale: #3E3E3E. Windows color (decimal): -12443181 or 13836610. OLE color: 13836610.
HSL color Cylindrical-coordinate representation of color #4221D3: hue angle of 251.12º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4221D3 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 33 | 211 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.17 |
| HSL | 251.12º | 0.73% | 0.48% | - |
| HSV(B) | 251.12º | 0.84% | 0.83% | - |
| XYZ | 14.55 | 6.95 | 62.2 | - |
| YUV | 63.16 | 211.43 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 33 | 211 | 0.69 | 0.84 | 0 | 0.17 | 251.12 | 0.73 | 0.48 |
| Hex | 42 | 21 | D3 | 45 | 54 | 0 | 11 | FB | 49 | 30 |
| Octal | 102 | 41 | 323 | 105 | 124 | 0 | 21 | 373 | 111 | 60 |
| Binary | 1000010 | 100001 | 11010011 | 1000101 | 1010100 | 0 | 10001 | 11111011 | 1001001 | 110000 |
Color Harmonies of #4221D3
Complementary color
Monochromatic Colors of #4221D3
Black with #4221D3
Text Example
Text Example
White with #4221D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4221D3; }
p { color: rgb(66,33,211); }
H1.HeaderClassName
{
color: #4221D3;
}
.AnyTagClassName
{
color: #4221D3;
}
</style>
background-color css
<style>
a { background-color: #4221D3; }
a { background-color: rgb(66,33,211); }
div.DivClassName
{
background-color: #4221D3;
}
.BgClassName
{
background-color: #4221D3;
}
</style>
border-color css
<style>
span { border-color: #4221D3; }
span { border-color: rgb(66,33,211); }
td.TdClassName
{
border-color: #4221D3;
}
.TagClassName
{
border-color: #4221D3;
}
</style>