Shades of Han Purple #440DF9
Tints of Han Purple #440DF9
RGB
CMYK
RGB Variations
Color information
#440DF9 (or 0x440DF9) is known color: Han Purple. HEX triplet: 44, 0D and F9. RGB value is (68,13,249). Sum of RGB (Red+Green+Blue) = 68+13+249=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 249 (97.66% from 255 or 75.45% from 330); Max value from RGB is 249 - color contains mainly: blue. Hex color #440DF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440DF9 is #BBF206. Grayscale: #373737. Windows color (decimal): -12317191 or 16321860. OLE color: 16321860.
HSL color Cylindrical-coordinate representation of color #440DF9: hue angle of 253.98º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440DF9 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 13 | 249 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.02 |
| HSL | 253.98º | 0.95% | 0.51% | - |
| HSV(B) | 253.98º | 0.95% | 0.98% | - |
| XYZ | 19.63 | 8.36 | 90.2 | - |
| YUV | 56.35 | 236.72 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 249 | 0.73 | 0.95 | 0 | 0.02 | 253.98 | 0.95 | 0.51 |
| Hex | 44 | D | F9 | 49 | 5F | 0 | 2 | FE | 5F | 33 |
| Octal | 104 | 15 | 371 | 111 | 137 | 0 | 2 | 376 | 137 | 63 |
| Binary | 1000100 | 1101 | 11111001 | 1001001 | 1011111 | 0 | 10 | 11111110 | 1011111 | 110011 |
Color Harmonies of #440DF9
Complementary color
Monochromatic Colors of #440DF9
Black with #440DF9
Text Example
Text Example
White with #440DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440DF9; }
p { color: rgb(68,13,249); }
H1.HeaderClassName
{
color: #440DF9;
}
.AnyTagClassName
{
color: #440DF9;
}
</style>
background-color css
<style>
a { background-color: #440DF9; }
a { background-color: rgb(68,13,249); }
div.DivClassName
{
background-color: #440DF9;
}
.BgClassName
{
background-color: #440DF9;
}
</style>
border-color css
<style>
span { border-color: #440DF9; }
span { border-color: rgb(68,13,249); }
td.TdClassName
{
border-color: #440DF9;
}
.TagClassName
{
border-color: #440DF9;
}
</style>