Shades of Han Purple #440DCE
Tints of Han Purple #440DCE
RGB
CMYK
RGB Variations
Color information
#440DCE (or 0x440DCE) is known color: Han Purple. HEX triplet: 44, 0D and CE. RGB value is (68,13,206). Sum of RGB (Red+Green+Blue) = 68+13+206=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #440DCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440DCE is #BBF231. Grayscale: #323232. Windows color (decimal): -12317234 or 13503812. OLE color: 13503812.
HSL color Cylindrical-coordinate representation of color #440DCE: hue angle of 257.1º 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 #440DCE is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 13 | 206 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.19 |
| HSL | 257.1º | 0.88% | 0.43% | - |
| HSV(B) | 257.1º | 0.94% | 0.81% | - |
| XYZ | 13.67 | 5.97 | 58.83 | - |
| YUV | 51.45 | 215.22 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 206 | 0.67 | 0.94 | 0 | 0.19 | 257.1 | 0.88 | 0.43 |
| Hex | 44 | D | CE | 43 | 5E | 0 | 13 | 101 | 58 | 2B |
| Octal | 104 | 15 | 316 | 103 | 136 | 0 | 23 | 401 | 130 | 53 |
| Binary | 1000100 | 1101 | 11001110 | 1000011 | 1011110 | 0 | 10011 | 100000001 | 1011000 | 101011 |
Color Harmonies of #440DCE
Complementary color
Monochromatic Colors of #440DCE
Black with #440DCE
Text Example
Text Example
White with #440DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440DCE; }
p { color: rgb(68,13,206); }
H1.HeaderClassName
{
color: #440DCE;
}
.AnyTagClassName
{
color: #440DCE;
}
</style>
background-color css
<style>
a { background-color: #440DCE; }
a { background-color: rgb(68,13,206); }
div.DivClassName
{
background-color: #440DCE;
}
.BgClassName
{
background-color: #440DCE;
}
</style>
border-color css
<style>
span { border-color: #440DCE; }
span { border-color: rgb(68,13,206); }
td.TdClassName
{
border-color: #440DCE;
}
.TagClassName
{
border-color: #440DCE;
}
</style>