Shades of Han Purple #441AF4
Tints of Han Purple #441AF4
RGB
CMYK
RGB Variations
Color information
#441AF4 (or 0x441AF4) is known color: Han Purple. HEX triplet: 44, 1A and F4. RGB value is (68,26,244). Sum of RGB (Red+Green+Blue) = 68+26+244=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 244 (95.70% from 255 or 72.19% from 338); Max value from RGB is 244 - color contains mainly: blue. Hex color #441AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441AF4 is #BBE50B. Grayscale: #3E3E3E. Windows color (decimal): -12313868 or 15997508. OLE color: 15997508.
HSL color Cylindrical-coordinate representation of color #441AF4: hue angle of 251.56º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #441AF4 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 26 | 244 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.04 |
| HSL | 251.56º | 0.91% | 0.53% | - |
| HSV(B) | 251.56º | 0.89% | 0.96% | - |
| XYZ | 19.08 | 8.5 | 86.22 | - |
| YUV | 63.41 | 229.91 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 244 | 0.72 | 0.89 | 0 | 0.04 | 251.56 | 0.91 | 0.53 |
| Hex | 44 | 1A | F4 | 48 | 59 | 0 | 4 | FC | 5B | 35 |
| Octal | 104 | 32 | 364 | 110 | 131 | 0 | 4 | 374 | 133 | 65 |
| Binary | 1000100 | 11010 | 11110100 | 1001000 | 1011001 | 0 | 100 | 11111100 | 1011011 | 110101 |
Color Harmonies of #441AF4
Complementary color
Monochromatic Colors of #441AF4
Black with #441AF4
Text Example
Text Example
White with #441AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441AF4; }
p { color: rgb(68,26,244); }
H1.HeaderClassName
{
color: #441AF4;
}
.AnyTagClassName
{
color: #441AF4;
}
</style>
background-color css
<style>
a { background-color: #441AF4; }
a { background-color: rgb(68,26,244); }
div.DivClassName
{
background-color: #441AF4;
}
.BgClassName
{
background-color: #441AF4;
}
</style>
border-color css
<style>
span { border-color: #441AF4; }
span { border-color: rgb(68,26,244); }
td.TdClassName
{
border-color: #441AF4;
}
.TagClassName
{
border-color: #441AF4;
}
</style>