Shades of Han Purple #441DD5
Tints of Han Purple #441DD5
RGB
CMYK
RGB Variations
Color information
#441DD5 (or 0x441DD5) is known color: Han Purple. HEX triplet: 44, 1D and D5. RGB value is (68,29,213). Sum of RGB (Red+Green+Blue) = 68+29+213=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 213 (83.59% from 255 or 68.71% from 310); Max value from RGB is 213 - color contains mainly: blue. Hex color #441DD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441DD5 is #BBE22A. Grayscale: #3C3C3C. Windows color (decimal): -12313131 or 13966660. OLE color: 13966660.
HSL color Cylindrical-coordinate representation of color #441DD5: hue angle of 252.72º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441DD5 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 29 | 213 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.16 |
| HSL | 252.72º | 0.76% | 0.47% | - |
| HSV(B) | 252.72º | 0.86% | 0.84% | - |
| XYZ | 14.83 | 6.91 | 63.5 | - |
| YUV | 61.64 | 213.42 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 213 | 0.68 | 0.86 | 0 | 0.16 | 252.72 | 0.76 | 0.47 |
| Hex | 44 | 1D | D5 | 44 | 56 | 0 | 10 | FD | 4C | 2F |
| Octal | 104 | 35 | 325 | 104 | 126 | 0 | 20 | 375 | 114 | 57 |
| Binary | 1000100 | 11101 | 11010101 | 1000100 | 1010110 | 0 | 10000 | 11111101 | 1001100 | 101111 |
Color Harmonies of #441DD5
Complementary color
Monochromatic Colors of #441DD5
Black with #441DD5
Text Example
Text Example
White with #441DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441DD5; }
p { color: rgb(68,29,213); }
H1.HeaderClassName
{
color: #441DD5;
}
.AnyTagClassName
{
color: #441DD5;
}
</style>
background-color css
<style>
a { background-color: #441DD5; }
a { background-color: rgb(68,29,213); }
div.DivClassName
{
background-color: #441DD5;
}
.BgClassName
{
background-color: #441DD5;
}
</style>
border-color css
<style>
span { border-color: #441DD5; }
span { border-color: rgb(68,29,213); }
td.TdClassName
{
border-color: #441DD5;
}
.TagClassName
{
border-color: #441DD5;
}
</style>