Shades of Han Purple #442BDD
Tints of Han Purple #442BDD
RGB
CMYK
RGB Variations
Color information
#442BDD (or 0x442BDD) is known color: Han Purple. HEX triplet: 44, 2B and DD. RGB value is (68,43,221). Sum of RGB (Red+Green+Blue) = 68+43+221=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #442BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442BDD is #BBD422. Grayscale: #464646. Windows color (decimal): -12309539 or 14494532. OLE color: 14494532.
HSL color Cylindrical-coordinate representation of color #442BDD: hue angle of 248.43º degrees, saturation: 0.72, 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 #442BDD is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 43 | 221 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.13 |
| HSL | 248.43º | 0.72% | 0.52% | - |
| HSV(B) | 248.43º | 0.81% | 0.87% | - |
| XYZ | 16.3 | 8.18 | 69.13 | - |
| YUV | 70.77 | 212.78 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 221 | 0.69 | 0.81 | 0 | 0.13 | 248.43 | 0.72 | 0.52 |
| Hex | 44 | 2B | DD | 45 | 51 | 0 | D | F8 | 48 | 34 |
| Octal | 104 | 53 | 335 | 105 | 121 | 0 | 15 | 370 | 110 | 64 |
| Binary | 1000100 | 101011 | 11011101 | 1000101 | 1010001 | 0 | 1101 | 11111000 | 1001000 | 110100 |
Color Harmonies of #442BDD
Complementary color
Monochromatic Colors of #442BDD
Black with #442BDD
Text Example
Text Example
White with #442BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442BDD; }
p { color: rgb(68,43,221); }
H1.HeaderClassName
{
color: #442BDD;
}
.AnyTagClassName
{
color: #442BDD;
}
</style>
background-color css
<style>
a { background-color: #442BDD; }
a { background-color: rgb(68,43,221); }
div.DivClassName
{
background-color: #442BDD;
}
.BgClassName
{
background-color: #442BDD;
}
</style>
border-color css
<style>
span { border-color: #442BDD; }
span { border-color: rgb(68,43,221); }
td.TdClassName
{
border-color: #442BDD;
}
.TagClassName
{
border-color: #442BDD;
}
</style>