Shades of Han Purple #441EDD
Tints of Han Purple #441EDD
RGB
CMYK
RGB Variations
Color information
#441EDD (or 0x441EDD) is known color: Han Purple. HEX triplet: 44, 1E and DD. RGB value is (68,30,221). Sum of RGB (Red+Green+Blue) = 68+30+221=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #441EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441EDD is #BBE122. Grayscale: #3E3E3E. Windows color (decimal): -12312867 or 14491204. OLE color: 14491204.
HSL color Cylindrical-coordinate representation of color #441EDD: hue angle of 251.94º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441EDD is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 30 | 221 | - |
| CMYK | 0.69 | 0.86 | 0 | 0.13 |
| HSL | 251.94º | 0.76% | 0.49% | - |
| HSV(B) | 251.94º | 0.86% | 0.87% | - |
| XYZ | 15.9 | 7.38 | 68.99 | - |
| YUV | 63.14 | 217.09 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 221 | 0.69 | 0.86 | 0 | 0.13 | 251.94 | 0.76 | 0.49 |
| Hex | 44 | 1E | DD | 45 | 56 | 0 | D | FC | 4C | 31 |
| Octal | 104 | 36 | 335 | 105 | 126 | 0 | 15 | 374 | 114 | 61 |
| Binary | 1000100 | 11110 | 11011101 | 1000101 | 1010110 | 0 | 1101 | 11111100 | 1001100 | 110001 |
Color Harmonies of #441EDD
Complementary color
Monochromatic Colors of #441EDD
Black with #441EDD
Text Example
Text Example
White with #441EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441EDD; }
p { color: rgb(68,30,221); }
H1.HeaderClassName
{
color: #441EDD;
}
.AnyTagClassName
{
color: #441EDD;
}
</style>
background-color css
<style>
a { background-color: #441EDD; }
a { background-color: rgb(68,30,221); }
div.DivClassName
{
background-color: #441EDD;
}
.BgClassName
{
background-color: #441EDD;
}
</style>
border-color css
<style>
span { border-color: #441EDD; }
span { border-color: rgb(68,30,221); }
td.TdClassName
{
border-color: #441EDD;
}
.TagClassName
{
border-color: #441EDD;
}
</style>