Shades of Han Purple #4421FF
Tints of Han Purple #4421FF
RGB
CMYK
RGB Variations
Color information
#4421FF (or 0x4421FF) is known color: Han Purple. HEX triplet: 44, 21 and FF. RGB value is (68,33,255). Sum of RGB (Red+Green+Blue) = 68+33+255=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #4421FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4421FF is #BBDE00. Grayscale: #434343. Windows color (decimal): -12312065 or 16720196. OLE color: 16720196.
HSL color Cylindrical-coordinate representation of color #4421FF: hue angle of 249.46º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4421FF is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 33 | 255 | - |
| CMYK | 0.73 | 0.87 | 0 | 0 |
| HSL | 249.46º | 1% | 0.56% | - |
| HSV(B) | 249.46º | 0.87% | 1% | - |
| XYZ | 20.98 | 9.54 | 95.34 | - |
| YUV | 68.77 | 233.1 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 33 | 255 | 0.73 | 0.87 | 0 | 0 | 249.46 | 1 | 0.56 |
| Hex | 44 | 21 | FF | 49 | 57 | 0 | 0 | F9 | 64 | 38 |
| Octal | 104 | 41 | 377 | 111 | 127 | 0 | 0 | 371 | 144 | 70 |
| Binary | 1000100 | 100001 | 11111111 | 1001001 | 1010111 | 0 | 0 | 11111001 | 1100100 | 111000 |
Color Harmonies of #4421FF
Complementary color
Monochromatic Colors of #4421FF
Black with #4421FF
Text Example
Text Example
White with #4421FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4421FF; }
p { color: rgb(68,33,255); }
H1.HeaderClassName
{
color: #4421FF;
}
.AnyTagClassName
{
color: #4421FF;
}
</style>
background-color css
<style>
a { background-color: #4421FF; }
a { background-color: rgb(68,33,255); }
div.DivClassName
{
background-color: #4421FF;
}
.BgClassName
{
background-color: #4421FF;
}
</style>
border-color css
<style>
span { border-color: #4421FF; }
span { border-color: rgb(68,33,255); }
td.TdClassName
{
border-color: #4421FF;
}
.TagClassName
{
border-color: #4421FF;
}
</style>