Shades of Han Purple #4402F0
Tints of Han Purple #4402F0
RGB
CMYK
RGB Variations
Color information
#4402F0 (or 0x4402F0) is known color: Han Purple. HEX triplet: 44, 02 and F0. RGB value is (68,2,240). Sum of RGB (Red+Green+Blue) = 68+2+240=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 240 (94.14% from 255 or 77.42% from 310); Max value from RGB is 240 - color contains mainly: blue. Hex color #4402F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4402F0 is #BBFD0F. Grayscale: #2F2F2F. Windows color (decimal): -12320016 or 15729220. OLE color: 15729220.
HSL color Cylindrical-coordinate representation of color #4402F0: hue angle of 256.64º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4402F0 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 2 | 240 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.06 |
| HSL | 256.64º | 0.98% | 0.47% | - |
| HSV(B) | 256.64º | 0.99% | 0.94% | - |
| XYZ | 18.13 | 7.56 | 82.94 | - |
| YUV | 48.87 | 235.87 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 240 | 0.72 | 0.99 | 0 | 0.06 | 256.64 | 0.98 | 0.47 |
| Hex | 44 | 2 | F0 | 48 | 63 | 0 | 6 | 101 | 62 | 2F |
| Octal | 104 | 2 | 360 | 110 | 143 | 0 | 6 | 401 | 142 | 57 |
| Binary | 1000100 | 10 | 11110000 | 1001000 | 1100011 | 0 | 110 | 100000001 | 1100010 | 101111 |
Color Harmonies of #4402F0
Complementary color
Monochromatic Colors of #4402F0
Black with #4402F0
Text Example
Text Example
White with #4402F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4402F0; }
p { color: rgb(68,2,240); }
H1.HeaderClassName
{
color: #4402F0;
}
.AnyTagClassName
{
color: #4402F0;
}
</style>
background-color css
<style>
a { background-color: #4402F0; }
a { background-color: rgb(68,2,240); }
div.DivClassName
{
background-color: #4402F0;
}
.BgClassName
{
background-color: #4402F0;
}
</style>
border-color css
<style>
span { border-color: #4402F0; }
span { border-color: rgb(68,2,240); }
td.TdClassName
{
border-color: #4402F0;
}
.TagClassName
{
border-color: #4402F0;
}
</style>