Shades of Han Purple #440CD9
Tints of Han Purple #440CD9
RGB
CMYK
RGB Variations
Color information
#440CD9 (or 0x440CD9) is known color: Han Purple. HEX triplet: 44, 0C and D9. RGB value is (68,12,217). Sum of RGB (Red+Green+Blue) = 68+12+217=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 217 (85.16% from 255 or 73.06% from 297); Max value from RGB is 217 - color contains mainly: blue. Hex color #440CD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440CD9 is #BBF326. Grayscale: #333333. Windows color (decimal): -12317479 or 14224452. OLE color: 14224452.
HSL color Cylindrical-coordinate representation of color #440CD9: hue angle of 256.39º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440CD9 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 12 | 217 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.15 |
| HSL | 256.39º | 0.9% | 0.45% | - |
| HSV(B) | 256.39º | 0.94% | 0.85% | - |
| XYZ | 15.04 | 6.5 | 66.11 | - |
| YUV | 52.11 | 221.05 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 217 | 0.69 | 0.94 | 0 | 0.15 | 256.39 | 0.9 | 0.45 |
| Hex | 44 | C | D9 | 45 | 5E | 0 | F | 100 | 5A | 2D |
| Octal | 104 | 14 | 331 | 105 | 136 | 0 | 17 | 400 | 132 | 55 |
| Binary | 1000100 | 1100 | 11011001 | 1000101 | 1011110 | 0 | 1111 | 100000000 | 1011010 | 101101 |
Color Harmonies of #440CD9
Complementary color
Monochromatic Colors of #440CD9
Black with #440CD9
Text Example
Text Example
White with #440CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CD9; }
p { color: rgb(68,12,217); }
H1.HeaderClassName
{
color: #440CD9;
}
.AnyTagClassName
{
color: #440CD9;
}
</style>
background-color css
<style>
a { background-color: #440CD9; }
a { background-color: rgb(68,12,217); }
div.DivClassName
{
background-color: #440CD9;
}
.BgClassName
{
background-color: #440CD9;
}
</style>
border-color css
<style>
span { border-color: #440CD9; }
span { border-color: rgb(68,12,217); }
td.TdClassName
{
border-color: #440CD9;
}
.TagClassName
{
border-color: #440CD9;
}
</style>