Shades of Han Purple #442ADE
Tints of Han Purple #442ADE
RGB
CMYK
RGB Variations
Color information
#442ADE (or 0x442ADE) is known color: Han Purple. HEX triplet: 44, 2A and DE. RGB value is (68,42,222). Sum of RGB (Red+Green+Blue) = 68+42+222=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #442ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442ADE is #BBD521. Grayscale: #454545. Windows color (decimal): -12309794 or 14559812. OLE color: 14559812.
HSL color Cylindrical-coordinate representation of color #442ADE: hue angle of 248.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #442ADE is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 42 | 222 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.13 |
| HSL | 248.67º | 0.73% | 0.52% | - |
| HSV(B) | 248.67º | 0.81% | 0.87% | - |
| XYZ | 16.4 | 8.16 | 69.82 | - |
| YUV | 70.29 | 213.61 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 222 | 0.69 | 0.81 | 0 | 0.13 | 248.67 | 0.73 | 0.52 |
| Hex | 44 | 2A | DE | 45 | 51 | 0 | D | F9 | 49 | 34 |
| Octal | 104 | 52 | 336 | 105 | 121 | 0 | 15 | 371 | 111 | 64 |
| Binary | 1000100 | 101010 | 11011110 | 1000101 | 1010001 | 0 | 1101 | 11111001 | 1001001 | 110100 |
Color Harmonies of #442ADE
Complementary color
Monochromatic Colors of #442ADE
Black with #442ADE
Text Example
Text Example
White with #442ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442ADE; }
p { color: rgb(68,42,222); }
H1.HeaderClassName
{
color: #442ADE;
}
.AnyTagClassName
{
color: #442ADE;
}
</style>
background-color css
<style>
a { background-color: #442ADE; }
a { background-color: rgb(68,42,222); }
div.DivClassName
{
background-color: #442ADE;
}
.BgClassName
{
background-color: #442ADE;
}
</style>
border-color css
<style>
span { border-color: #442ADE; }
span { border-color: rgb(68,42,222); }
td.TdClassName
{
border-color: #442ADE;
}
.TagClassName
{
border-color: #442ADE;
}
</style>