Shades of Han Purple #441AF2
Tints of Han Purple #441AF2
RGB
CMYK
RGB Variations
Color information
#441AF2 (or 0x441AF2) is known color: Han Purple. HEX triplet: 44, 1A and F2. RGB value is (68,26,242). Sum of RGB (Red+Green+Blue) = 68+26+242=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 242 (94.92% from 255 or 72.02% from 336); Max value from RGB is 242 - color contains mainly: blue. Hex color #441AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441AF2 is #BBE50D. Grayscale: #3E3E3E. Windows color (decimal): -12313870 or 15866436. OLE color: 15866436.
HSL color Cylindrical-coordinate representation of color #441AF2: hue angle of 251.67º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #441AF2 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 26 | 242 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.05 |
| HSL | 251.67º | 0.89% | 0.53% | - |
| HSV(B) | 251.67º | 0.89% | 0.95% | - |
| XYZ | 18.78 | 8.38 | 84.63 | - |
| YUV | 63.18 | 228.91 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 242 | 0.72 | 0.89 | 0 | 0.05 | 251.67 | 0.89 | 0.53 |
| Hex | 44 | 1A | F2 | 48 | 59 | 0 | 5 | FC | 59 | 35 |
| Octal | 104 | 32 | 362 | 110 | 131 | 0 | 5 | 374 | 131 | 65 |
| Binary | 1000100 | 11010 | 11110010 | 1001000 | 1011001 | 0 | 101 | 11111100 | 1011001 | 110101 |
Color Harmonies of #441AF2
Complementary color
Monochromatic Colors of #441AF2
Black with #441AF2
Text Example
Text Example
White with #441AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441AF2; }
p { color: rgb(68,26,242); }
H1.HeaderClassName
{
color: #441AF2;
}
.AnyTagClassName
{
color: #441AF2;
}
</style>
background-color css
<style>
a { background-color: #441AF2; }
a { background-color: rgb(68,26,242); }
div.DivClassName
{
background-color: #441AF2;
}
.BgClassName
{
background-color: #441AF2;
}
</style>
border-color css
<style>
span { border-color: #441AF2; }
span { border-color: rgb(68,26,242); }
td.TdClassName
{
border-color: #441AF2;
}
.TagClassName
{
border-color: #441AF2;
}
</style>