Shades of Han Purple #441CFF
Tints of Han Purple #441CFF
RGB
CMYK
RGB Variations
Color information
#441CFF (or 0x441CFF) is known color: Han Purple. HEX triplet: 44, 1C and FF. RGB value is (68,28,255). Sum of RGB (Red+Green+Blue) = 68+28+255=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #441CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441CFF is #BBE300. Grayscale: #404040. Windows color (decimal): -12313345 or 16718916. OLE color: 16718916.
HSL color Cylindrical-coordinate representation of color #441CFF: hue angle of 250.57º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #441CFF is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 28 | 255 | - |
| CMYK | 0.73 | 0.89 | 0 | 0 |
| HSL | 250.57º | 1% | 0.55% | - |
| HSV(B) | 250.57º | 0.89% | 1% | - |
| XYZ | 20.85 | 9.28 | 95.3 | - |
| YUV | 65.84 | 234.75 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 255 | 0.73 | 0.89 | 0 | 0 | 250.57 | 1 | 0.55 |
| Hex | 44 | 1C | FF | 49 | 59 | 0 | 0 | FB | 64 | 37 |
| Octal | 104 | 34 | 377 | 111 | 131 | 0 | 0 | 373 | 144 | 67 |
| Binary | 1000100 | 11100 | 11111111 | 1001001 | 1011001 | 0 | 0 | 11111011 | 1100100 | 110111 |
Color Harmonies of #441CFF
Complementary color
Monochromatic Colors of #441CFF
Black with #441CFF
Text Example
Text Example
White with #441CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441CFF; }
p { color: rgb(68,28,255); }
H1.HeaderClassName
{
color: #441CFF;
}
.AnyTagClassName
{
color: #441CFF;
}
</style>
background-color css
<style>
a { background-color: #441CFF; }
a { background-color: rgb(68,28,255); }
div.DivClassName
{
background-color: #441CFF;
}
.BgClassName
{
background-color: #441CFF;
}
</style>
border-color css
<style>
span { border-color: #441CFF; }
span { border-color: rgb(68,28,255); }
td.TdClassName
{
border-color: #441CFF;
}
.TagClassName
{
border-color: #441CFF;
}
</style>