Shades of Han Purple #440ED1
Tints of Han Purple #440ED1
RGB
CMYK
RGB Variations
Color information
#440ED1 (or 0x440ED1) is known color: Han Purple. HEX triplet: 44, 0E and D1. RGB value is (68,14,209). Sum of RGB (Red+Green+Blue) = 68+14+209=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 209 (82.03% from 255 or 71.82% from 291); Max value from RGB is 209 - color contains mainly: blue. Hex color #440ED1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440ED1 is #BBF12E. Grayscale: #333333. Windows color (decimal): -12316975 or 13700676. OLE color: 13700676.
HSL color Cylindrical-coordinate representation of color #440ED1: hue angle of 256.62º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440ED1 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 14 | 209 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.18 |
| HSL | 256.62º | 0.87% | 0.44% | - |
| HSV(B) | 256.62º | 0.93% | 0.82% | - |
| XYZ | 14.05 | 6.15 | 60.77 | - |
| YUV | 52.38 | 216.39 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 209 | 0.67 | 0.93 | 0 | 0.18 | 256.62 | 0.87 | 0.44 |
| Hex | 44 | E | D1 | 43 | 5D | 0 | 12 | 101 | 57 | 2C |
| Octal | 104 | 16 | 321 | 103 | 135 | 0 | 22 | 401 | 127 | 54 |
| Binary | 1000100 | 1110 | 11010001 | 1000011 | 1011101 | 0 | 10010 | 100000001 | 1010111 | 101100 |
Color Harmonies of #440ED1
Complementary color
Monochromatic Colors of #440ED1
Black with #440ED1
Text Example
Text Example
White with #440ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440ED1; }
p { color: rgb(68,14,209); }
H1.HeaderClassName
{
color: #440ED1;
}
.AnyTagClassName
{
color: #440ED1;
}
</style>
background-color css
<style>
a { background-color: #440ED1; }
a { background-color: rgb(68,14,209); }
div.DivClassName
{
background-color: #440ED1;
}
.BgClassName
{
background-color: #440ED1;
}
</style>
border-color css
<style>
span { border-color: #440ED1; }
span { border-color: rgb(68,14,209); }
td.TdClassName
{
border-color: #440ED1;
}
.TagClassName
{
border-color: #440ED1;
}
</style>