Shades of Han Purple #441ED7
Tints of Han Purple #441ED7
RGB
CMYK
RGB Variations
Color information
#441ED7 (or 0x441ED7) is known color: Han Purple. HEX triplet: 44, 1E and D7. RGB value is (68,30,215). Sum of RGB (Red+Green+Blue) = 68+30+215=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 215 (84.38% from 255 or 68.69% from 313); Max value from RGB is 215 - color contains mainly: blue. Hex color #441ED7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441ED7 is #BBE128. Grayscale: #3D3D3D. Windows color (decimal): -12312873 or 14097988. OLE color: 14097988.
HSL color Cylindrical-coordinate representation of color #441ED7: hue angle of 252.32º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441ED7 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 30 | 215 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.16 |
| HSL | 252.32º | 0.76% | 0.48% | - |
| HSV(B) | 252.32º | 0.86% | 0.84% | - |
| XYZ | 15.11 | 7.06 | 64.86 | - |
| YUV | 62.45 | 214.09 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 215 | 0.68 | 0.86 | 0 | 0.16 | 252.32 | 0.76 | 0.48 |
| Hex | 44 | 1E | D7 | 44 | 56 | 0 | 10 | FC | 4C | 30 |
| Octal | 104 | 36 | 327 | 104 | 126 | 0 | 20 | 374 | 114 | 60 |
| Binary | 1000100 | 11110 | 11010111 | 1000100 | 1010110 | 0 | 10000 | 11111100 | 1001100 | 110000 |
Color Harmonies of #441ED7
Complementary color
Monochromatic Colors of #441ED7
Black with #441ED7
Text Example
Text Example
White with #441ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441ED7; }
p { color: rgb(68,30,215); }
H1.HeaderClassName
{
color: #441ED7;
}
.AnyTagClassName
{
color: #441ED7;
}
</style>
background-color css
<style>
a { background-color: #441ED7; }
a { background-color: rgb(68,30,215); }
div.DivClassName
{
background-color: #441ED7;
}
.BgClassName
{
background-color: #441ED7;
}
</style>
border-color css
<style>
span { border-color: #441ED7; }
span { border-color: rgb(68,30,215); }
td.TdClassName
{
border-color: #441ED7;
}
.TagClassName
{
border-color: #441ED7;
}
</style>