Shades of Han Purple #442AD9
Tints of Han Purple #442AD9
RGB
CMYK
RGB Variations
Color information
#442AD9 (or 0x442AD9) is known color: Han Purple. HEX triplet: 44, 2A and D9. RGB value is (68,42,217). Sum of RGB (Red+Green+Blue) = 68+42+217=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 217 (85.16% from 255 or 66.36% from 327); Max value from RGB is 217 - color contains mainly: blue. Hex color #442AD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442AD9 is #BBD526. Grayscale: #454545. Windows color (decimal): -12309799 or 14232132. OLE color: 14232132.
HSL color Cylindrical-coordinate representation of color #442AD9: hue angle of 248.91º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #442AD9 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 42 | 217 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.15 |
| HSL | 248.91º | 0.7% | 0.51% | - |
| HSV(B) | 248.91º | 0.81% | 0.85% | - |
| XYZ | 15.74 | 7.89 | 66.34 | - |
| YUV | 69.72 | 211.11 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 217 | 0.69 | 0.81 | 0 | 0.15 | 248.91 | 0.7 | 0.51 |
| Hex | 44 | 2A | D9 | 45 | 51 | 0 | F | F9 | 46 | 33 |
| Octal | 104 | 52 | 331 | 105 | 121 | 0 | 17 | 371 | 106 | 63 |
| Binary | 1000100 | 101010 | 11011001 | 1000101 | 1010001 | 0 | 1111 | 11111001 | 1000110 | 110011 |
Color Harmonies of #442AD9
Complementary color
Monochromatic Colors of #442AD9
Black with #442AD9
Text Example
Text Example
White with #442AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442AD9; }
p { color: rgb(68,42,217); }
H1.HeaderClassName
{
color: #442AD9;
}
.AnyTagClassName
{
color: #442AD9;
}
</style>
background-color css
<style>
a { background-color: #442AD9; }
a { background-color: rgb(68,42,217); }
div.DivClassName
{
background-color: #442AD9;
}
.BgClassName
{
background-color: #442AD9;
}
</style>
border-color css
<style>
span { border-color: #442AD9; }
span { border-color: rgb(68,42,217); }
td.TdClassName
{
border-color: #442AD9;
}
.TagClassName
{
border-color: #442AD9;
}
</style>