Shades of Han Purple #442AE1
Tints of Han Purple #442AE1
RGB
CMYK
RGB Variations
Color information
#442AE1 (or 0x442AE1) is known color: Han Purple. HEX triplet: 44, 2A and E1. RGB value is (68,42,225). Sum of RGB (Red+Green+Blue) = 68+42+225=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 225 (88.28% from 255 or 67.16% from 335); Max value from RGB is 225 - color contains mainly: blue. Hex color #442AE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442AE1 is #BBD51E. Grayscale: #454545. Windows color (decimal): -12309791 or 14756420. OLE color: 14756420.
HSL color Cylindrical-coordinate representation of color #442AE1: hue angle of 248.52º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #442AE1 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 42 | 225 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.12 |
| HSL | 248.52º | 0.75% | 0.52% | - |
| HSV(B) | 248.52º | 0.81% | 0.88% | - |
| XYZ | 16.8 | 8.32 | 71.95 | - |
| YUV | 70.64 | 215.11 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 225 | 0.70 | 0.81 | 0 | 0.12 | 248.52 | 0.75 | 0.52 |
| Hex | 44 | 2A | E1 | 46 | 51 | 0 | C | F9 | 4B | 34 |
| Octal | 104 | 52 | 341 | 106 | 121 | 0 | 14 | 371 | 113 | 64 |
| Binary | 1000100 | 101010 | 11100001 | 1000110 | 1010001 | 0 | 1100 | 11111001 | 1001011 | 110100 |
Color Harmonies of #442AE1
Complementary color
Monochromatic Colors of #442AE1
Black with #442AE1
Text Example
Text Example
White with #442AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442AE1; }
p { color: rgb(68,42,225); }
H1.HeaderClassName
{
color: #442AE1;
}
.AnyTagClassName
{
color: #442AE1;
}
</style>
background-color css
<style>
a { background-color: #442AE1; }
a { background-color: rgb(68,42,225); }
div.DivClassName
{
background-color: #442AE1;
}
.BgClassName
{
background-color: #442AE1;
}
</style>
border-color css
<style>
span { border-color: #442AE1; }
span { border-color: rgb(68,42,225); }
td.TdClassName
{
border-color: #442AE1;
}
.TagClassName
{
border-color: #442AE1;
}
</style>