Shades of Han Purple #442CDF
Tints of Han Purple #442CDF
RGB
CMYK
RGB Variations
Color information
#442CDF (or 0x442CDF) is known color: Han Purple. HEX triplet: 44, 2C and DF. RGB value is (68,44,223). Sum of RGB (Red+Green+Blue) = 68+44+223=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #442CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442CDF is #BBD320. Grayscale: #464646. Windows color (decimal): -12309281 or 14625860. OLE color: 14625860.
HSL color Cylindrical-coordinate representation of color #442CDF: hue angle of 248.04º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #442CDF is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 44 | 223 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.13 |
| HSL | 248.04º | 0.74% | 0.52% | - |
| HSV(B) | 248.04º | 0.8% | 0.87% | - |
| XYZ | 16.6 | 8.36 | 70.55 | - |
| YUV | 71.58 | 213.45 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 223 | 0.70 | 0.80 | 0 | 0.13 | 248.04 | 0.74 | 0.52 |
| Hex | 44 | 2C | DF | 46 | 50 | 0 | D | F8 | 4A | 34 |
| Octal | 104 | 54 | 337 | 106 | 120 | 0 | 15 | 370 | 112 | 64 |
| Binary | 1000100 | 101100 | 11011111 | 1000110 | 1010000 | 0 | 1101 | 11111000 | 1001010 | 110100 |
Color Harmonies of #442CDF
Complementary color
Monochromatic Colors of #442CDF
Black with #442CDF
Text Example
Text Example
White with #442CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442CDF; }
p { color: rgb(68,44,223); }
H1.HeaderClassName
{
color: #442CDF;
}
.AnyTagClassName
{
color: #442CDF;
}
</style>
background-color css
<style>
a { background-color: #442CDF; }
a { background-color: rgb(68,44,223); }
div.DivClassName
{
background-color: #442CDF;
}
.BgClassName
{
background-color: #442CDF;
}
</style>
border-color css
<style>
span { border-color: #442CDF; }
span { border-color: rgb(68,44,223); }
td.TdClassName
{
border-color: #442CDF;
}
.TagClassName
{
border-color: #442CDF;
}
</style>