Shades of Han Purple #440DE5
Tints of Han Purple #440DE5
RGB
CMYK
RGB Variations
Color information
#440DE5 (or 0x440DE5) is known color: Han Purple. HEX triplet: 44, 0D and E5. RGB value is (68,13,229). Sum of RGB (Red+Green+Blue) = 68+13+229=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 229 (89.84% from 255 or 73.87% from 310); Max value from RGB is 229 - color contains mainly: blue. Hex color #440DE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440DE5 is #BBF21A. Grayscale: #353535. Windows color (decimal): -12317211 or 15011140. OLE color: 15011140.
HSL color Cylindrical-coordinate representation of color #440DE5: hue angle of 255.28º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440DE5 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 13 | 229 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.10 |
| HSL | 255.28º | 0.89% | 0.47% | - |
| HSV(B) | 255.28º | 0.94% | 0.9% | - |
| XYZ | 16.67 | 7.17 | 74.63 | - |
| YUV | 54.07 | 226.72 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 229 | 0.70 | 0.94 | 0 | 0.10 | 255.28 | 0.89 | 0.47 |
| Hex | 44 | D | E5 | 46 | 5E | 0 | A | FF | 59 | 2F |
| Octal | 104 | 15 | 345 | 106 | 136 | 0 | 12 | 377 | 131 | 57 |
| Binary | 1000100 | 1101 | 11100101 | 1000110 | 1011110 | 0 | 1010 | 11111111 | 1011001 | 101111 |
Color Harmonies of #440DE5
Complementary color
Monochromatic Colors of #440DE5
Black with #440DE5
Text Example
Text Example
White with #440DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440DE5; }
p { color: rgb(68,13,229); }
H1.HeaderClassName
{
color: #440DE5;
}
.AnyTagClassName
{
color: #440DE5;
}
</style>
background-color css
<style>
a { background-color: #440DE5; }
a { background-color: rgb(68,13,229); }
div.DivClassName
{
background-color: #440DE5;
}
.BgClassName
{
background-color: #440DE5;
}
</style>
border-color css
<style>
span { border-color: #440DE5; }
span { border-color: rgb(68,13,229); }
td.TdClassName
{
border-color: #440DE5;
}
.TagClassName
{
border-color: #440DE5;
}
</style>