Shades of Han Purple #440EDC
Tints of Han Purple #440EDC
RGB
CMYK
RGB Variations
Color information
#440EDC (or 0x440EDC) is known color: Han Purple. HEX triplet: 44, 0E and DC. RGB value is (68,14,220). Sum of RGB (Red+Green+Blue) = 68+14+220=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #440EDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440EDC is #BBF123. Grayscale: #343434. Windows color (decimal): -12316964 or 14421572. OLE color: 14421572.
HSL color Cylindrical-coordinate representation of color #440EDC: hue angle of 255.73º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440EDC is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 14 | 220 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.14 |
| HSL | 255.73º | 0.88% | 0.46% | - |
| HSV(B) | 255.73º | 0.94% | 0.86% | - |
| XYZ | 15.46 | 6.71 | 68.19 | - |
| YUV | 53.63 | 221.89 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 220 | 0.69 | 0.94 | 0 | 0.14 | 255.73 | 0.88 | 0.46 |
| Hex | 44 | E | DC | 45 | 5E | 0 | E | 100 | 58 | 2E |
| Octal | 104 | 16 | 334 | 105 | 136 | 0 | 16 | 400 | 130 | 56 |
| Binary | 1000100 | 1110 | 11011100 | 1000101 | 1011110 | 0 | 1110 | 100000000 | 1011000 | 101110 |
Color Harmonies of #440EDC
Complementary color
Monochromatic Colors of #440EDC
Black with #440EDC
Text Example
Text Example
White with #440EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440EDC; }
p { color: rgb(68,14,220); }
H1.HeaderClassName
{
color: #440EDC;
}
.AnyTagClassName
{
color: #440EDC;
}
</style>
background-color css
<style>
a { background-color: #440EDC; }
a { background-color: rgb(68,14,220); }
div.DivClassName
{
background-color: #440EDC;
}
.BgClassName
{
background-color: #440EDC;
}
</style>
border-color css
<style>
span { border-color: #440EDC; }
span { border-color: rgb(68,14,220); }
td.TdClassName
{
border-color: #440EDC;
}
.TagClassName
{
border-color: #440EDC;
}
</style>