Shades of Han Purple #442BDE
Tints of Han Purple #442BDE
RGB
CMYK
RGB Variations
Color information
#442BDE (or 0x442BDE) is known color: Han Purple. HEX triplet: 44, 2B and DE. RGB value is (68,43,222). Sum of RGB (Red+Green+Blue) = 68+43+222=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #442BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442BDE is #BBD421. Grayscale: #464646. Windows color (decimal): -12309538 or 14560068. OLE color: 14560068.
HSL color Cylindrical-coordinate representation of color #442BDE: hue angle of 248.38º 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 #442BDE is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 43 | 222 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.13 |
| HSL | 248.38º | 0.73% | 0.52% | - |
| HSV(B) | 248.38º | 0.81% | 0.87% | - |
| XYZ | 16.43 | 8.23 | 69.83 | - |
| YUV | 70.88 | 213.28 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 222 | 0.69 | 0.81 | 0 | 0.13 | 248.38 | 0.73 | 0.52 |
| Hex | 44 | 2B | DE | 45 | 51 | 0 | D | F8 | 49 | 34 |
| Octal | 104 | 53 | 336 | 105 | 121 | 0 | 15 | 370 | 111 | 64 |
| Binary | 1000100 | 101011 | 11011110 | 1000101 | 1010001 | 0 | 1101 | 11111000 | 1001001 | 110100 |
Color Harmonies of #442BDE
Complementary color
Monochromatic Colors of #442BDE
Black with #442BDE
Text Example
Text Example
White with #442BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442BDE; }
p { color: rgb(68,43,222); }
H1.HeaderClassName
{
color: #442BDE;
}
.AnyTagClassName
{
color: #442BDE;
}
</style>
background-color css
<style>
a { background-color: #442BDE; }
a { background-color: rgb(68,43,222); }
div.DivClassName
{
background-color: #442BDE;
}
.BgClassName
{
background-color: #442BDE;
}
</style>
border-color css
<style>
span { border-color: #442BDE; }
span { border-color: rgb(68,43,222); }
td.TdClassName
{
border-color: #442BDE;
}
.TagClassName
{
border-color: #442BDE;
}
</style>