Shades of Han Purple #441EE3
Tints of Han Purple #441EE3
RGB
CMYK
RGB Variations
Color information
#441EE3 (or 0x441EE3) is known color: Han Purple. HEX triplet: 44, 1E and E3. RGB value is (68,30,227). Sum of RGB (Red+Green+Blue) = 68+30+227=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 227 (89.06% from 255 or 69.85% from 325); Max value from RGB is 227 - color contains mainly: blue. Hex color #441EE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441EE3 is #BBE11C. Grayscale: #3F3F3F. Windows color (decimal): -12312861 or 14884420. OLE color: 14884420.
HSL color Cylindrical-coordinate representation of color #441EE3: hue angle of 251.57º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441EE3 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 30 | 227 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.11 |
| HSL | 251.57º | 0.78% | 0.5% | - |
| HSV(B) | 251.57º | 0.87% | 0.89% | - |
| XYZ | 16.71 | 7.7 | 73.28 | - |
| YUV | 63.82 | 220.09 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 227 | 0.70 | 0.87 | 0 | 0.11 | 251.57 | 0.78 | 0.5 |
| Hex | 44 | 1E | E3 | 46 | 57 | 0 | B | FC | 4E | 32 |
| Octal | 104 | 36 | 343 | 106 | 127 | 0 | 13 | 374 | 116 | 62 |
| Binary | 1000100 | 11110 | 11100011 | 1000110 | 1010111 | 0 | 1011 | 11111100 | 1001110 | 110010 |
Color Harmonies of #441EE3
Complementary color
Monochromatic Colors of #441EE3
Black with #441EE3
Text Example
Text Example
White with #441EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441EE3; }
p { color: rgb(68,30,227); }
H1.HeaderClassName
{
color: #441EE3;
}
.AnyTagClassName
{
color: #441EE3;
}
</style>
background-color css
<style>
a { background-color: #441EE3; }
a { background-color: rgb(68,30,227); }
div.DivClassName
{
background-color: #441EE3;
}
.BgClassName
{
background-color: #441EE3;
}
</style>
border-color css
<style>
span { border-color: #441EE3; }
span { border-color: rgb(68,30,227); }
td.TdClassName
{
border-color: #441EE3;
}
.TagClassName
{
border-color: #441EE3;
}
</style>