Shades of Han Purple #440DCF
Tints of Han Purple #440DCF
RGB
CMYK
RGB Variations
Color information
#440DCF (or 0x440DCF) is known color: Han Purple. HEX triplet: 44, 0D and CF. RGB value is (68,13,207). Sum of RGB (Red+Green+Blue) = 68+13+207=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #440DCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440DCF is #BBF230. Grayscale: #323232. Windows color (decimal): -12317233 or 13569348. OLE color: 13569348.
HSL color Cylindrical-coordinate representation of color #440DCF: hue angle of 257.01º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440DCF is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 13 | 207 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.19 |
| HSL | 257.01º | 0.88% | 0.43% | - |
| HSV(B) | 257.01º | 0.94% | 0.81% | - |
| XYZ | 13.79 | 6.02 | 59.47 | - |
| YUV | 51.56 | 215.72 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 207 | 0.67 | 0.94 | 0 | 0.19 | 257.01 | 0.88 | 0.43 |
| Hex | 44 | D | CF | 43 | 5E | 0 | 13 | 101 | 58 | 2B |
| Octal | 104 | 15 | 317 | 103 | 136 | 0 | 23 | 401 | 130 | 53 |
| Binary | 1000100 | 1101 | 11001111 | 1000011 | 1011110 | 0 | 10011 | 100000001 | 1011000 | 101011 |
Color Harmonies of #440DCF
Complementary color
Monochromatic Colors of #440DCF
Black with #440DCF
Text Example
Text Example
White with #440DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440DCF; }
p { color: rgb(68,13,207); }
H1.HeaderClassName
{
color: #440DCF;
}
.AnyTagClassName
{
color: #440DCF;
}
</style>
background-color css
<style>
a { background-color: #440DCF; }
a { background-color: rgb(68,13,207); }
div.DivClassName
{
background-color: #440DCF;
}
.BgClassName
{
background-color: #440DCF;
}
</style>
border-color css
<style>
span { border-color: #440DCF; }
span { border-color: rgb(68,13,207); }
td.TdClassName
{
border-color: #440DCF;
}
.TagClassName
{
border-color: #440DCF;
}
</style>