Shades of Han Purple #440DE1
Tints of Han Purple #440DE1
RGB
CMYK
RGB Variations
Color information
#440DE1 (or 0x440DE1) is known color: Han Purple. HEX triplet: 44, 0D and E1. RGB value is (68,13,225). Sum of RGB (Red+Green+Blue) = 68+13+225=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 225 (88.28% from 255 or 73.53% from 306); Max value from RGB is 225 - color contains mainly: blue. Hex color #440DE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440DE1 is #BBF21E. Grayscale: #343434. Windows color (decimal): -12317215 or 14748996. OLE color: 14748996.
HSL color Cylindrical-coordinate representation of color #440DE1: hue angle of 255.57º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440DE1 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 13 | 225 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.12 |
| HSL | 255.57º | 0.89% | 0.47% | - |
| HSV(B) | 255.57º | 0.94% | 0.88% | - |
| XYZ | 16.12 | 6.95 | 71.73 | - |
| YUV | 53.61 | 224.72 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 225 | 0.70 | 0.94 | 0 | 0.12 | 255.57 | 0.89 | 0.47 |
| Hex | 44 | D | E1 | 46 | 5E | 0 | C | 100 | 59 | 2F |
| Octal | 104 | 15 | 341 | 106 | 136 | 0 | 14 | 400 | 131 | 57 |
| Binary | 1000100 | 1101 | 11100001 | 1000110 | 1011110 | 0 | 1100 | 100000000 | 1011001 | 101111 |
Color Harmonies of #440DE1
Complementary color
Monochromatic Colors of #440DE1
Black with #440DE1
Text Example
Text Example
White with #440DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440DE1; }
p { color: rgb(68,13,225); }
H1.HeaderClassName
{
color: #440DE1;
}
.AnyTagClassName
{
color: #440DE1;
}
</style>
background-color css
<style>
a { background-color: #440DE1; }
a { background-color: rgb(68,13,225); }
div.DivClassName
{
background-color: #440DE1;
}
.BgClassName
{
background-color: #440DE1;
}
</style>
border-color css
<style>
span { border-color: #440DE1; }
span { border-color: rgb(68,13,225); }
td.TdClassName
{
border-color: #440DE1;
}
.TagClassName
{
border-color: #440DE1;
}
</style>