Shades of Han Purple #441BE0
Tints of Han Purple #441BE0
RGB
CMYK
RGB Variations
Color information
#441BE0 (or 0x441BE0) is known color: Han Purple. HEX triplet: 44, 1B and E0. RGB value is (68,27,224). Sum of RGB (Red+Green+Blue) = 68+27+224=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 224 (87.89% from 255 or 70.22% from 319); Max value from RGB is 224 - color contains mainly: blue. Hex color #441BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441BE0 is #BBE41F. Grayscale: #3C3C3C. Windows color (decimal): -12313632 or 14687044. OLE color: 14687044.
HSL color Cylindrical-coordinate representation of color #441BE0: hue angle of 252.49º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441BE0 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 27 | 224 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.12 |
| HSL | 252.49º | 0.78% | 0.49% | - |
| HSV(B) | 252.49º | 0.88% | 0.88% | - |
| XYZ | 16.23 | 7.39 | 71.09 | - |
| YUV | 61.72 | 219.58 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 224 | 0.70 | 0.88 | 0 | 0.12 | 252.49 | 0.78 | 0.49 |
| Hex | 44 | 1B | E0 | 46 | 58 | 0 | C | FC | 4E | 31 |
| Octal | 104 | 33 | 340 | 106 | 130 | 0 | 14 | 374 | 116 | 61 |
| Binary | 1000100 | 11011 | 11100000 | 1000110 | 1011000 | 0 | 1100 | 11111100 | 1001110 | 110001 |
Color Harmonies of #441BE0
Complementary color
Monochromatic Colors of #441BE0
Black with #441BE0
Text Example
Text Example
White with #441BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441BE0; }
p { color: rgb(68,27,224); }
H1.HeaderClassName
{
color: #441BE0;
}
.AnyTagClassName
{
color: #441BE0;
}
</style>
background-color css
<style>
a { background-color: #441BE0; }
a { background-color: rgb(68,27,224); }
div.DivClassName
{
background-color: #441BE0;
}
.BgClassName
{
background-color: #441BE0;
}
</style>
border-color css
<style>
span { border-color: #441BE0; }
span { border-color: rgb(68,27,224); }
td.TdClassName
{
border-color: #441BE0;
}
.TagClassName
{
border-color: #441BE0;
}
</style>