Shades of Han Purple #441FDE
Tints of Han Purple #441FDE
RGB
CMYK
RGB Variations
Color information
#441FDE (or 0x441FDE) is known color: Han Purple. HEX triplet: 44, 1F and DE. RGB value is (68,31,222). Sum of RGB (Red+Green+Blue) = 68+31+222=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 222 (87.11% from 255 or 69.16% from 321); Max value from RGB is 222 - color contains mainly: blue. Hex color #441FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441FDE is #BBE021. Grayscale: #3F3F3F. Windows color (decimal): -12312610 or 14556996. OLE color: 14556996.
HSL color Cylindrical-coordinate representation of color #441FDE: hue angle of 251.62º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441FDE is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 31 | 222 | - |
| CMYK | 0.69 | 0.86 | 0 | 0.13 |
| HSL | 251.62º | 0.75% | 0.5% | - |
| HSV(B) | 251.62º | 0.86% | 0.87% | - |
| XYZ | 16.06 | 7.48 | 69.71 | - |
| YUV | 63.84 | 217.26 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 222 | 0.69 | 0.86 | 0 | 0.13 | 251.62 | 0.75 | 0.5 |
| Hex | 44 | 1F | DE | 45 | 56 | 0 | D | FC | 4B | 32 |
| Octal | 104 | 37 | 336 | 105 | 126 | 0 | 15 | 374 | 113 | 62 |
| Binary | 1000100 | 11111 | 11011110 | 1000101 | 1010110 | 0 | 1101 | 11111100 | 1001011 | 110010 |
Color Harmonies of #441FDE
Complementary color
Monochromatic Colors of #441FDE
Black with #441FDE
Text Example
Text Example
White with #441FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FDE; }
p { color: rgb(68,31,222); }
H1.HeaderClassName
{
color: #441FDE;
}
.AnyTagClassName
{
color: #441FDE;
}
</style>
background-color css
<style>
a { background-color: #441FDE; }
a { background-color: rgb(68,31,222); }
div.DivClassName
{
background-color: #441FDE;
}
.BgClassName
{
background-color: #441FDE;
}
</style>
border-color css
<style>
span { border-color: #441FDE; }
span { border-color: rgb(68,31,222); }
td.TdClassName
{
border-color: #441FDE;
}
.TagClassName
{
border-color: #441FDE;
}
</style>