Shades of Han Purple #442ADB
Tints of Han Purple #442ADB
RGB
CMYK
RGB Variations
Color information
#442ADB (or 0x442ADB) is known color: Han Purple. HEX triplet: 44, 2A and DB. RGB value is (68,42,219). Sum of RGB (Red+Green+Blue) = 68+42+219=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #442ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442ADB is #BBD524. Grayscale: #454545. Windows color (decimal): -12309797 or 14363204. OLE color: 14363204.
HSL color Cylindrical-coordinate representation of color #442ADB: hue angle of 248.81º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #442ADB is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 42 | 219 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.14 |
| HSL | 248.81º | 0.71% | 0.51% | - |
| HSV(B) | 248.81º | 0.81% | 0.86% | - |
| XYZ | 16 | 8 | 67.72 | - |
| YUV | 69.95 | 212.11 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 219 | 0.69 | 0.81 | 0 | 0.14 | 248.81 | 0.71 | 0.51 |
| Hex | 44 | 2A | DB | 45 | 51 | 0 | E | F9 | 47 | 33 |
| Octal | 104 | 52 | 333 | 105 | 121 | 0 | 16 | 371 | 107 | 63 |
| Binary | 1000100 | 101010 | 11011011 | 1000101 | 1010001 | 0 | 1110 | 11111001 | 1000111 | 110011 |
Color Harmonies of #442ADB
Complementary color
Monochromatic Colors of #442ADB
Black with #442ADB
Text Example
Text Example
White with #442ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442ADB; }
p { color: rgb(68,42,219); }
H1.HeaderClassName
{
color: #442ADB;
}
.AnyTagClassName
{
color: #442ADB;
}
</style>
background-color css
<style>
a { background-color: #442ADB; }
a { background-color: rgb(68,42,219); }
div.DivClassName
{
background-color: #442ADB;
}
.BgClassName
{
background-color: #442ADB;
}
</style>
border-color css
<style>
span { border-color: #442ADB; }
span { border-color: rgb(68,42,219); }
td.TdClassName
{
border-color: #442ADB;
}
.TagClassName
{
border-color: #442ADB;
}
</style>