Shades of Han Purple #440ED2
Tints of Han Purple #440ED2
RGB
CMYK
RGB Variations
Color information
#440ED2 (or 0x440ED2) is known color: Han Purple. HEX triplet: 44, 0E and D2. RGB value is (68,14,210). Sum of RGB (Red+Green+Blue) = 68+14+210=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 210 (82.42% from 255 or 71.92% from 292); Max value from RGB is 210 - color contains mainly: blue. Hex color #440ED2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440ED2 is #BBF12D. Grayscale: #333333. Windows color (decimal): -12316974 or 13766212. OLE color: 13766212.
HSL color Cylindrical-coordinate representation of color #440ED2: hue angle of 256.53º degrees, saturation: 0.88, 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 #440ED2 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 14 | 210 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.18 |
| HSL | 256.53º | 0.88% | 0.44% | - |
| HSV(B) | 256.53º | 0.93% | 0.82% | - |
| XYZ | 14.17 | 6.2 | 61.42 | - |
| YUV | 52.49 | 216.89 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 210 | 0.68 | 0.93 | 0 | 0.18 | 256.53 | 0.88 | 0.44 |
| Hex | 44 | E | D2 | 44 | 5D | 0 | 12 | 101 | 58 | 2C |
| Octal | 104 | 16 | 322 | 104 | 135 | 0 | 22 | 401 | 130 | 54 |
| Binary | 1000100 | 1110 | 11010010 | 1000100 | 1011101 | 0 | 10010 | 100000001 | 1011000 | 101100 |
Color Harmonies of #440ED2
Complementary color
Monochromatic Colors of #440ED2
Black with #440ED2
Text Example
Text Example
White with #440ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440ED2; }
p { color: rgb(68,14,210); }
H1.HeaderClassName
{
color: #440ED2;
}
.AnyTagClassName
{
color: #440ED2;
}
</style>
background-color css
<style>
a { background-color: #440ED2; }
a { background-color: rgb(68,14,210); }
div.DivClassName
{
background-color: #440ED2;
}
.BgClassName
{
background-color: #440ED2;
}
</style>
border-color css
<style>
span { border-color: #440ED2; }
span { border-color: rgb(68,14,210); }
td.TdClassName
{
border-color: #440ED2;
}
.TagClassName
{
border-color: #440ED2;
}
</style>