Shades of Han Purple #442FDB
Tints of Han Purple #442FDB
RGB
CMYK
RGB Variations
Color information
#442FDB (or 0x442FDB) is known color: Han Purple. HEX triplet: 44, 2F and DB. RGB value is (68,47,219). Sum of RGB (Red+Green+Blue) = 68+47+219=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #442FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442FDB is #BBD024. Grayscale: #484848. Windows color (decimal): -12308517 or 14364484. OLE color: 14364484.
HSL color Cylindrical-coordinate representation of color #442FDB: hue angle of 247.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #442FDB is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 47 | 219 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.14 |
| HSL | 247.33º | 0.7% | 0.52% | - |
| HSV(B) | 247.33º | 0.79% | 0.86% | - |
| XYZ | 16.19 | 8.38 | 67.78 | - |
| YUV | 72.89 | 210.46 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 219 | 0.69 | 0.79 | 0 | 0.14 | 247.33 | 0.7 | 0.52 |
| Hex | 44 | 2F | DB | 45 | 4F | 0 | E | F7 | 46 | 34 |
| Octal | 104 | 57 | 333 | 105 | 117 | 0 | 16 | 367 | 106 | 64 |
| Binary | 1000100 | 101111 | 11011011 | 1000101 | 1001111 | 0 | 1110 | 11110111 | 1000110 | 110100 |
Color Harmonies of #442FDB
Complementary color
Monochromatic Colors of #442FDB
Black with #442FDB
Text Example
Text Example
White with #442FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442FDB; }
p { color: rgb(68,47,219); }
H1.HeaderClassName
{
color: #442FDB;
}
.AnyTagClassName
{
color: #442FDB;
}
</style>
background-color css
<style>
a { background-color: #442FDB; }
a { background-color: rgb(68,47,219); }
div.DivClassName
{
background-color: #442FDB;
}
.BgClassName
{
background-color: #442FDB;
}
</style>
border-color css
<style>
span { border-color: #442FDB; }
span { border-color: rgb(68,47,219); }
td.TdClassName
{
border-color: #442FDB;
}
.TagClassName
{
border-color: #442FDB;
}
</style>