Shades of Han Purple #441EF0
Tints of Han Purple #441EF0
RGB
CMYK
RGB Variations
Color information
#441EF0 (or 0x441EF0) is known color: Han Purple. HEX triplet: 44, 1E and F0. RGB value is (68,30,240). Sum of RGB (Red+Green+Blue) = 68+30+240=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 240 (94.14% from 255 or 71.01% from 338); Max value from RGB is 240 - color contains mainly: blue. Hex color #441EF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441EF0 is #BBE10F. Grayscale: #404040. Windows color (decimal): -12312848 or 15736388. OLE color: 15736388.
HSL color Cylindrical-coordinate representation of color #441EF0: hue angle of 250.86º 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 #441EF0 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 30 | 240 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.06 |
| HSL | 250.86º | 0.88% | 0.53% | - |
| HSV(B) | 250.86º | 0.88% | 0.94% | - |
| XYZ | 18.58 | 8.45 | 83.09 | - |
| YUV | 65.3 | 226.59 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 240 | 0.72 | 0.87 | 0 | 0.06 | 250.86 | 0.88 | 0.53 |
| Hex | 44 | 1E | F0 | 48 | 57 | 0 | 6 | FB | 58 | 35 |
| Octal | 104 | 36 | 360 | 110 | 127 | 0 | 6 | 373 | 130 | 65 |
| Binary | 1000100 | 11110 | 11110000 | 1001000 | 1010111 | 0 | 110 | 11111011 | 1011000 | 110101 |
Color Harmonies of #441EF0
Complementary color
Monochromatic Colors of #441EF0
Black with #441EF0
Text Example
Text Example
White with #441EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441EF0; }
p { color: rgb(68,30,240); }
H1.HeaderClassName
{
color: #441EF0;
}
.AnyTagClassName
{
color: #441EF0;
}
</style>
background-color css
<style>
a { background-color: #441EF0; }
a { background-color: rgb(68,30,240); }
div.DivClassName
{
background-color: #441EF0;
}
.BgClassName
{
background-color: #441EF0;
}
</style>
border-color css
<style>
span { border-color: #441EF0; }
span { border-color: rgb(68,30,240); }
td.TdClassName
{
border-color: #441EF0;
}
.TagClassName
{
border-color: #441EF0;
}
</style>