Shades of Han Purple #442CE1
Tints of Han Purple #442CE1
RGB
CMYK
RGB Variations
Color information
#442CE1 (or 0x442CE1) is known color: Han Purple. HEX triplet: 44, 2C and E1. RGB value is (68,44,225). Sum of RGB (Red+Green+Blue) = 68+44+225=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #442CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442CE1 is #BBD31E. Grayscale: #474747. Windows color (decimal): -12309279 or 14756932. OLE color: 14756932.
HSL color Cylindrical-coordinate representation of color #442CE1: hue angle of 247.96º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #442CE1 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 44 | 225 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.12 |
| HSL | 247.96º | 0.75% | 0.53% | - |
| HSV(B) | 247.96º | 0.8% | 0.88% | - |
| XYZ | 16.88 | 8.47 | 71.98 | - |
| YUV | 71.81 | 214.45 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 225 | 0.70 | 0.80 | 0 | 0.12 | 247.96 | 0.75 | 0.53 |
| Hex | 44 | 2C | E1 | 46 | 50 | 0 | C | F8 | 4B | 35 |
| Octal | 104 | 54 | 341 | 106 | 120 | 0 | 14 | 370 | 113 | 65 |
| Binary | 1000100 | 101100 | 11100001 | 1000110 | 1010000 | 0 | 1100 | 11111000 | 1001011 | 110101 |
Color Harmonies of #442CE1
Complementary color
Monochromatic Colors of #442CE1
Black with #442CE1
Text Example
Text Example
White with #442CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442CE1; }
p { color: rgb(68,44,225); }
H1.HeaderClassName
{
color: #442CE1;
}
.AnyTagClassName
{
color: #442CE1;
}
</style>
background-color css
<style>
a { background-color: #442CE1; }
a { background-color: rgb(68,44,225); }
div.DivClassName
{
background-color: #442CE1;
}
.BgClassName
{
background-color: #442CE1;
}
</style>
border-color css
<style>
span { border-color: #442CE1; }
span { border-color: rgb(68,44,225); }
td.TdClassName
{
border-color: #442CE1;
}
.TagClassName
{
border-color: #442CE1;
}
</style>