Shades of Han Purple #442DDF
Tints of Han Purple #442DDF
RGB
CMYK
RGB Variations
Color information
#442DDF (or 0x442DDF) is known color: Han Purple. HEX triplet: 44, 2D and DF. RGB value is (68,45,223). Sum of RGB (Red+Green+Blue) = 68+45+223=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #442DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442DDF is #BBD220. Grayscale: #474747. Windows color (decimal): -12309025 or 14626116. OLE color: 14626116.
HSL color Cylindrical-coordinate representation of color #442DDF: hue angle of 247.75º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #442DDF is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 45 | 223 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.13 |
| HSL | 247.75º | 0.74% | 0.53% | - |
| HSV(B) | 247.75º | 0.8% | 0.87% | - |
| XYZ | 16.64 | 8.43 | 70.56 | - |
| YUV | 72.17 | 213.12 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 223 | 0.70 | 0.80 | 0 | 0.13 | 247.75 | 0.74 | 0.53 |
| Hex | 44 | 2D | DF | 46 | 50 | 0 | D | F8 | 4A | 35 |
| Octal | 104 | 55 | 337 | 106 | 120 | 0 | 15 | 370 | 112 | 65 |
| Binary | 1000100 | 101101 | 11011111 | 1000110 | 1010000 | 0 | 1101 | 11111000 | 1001010 | 110101 |
Color Harmonies of #442DDF
Complementary color
Monochromatic Colors of #442DDF
Black with #442DDF
Text Example
Text Example
White with #442DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442DDF; }
p { color: rgb(68,45,223); }
H1.HeaderClassName
{
color: #442DDF;
}
.AnyTagClassName
{
color: #442DDF;
}
</style>
background-color css
<style>
a { background-color: #442DDF; }
a { background-color: rgb(68,45,223); }
div.DivClassName
{
background-color: #442DDF;
}
.BgClassName
{
background-color: #442DDF;
}
</style>
border-color css
<style>
span { border-color: #442DDF; }
span { border-color: rgb(68,45,223); }
td.TdClassName
{
border-color: #442DDF;
}
.TagClassName
{
border-color: #442DDF;
}
</style>