Shades of Han Purple #442CE3
Tints of Han Purple #442CE3
RGB
CMYK
RGB Variations
Color information
#442CE3 (or 0x442CE3) is known color: Han Purple. HEX triplet: 44, 2C and E3. RGB value is (68,44,227). Sum of RGB (Red+Green+Blue) = 68+44+227=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 227 (89.06% from 255 or 66.96% from 339); Max value from RGB is 227 - color contains mainly: blue. Hex color #442CE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442CE3 is #BBD31C. Grayscale: #474747. Windows color (decimal): -12309277 or 14888004. OLE color: 14888004.
HSL color Cylindrical-coordinate representation of color #442CE3: hue angle of 247.87º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #442CE3 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 44 | 227 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.11 |
| HSL | 247.87º | 0.77% | 0.53% | - |
| HSV(B) | 247.87º | 0.81% | 0.89% | - |
| XYZ | 17.15 | 8.58 | 73.42 | - |
| YUV | 72.04 | 215.45 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 227 | 0.70 | 0.81 | 0 | 0.11 | 247.87 | 0.77 | 0.53 |
| Hex | 44 | 2C | E3 | 46 | 51 | 0 | B | F8 | 4D | 35 |
| Octal | 104 | 54 | 343 | 106 | 121 | 0 | 13 | 370 | 115 | 65 |
| Binary | 1000100 | 101100 | 11100011 | 1000110 | 1010001 | 0 | 1011 | 11111000 | 1001101 | 110101 |
Color Harmonies of #442CE3
Complementary color
Monochromatic Colors of #442CE3
Black with #442CE3
Text Example
Text Example
White with #442CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442CE3; }
p { color: rgb(68,44,227); }
H1.HeaderClassName
{
color: #442CE3;
}
.AnyTagClassName
{
color: #442CE3;
}
</style>
background-color css
<style>
a { background-color: #442CE3; }
a { background-color: rgb(68,44,227); }
div.DivClassName
{
background-color: #442CE3;
}
.BgClassName
{
background-color: #442CE3;
}
</style>
border-color css
<style>
span { border-color: #442CE3; }
span { border-color: rgb(68,44,227); }
td.TdClassName
{
border-color: #442CE3;
}
.TagClassName
{
border-color: #442CE3;
}
</style>