Shades of Han Purple #442DDE
Tints of Han Purple #442DDE
RGB
CMYK
RGB Variations
Color information
#442DDE (or 0x442DDE) is known color: Han Purple. HEX triplet: 44, 2D and DE. RGB value is (68,45,222). Sum of RGB (Red+Green+Blue) = 68+45+222=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #442DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442DDE is #BBD221. Grayscale: #474747. Windows color (decimal): -12309026 or 14560580. OLE color: 14560580.
HSL color Cylindrical-coordinate representation of color #442DDE: hue angle of 247.8º 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 #442DDE is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 45 | 222 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.13 |
| HSL | 247.8º | 0.73% | 0.52% | - |
| HSV(B) | 247.8º | 0.8% | 0.87% | - |
| XYZ | 16.51 | 8.38 | 69.85 | - |
| YUV | 72.06 | 212.62 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 222 | 0.69 | 0.80 | 0 | 0.13 | 247.8 | 0.73 | 0.52 |
| Hex | 44 | 2D | DE | 45 | 50 | 0 | D | F8 | 49 | 34 |
| Octal | 104 | 55 | 336 | 105 | 120 | 0 | 15 | 370 | 111 | 64 |
| Binary | 1000100 | 101101 | 11011110 | 1000101 | 1010000 | 0 | 1101 | 11111000 | 1001001 | 110100 |
Color Harmonies of #442DDE
Complementary color
Monochromatic Colors of #442DDE
Black with #442DDE
Text Example
Text Example
White with #442DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442DDE; }
p { color: rgb(68,45,222); }
H1.HeaderClassName
{
color: #442DDE;
}
.AnyTagClassName
{
color: #442DDE;
}
</style>
background-color css
<style>
a { background-color: #442DDE; }
a { background-color: rgb(68,45,222); }
div.DivClassName
{
background-color: #442DDE;
}
.BgClassName
{
background-color: #442DDE;
}
</style>
border-color css
<style>
span { border-color: #442DDE; }
span { border-color: rgb(68,45,222); }
td.TdClassName
{
border-color: #442DDE;
}
.TagClassName
{
border-color: #442DDE;
}
</style>