Shades of Han Purple #441AFF
Tints of Han Purple #441AFF
RGB
CMYK
RGB Variations
Color information
#441AFF (or 0x441AFF) is known color: Han Purple. HEX triplet: 44, 1A and FF. RGB value is (68,26,255). Sum of RGB (Red+Green+Blue) = 68+26+255=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #441AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441AFF is #BBE500. Grayscale: #3F3F3F. Windows color (decimal): -12313857 or 16718404. OLE color: 16718404.
HSL color Cylindrical-coordinate representation of color #441AFF: hue angle of 251º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #441AFF is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 26 | 255 | - |
| CMYK | 0.73 | 0.90 | 0 | 0 |
| HSL | 251º | 1% | 0.55% | - |
| HSV(B) | 251º | 0.9% | 1% | - |
| XYZ | 20.8 | 9.19 | 95.28 | - |
| YUV | 64.66 | 235.41 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 255 | 0.73 | 0.90 | 0 | 0 | 251 | 1 | 0.55 |
| Hex | 44 | 1A | FF | 49 | 5A | 0 | 0 | FB | 64 | 37 |
| Octal | 104 | 32 | 377 | 111 | 132 | 0 | 0 | 373 | 144 | 67 |
| Binary | 1000100 | 11010 | 11111111 | 1001001 | 1011010 | 0 | 0 | 11111011 | 1100100 | 110111 |
Color Harmonies of #441AFF
Complementary color
Monochromatic Colors of #441AFF
Black with #441AFF
Text Example
Text Example
White with #441AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441AFF; }
p { color: rgb(68,26,255); }
H1.HeaderClassName
{
color: #441AFF;
}
.AnyTagClassName
{
color: #441AFF;
}
</style>
background-color css
<style>
a { background-color: #441AFF; }
a { background-color: rgb(68,26,255); }
div.DivClassName
{
background-color: #441AFF;
}
.BgClassName
{
background-color: #441AFF;
}
</style>
border-color css
<style>
span { border-color: #441AFF; }
span { border-color: rgb(68,26,255); }
td.TdClassName
{
border-color: #441AFF;
}
.TagClassName
{
border-color: #441AFF;
}
</style>