Shades of Han Purple #441FD5
Tints of Han Purple #441FD5
RGB
CMYK
RGB Variations
Color information
#441FD5 (or 0x441FD5) is known color: Han Purple. HEX triplet: 44, 1F and D5. RGB value is (68,31,213). Sum of RGB (Red+Green+Blue) = 68+31+213=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 213 (83.59% from 255 or 68.27% from 312); Max value from RGB is 213 - color contains mainly: blue. Hex color #441FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441FD5 is #BBE02A. Grayscale: #3E3E3E. Windows color (decimal): -12312619 or 13967172. OLE color: 13967172.
HSL color Cylindrical-coordinate representation of color #441FD5: hue angle of 252.2º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441FD5 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 31 | 213 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.16 |
| HSL | 252.2º | 0.75% | 0.48% | - |
| HSV(B) | 252.2º | 0.85% | 0.84% | - |
| XYZ | 14.88 | 7.01 | 63.52 | - |
| YUV | 62.81 | 212.76 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 213 | 0.68 | 0.85 | 0 | 0.16 | 252.2 | 0.75 | 0.48 |
| Hex | 44 | 1F | D5 | 44 | 55 | 0 | 10 | FC | 4B | 30 |
| Octal | 104 | 37 | 325 | 104 | 125 | 0 | 20 | 374 | 113 | 60 |
| Binary | 1000100 | 11111 | 11010101 | 1000100 | 1010101 | 0 | 10000 | 11111100 | 1001011 | 110000 |
Color Harmonies of #441FD5
Complementary color
Monochromatic Colors of #441FD5
Black with #441FD5
Text Example
Text Example
White with #441FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FD5; }
p { color: rgb(68,31,213); }
H1.HeaderClassName
{
color: #441FD5;
}
.AnyTagClassName
{
color: #441FD5;
}
</style>
background-color css
<style>
a { background-color: #441FD5; }
a { background-color: rgb(68,31,213); }
div.DivClassName
{
background-color: #441FD5;
}
.BgClassName
{
background-color: #441FD5;
}
</style>
border-color css
<style>
span { border-color: #441FD5; }
span { border-color: rgb(68,31,213); }
td.TdClassName
{
border-color: #441FD5;
}
.TagClassName
{
border-color: #441FD5;
}
</style>