Shades of Han Purple #4420FB
Tints of Han Purple #4420FB
RGB
CMYK
RGB Variations
Color information
#4420FB (or 0x4420FB) is known color: Han Purple. HEX triplet: 44, 20 and FB. RGB value is (68,32,251). Sum of RGB (Red+Green+Blue) = 68+32+251=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #4420FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4420FB is #BBDF04. Grayscale: #424242. Windows color (decimal): -12312325 or 16457796. OLE color: 16457796.
HSL color Cylindrical-coordinate representation of color #4420FB: hue angle of 249.86º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4420FB is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 32 | 251 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.02 |
| HSL | 249.86º | 0.96% | 0.55% | - |
| HSV(B) | 249.86º | 0.87% | 0.98% | - |
| XYZ | 20.31 | 9.23 | 91.98 | - |
| YUV | 67.73 | 231.43 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 32 | 251 | 0.73 | 0.87 | 0 | 0.02 | 249.86 | 0.96 | 0.55 |
| Hex | 44 | 20 | FB | 49 | 57 | 0 | 2 | FA | 60 | 37 |
| Octal | 104 | 40 | 373 | 111 | 127 | 0 | 2 | 372 | 140 | 67 |
| Binary | 1000100 | 100000 | 11111011 | 1001001 | 1010111 | 0 | 10 | 11111010 | 1100000 | 110111 |
Color Harmonies of #4420FB
Complementary color
Monochromatic Colors of #4420FB
Black with #4420FB
Text Example
Text Example
White with #4420FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4420FB; }
p { color: rgb(68,32,251); }
H1.HeaderClassName
{
color: #4420FB;
}
.AnyTagClassName
{
color: #4420FB;
}
</style>
background-color css
<style>
a { background-color: #4420FB; }
a { background-color: rgb(68,32,251); }
div.DivClassName
{
background-color: #4420FB;
}
.BgClassName
{
background-color: #4420FB;
}
</style>
border-color css
<style>
span { border-color: #4420FB; }
span { border-color: rgb(68,32,251); }
td.TdClassName
{
border-color: #4420FB;
}
.TagClassName
{
border-color: #4420FB;
}
</style>