Shades of Han Purple #440FDF
Tints of Han Purple #440FDF
RGB
CMYK
RGB Variations
Color information
#440FDF (or 0x440FDF) is known color: Han Purple. HEX triplet: 44, 0F and DF. RGB value is (68,15,223). Sum of RGB (Red+Green+Blue) = 68+15+223=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #440FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440FDF is #BBF020. Grayscale: #353535. Windows color (decimal): -12316705 or 14618436. OLE color: 14618436.
HSL color Cylindrical-coordinate representation of color #440FDF: hue angle of 255.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440FDF is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 15 | 223 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.13 |
| HSL | 255.29º | 0.87% | 0.47% | - |
| HSV(B) | 255.29º | 0.93% | 0.87% | - |
| XYZ | 15.87 | 6.9 | 70.31 | - |
| YUV | 54.56 | 223.06 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 223 | 0.70 | 0.93 | 0 | 0.13 | 255.29 | 0.87 | 0.47 |
| Hex | 44 | F | DF | 46 | 5D | 0 | D | FF | 57 | 2F |
| Octal | 104 | 17 | 337 | 106 | 135 | 0 | 15 | 377 | 127 | 57 |
| Binary | 1000100 | 1111 | 11011111 | 1000110 | 1011101 | 0 | 1101 | 11111111 | 1010111 | 101111 |
Color Harmonies of #440FDF
Complementary color
Monochromatic Colors of #440FDF
Black with #440FDF
Text Example
Text Example
White with #440FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FDF; }
p { color: rgb(68,15,223); }
H1.HeaderClassName
{
color: #440FDF;
}
.AnyTagClassName
{
color: #440FDF;
}
</style>
background-color css
<style>
a { background-color: #440FDF; }
a { background-color: rgb(68,15,223); }
div.DivClassName
{
background-color: #440FDF;
}
.BgClassName
{
background-color: #440FDF;
}
</style>
border-color css
<style>
span { border-color: #440FDF; }
span { border-color: rgb(68,15,223); }
td.TdClassName
{
border-color: #440FDF;
}
.TagClassName
{
border-color: #440FDF;
}
</style>