Shades of Han Purple #441DF0
Tints of Han Purple #441DF0
RGB
CMYK
RGB Variations
Color information
#441DF0 (or 0x441DF0) is known color: Han Purple. HEX triplet: 44, 1D and F0. RGB value is (68,29,240). Sum of RGB (Red+Green+Blue) = 68+29+240=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 240 (94.14% from 255 or 71.22% from 337); Max value from RGB is 240 - color contains mainly: blue. Hex color #441DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441DF0 is #BBE20F. Grayscale: #3F3F3F. Windows color (decimal): -12313104 or 15736132. OLE color: 15736132.
HSL color Cylindrical-coordinate representation of color #441DF0: hue angle of 251.09º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441DF0 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 29 | 240 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.06 |
| HSL | 251.09º | 0.88% | 0.53% | - |
| HSV(B) | 251.09º | 0.88% | 0.94% | - |
| XYZ | 18.55 | 8.4 | 83.08 | - |
| YUV | 64.72 | 226.92 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 240 | 0.72 | 0.88 | 0 | 0.06 | 251.09 | 0.88 | 0.53 |
| Hex | 44 | 1D | F0 | 48 | 58 | 0 | 6 | FB | 58 | 35 |
| Octal | 104 | 35 | 360 | 110 | 130 | 0 | 6 | 373 | 130 | 65 |
| Binary | 1000100 | 11101 | 11110000 | 1001000 | 1011000 | 0 | 110 | 11111011 | 1011000 | 110101 |
Color Harmonies of #441DF0
Complementary color
Monochromatic Colors of #441DF0
Black with #441DF0
Text Example
Text Example
White with #441DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441DF0; }
p { color: rgb(68,29,240); }
H1.HeaderClassName
{
color: #441DF0;
}
.AnyTagClassName
{
color: #441DF0;
}
</style>
background-color css
<style>
a { background-color: #441DF0; }
a { background-color: rgb(68,29,240); }
div.DivClassName
{
background-color: #441DF0;
}
.BgClassName
{
background-color: #441DF0;
}
</style>
border-color css
<style>
span { border-color: #441DF0; }
span { border-color: rgb(68,29,240); }
td.TdClassName
{
border-color: #441DF0;
}
.TagClassName
{
border-color: #441DF0;
}
</style>