Shades of Han Purple #440EE1
Tints of Han Purple #440EE1
RGB
CMYK
RGB Variations
Color information
#440EE1 (or 0x440EE1) is known color: Han Purple. HEX triplet: 44, 0E and E1. RGB value is (68,14,225). Sum of RGB (Red+Green+Blue) = 68+14+225=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 225 (88.28% from 255 or 73.29% from 307); Max value from RGB is 225 - color contains mainly: blue. Hex color #440EE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440EE1 is #BBF11E. Grayscale: #353535. Windows color (decimal): -12316959 or 14749252. OLE color: 14749252.
HSL color Cylindrical-coordinate representation of color #440EE1: hue angle of 255.36º degrees, saturation: 0.88, 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 #440EE1 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 14 | 225 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.12 |
| HSL | 255.36º | 0.88% | 0.47% | - |
| HSV(B) | 255.36º | 0.94% | 0.88% | - |
| XYZ | 16.13 | 6.98 | 71.73 | - |
| YUV | 54.2 | 224.39 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 225 | 0.70 | 0.94 | 0 | 0.12 | 255.36 | 0.88 | 0.47 |
| Hex | 44 | E | E1 | 46 | 5E | 0 | C | FF | 58 | 2F |
| Octal | 104 | 16 | 341 | 106 | 136 | 0 | 14 | 377 | 130 | 57 |
| Binary | 1000100 | 1110 | 11100001 | 1000110 | 1011110 | 0 | 1100 | 11111111 | 1011000 | 101111 |
Color Harmonies of #440EE1
Complementary color
Monochromatic Colors of #440EE1
Black with #440EE1
Text Example
Text Example
White with #440EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440EE1; }
p { color: rgb(68,14,225); }
H1.HeaderClassName
{
color: #440EE1;
}
.AnyTagClassName
{
color: #440EE1;
}
</style>
background-color css
<style>
a { background-color: #440EE1; }
a { background-color: rgb(68,14,225); }
div.DivClassName
{
background-color: #440EE1;
}
.BgClassName
{
background-color: #440EE1;
}
</style>
border-color css
<style>
span { border-color: #440EE1; }
span { border-color: rgb(68,14,225); }
td.TdClassName
{
border-color: #440EE1;
}
.TagClassName
{
border-color: #440EE1;
}
</style>