Shades of Han Purple #442CDE
Tints of Han Purple #442CDE
RGB
CMYK
RGB Variations
Color information
#442CDE (or 0x442CDE) is known color: Han Purple. HEX triplet: 44, 2C and DE. RGB value is (68,44,222). Sum of RGB (Red+Green+Blue) = 68+44+222=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #442CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442CDE is #BBD321. Grayscale: #464646. Windows color (decimal): -12309282 or 14560324. OLE color: 14560324.
HSL color Cylindrical-coordinate representation of color #442CDE: hue angle of 248.09º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #442CDE is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 44 | 222 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.13 |
| HSL | 248.09º | 0.73% | 0.52% | - |
| HSV(B) | 248.09º | 0.8% | 0.87% | - |
| XYZ | 16.47 | 8.3 | 69.84 | - |
| YUV | 71.47 | 212.95 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 222 | 0.69 | 0.80 | 0 | 0.13 | 248.09 | 0.73 | 0.52 |
| Hex | 44 | 2C | DE | 45 | 50 | 0 | D | F8 | 49 | 34 |
| Octal | 104 | 54 | 336 | 105 | 120 | 0 | 15 | 370 | 111 | 64 |
| Binary | 1000100 | 101100 | 11011110 | 1000101 | 1010000 | 0 | 1101 | 11111000 | 1001001 | 110100 |
Color Harmonies of #442CDE
Complementary color
Monochromatic Colors of #442CDE
Black with #442CDE
Text Example
Text Example
White with #442CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442CDE; }
p { color: rgb(68,44,222); }
H1.HeaderClassName
{
color: #442CDE;
}
.AnyTagClassName
{
color: #442CDE;
}
</style>
background-color css
<style>
a { background-color: #442CDE; }
a { background-color: rgb(68,44,222); }
div.DivClassName
{
background-color: #442CDE;
}
.BgClassName
{
background-color: #442CDE;
}
</style>
border-color css
<style>
span { border-color: #442CDE; }
span { border-color: rgb(68,44,222); }
td.TdClassName
{
border-color: #442CDE;
}
.TagClassName
{
border-color: #442CDE;
}
</style>