Shades of Han Purple #441EFF
Tints of Han Purple #441EFF
RGB
CMYK
RGB Variations
Color information
#441EFF (or 0x441EFF) is known color: Han Purple. HEX triplet: 44, 1E and FF. RGB value is (68,30,255). Sum of RGB (Red+Green+Blue) = 68+30+255=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #441EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441EFF is #BBE100. Grayscale: #424242. Windows color (decimal): -12312833 or 16719428. OLE color: 16719428.
HSL color Cylindrical-coordinate representation of color #441EFF: hue angle of 250.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441EFF is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 30 | 255 | - |
| CMYK | 0.73 | 0.88 | 0 | 0 |
| HSL | 250.13º | 1% | 0.56% | - |
| HSV(B) | 250.13º | 0.88% | 1% | - |
| XYZ | 20.9 | 9.38 | 95.32 | - |
| YUV | 67.01 | 234.09 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 255 | 0.73 | 0.88 | 0 | 0 | 250.13 | 1 | 0.56 |
| Hex | 44 | 1E | FF | 49 | 58 | 0 | 0 | FA | 64 | 38 |
| Octal | 104 | 36 | 377 | 111 | 130 | 0 | 0 | 372 | 144 | 70 |
| Binary | 1000100 | 11110 | 11111111 | 1001001 | 1011000 | 0 | 0 | 11111010 | 1100100 | 111000 |
Color Harmonies of #441EFF
Complementary color
Monochromatic Colors of #441EFF
Black with #441EFF
Text Example
Text Example
White with #441EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441EFF; }
p { color: rgb(68,30,255); }
H1.HeaderClassName
{
color: #441EFF;
}
.AnyTagClassName
{
color: #441EFF;
}
</style>
background-color css
<style>
a { background-color: #441EFF; }
a { background-color: rgb(68,30,255); }
div.DivClassName
{
background-color: #441EFF;
}
.BgClassName
{
background-color: #441EFF;
}
</style>
border-color css
<style>
span { border-color: #441EFF; }
span { border-color: rgb(68,30,255); }
td.TdClassName
{
border-color: #441EFF;
}
.TagClassName
{
border-color: #441EFF;
}
</style>