Shades of Han Purple #441AFC
Tints of Han Purple #441AFC
RGB
CMYK
RGB Variations
Color information
#441AFC (or 0x441AFC) is known color: Han Purple. HEX triplet: 44, 1A and FC. RGB value is (68,26,252). Sum of RGB (Red+Green+Blue) = 68+26+252=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #441AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441AFC is #BBE503. Grayscale: #3F3F3F. Windows color (decimal): -12313860 or 16521796. OLE color: 16521796.
HSL color Cylindrical-coordinate representation of color #441AFC: hue angle of 251.15º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #441AFC is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 26 | 252 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.01 |
| HSL | 251.15º | 0.97% | 0.55% | - |
| HSV(B) | 251.15º | 0.9% | 0.99% | - |
| XYZ | 20.32 | 9 | 92.76 | - |
| YUV | 64.32 | 233.91 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 252 | 0.73 | 0.90 | 0 | 0.01 | 251.15 | 0.97 | 0.55 |
| Hex | 44 | 1A | FC | 49 | 5A | 0 | 1 | FB | 61 | 37 |
| Octal | 104 | 32 | 374 | 111 | 132 | 0 | 1 | 373 | 141 | 67 |
| Binary | 1000100 | 11010 | 11111100 | 1001001 | 1011010 | 0 | 1 | 11111011 | 1100001 | 110111 |
Color Harmonies of #441AFC
Complementary color
Monochromatic Colors of #441AFC
Black with #441AFC
Text Example
Text Example
White with #441AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441AFC; }
p { color: rgb(68,26,252); }
H1.HeaderClassName
{
color: #441AFC;
}
.AnyTagClassName
{
color: #441AFC;
}
</style>
background-color css
<style>
a { background-color: #441AFC; }
a { background-color: rgb(68,26,252); }
div.DivClassName
{
background-color: #441AFC;
}
.BgClassName
{
background-color: #441AFC;
}
</style>
border-color css
<style>
span { border-color: #441AFC; }
span { border-color: rgb(68,26,252); }
td.TdClassName
{
border-color: #441AFC;
}
.TagClassName
{
border-color: #441AFC;
}
</style>