Shades of Han Purple #440EE0
Tints of Han Purple #440EE0
RGB
CMYK
RGB Variations
Color information
#440EE0 (or 0x440EE0) is known color: Han Purple. HEX triplet: 44, 0E and E0. RGB value is (68,14,224). Sum of RGB (Red+Green+Blue) = 68+14+224=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 224 (87.89% from 255 or 73.20% from 306); Max value from RGB is 224 - color contains mainly: blue. Hex color #440EE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440EE0 is #BBF11F. Grayscale: #353535. Windows color (decimal): -12316960 or 14683716. OLE color: 14683716.
HSL color Cylindrical-coordinate representation of color #440EE0: hue angle of 255.43º 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 #440EE0 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 14 | 224 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.12 |
| HSL | 255.43º | 0.88% | 0.47% | - |
| HSV(B) | 255.43º | 0.94% | 0.88% | - |
| XYZ | 16 | 6.92 | 71.01 | - |
| YUV | 54.09 | 223.89 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 224 | 0.70 | 0.94 | 0 | 0.12 | 255.43 | 0.88 | 0.47 |
| Hex | 44 | E | E0 | 46 | 5E | 0 | C | FF | 58 | 2F |
| Octal | 104 | 16 | 340 | 106 | 136 | 0 | 14 | 377 | 130 | 57 |
| Binary | 1000100 | 1110 | 11100000 | 1000110 | 1011110 | 0 | 1100 | 11111111 | 1011000 | 101111 |
Color Harmonies of #440EE0
Complementary color
Monochromatic Colors of #440EE0
Black with #440EE0
Text Example
Text Example
White with #440EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440EE0; }
p { color: rgb(68,14,224); }
H1.HeaderClassName
{
color: #440EE0;
}
.AnyTagClassName
{
color: #440EE0;
}
</style>
background-color css
<style>
a { background-color: #440EE0; }
a { background-color: rgb(68,14,224); }
div.DivClassName
{
background-color: #440EE0;
}
.BgClassName
{
background-color: #440EE0;
}
</style>
border-color css
<style>
span { border-color: #440EE0; }
span { border-color: rgb(68,14,224); }
td.TdClassName
{
border-color: #440EE0;
}
.TagClassName
{
border-color: #440EE0;
}
</style>