Shades of Han Purple #441DDE
Tints of Han Purple #441DDE
RGB
CMYK
RGB Variations
Color information
#441DDE (or 0x441DDE) is known color: Han Purple. HEX triplet: 44, 1D and DE. RGB value is (68,29,222). Sum of RGB (Red+Green+Blue) = 68+29+222=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 222 (87.11% from 255 or 69.59% from 319); Max value from RGB is 222 - color contains mainly: blue. Hex color #441DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441DDE is #BBE221. Grayscale: #3D3D3D. Windows color (decimal): -12313122 or 14556484. OLE color: 14556484.
HSL color Cylindrical-coordinate representation of color #441DDE: hue angle of 252.12º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441DDE is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 29 | 222 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.13 |
| HSL | 252.12º | 0.77% | 0.49% | - |
| HSV(B) | 252.12º | 0.87% | 0.87% | - |
| XYZ | 16.01 | 7.38 | 69.69 | - |
| YUV | 62.66 | 217.92 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 222 | 0.69 | 0.87 | 0 | 0.13 | 252.12 | 0.77 | 0.49 |
| Hex | 44 | 1D | DE | 45 | 57 | 0 | D | FC | 4D | 31 |
| Octal | 104 | 35 | 336 | 105 | 127 | 0 | 15 | 374 | 115 | 61 |
| Binary | 1000100 | 11101 | 11011110 | 1000101 | 1010111 | 0 | 1101 | 11111100 | 1001101 | 110001 |
Color Harmonies of #441DDE
Complementary color
Monochromatic Colors of #441DDE
Black with #441DDE
Text Example
Text Example
White with #441DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441DDE; }
p { color: rgb(68,29,222); }
H1.HeaderClassName
{
color: #441DDE;
}
.AnyTagClassName
{
color: #441DDE;
}
</style>
background-color css
<style>
a { background-color: #441DDE; }
a { background-color: rgb(68,29,222); }
div.DivClassName
{
background-color: #441DDE;
}
.BgClassName
{
background-color: #441DDE;
}
</style>
border-color css
<style>
span { border-color: #441DDE; }
span { border-color: rgb(68,29,222); }
td.TdClassName
{
border-color: #441DDE;
}
.TagClassName
{
border-color: #441DDE;
}
</style>