Shades of Han Purple #442ADF
Tints of Han Purple #442ADF
RGB
CMYK
RGB Variations
Color information
#442ADF (or 0x442ADF) is known color: Han Purple. HEX triplet: 44, 2A and DF. RGB value is (68,42,223). Sum of RGB (Red+Green+Blue) = 68+42+223=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #442ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442ADF is #BBD520. Grayscale: #454545. Windows color (decimal): -12309793 or 14625348. OLE color: 14625348.
HSL color Cylindrical-coordinate representation of color #442ADF: hue angle of 248.62º degrees, saturation: 0.74, 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 #442ADF is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 42 | 223 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.13 |
| HSL | 248.62º | 0.74% | 0.52% | - |
| HSV(B) | 248.62º | 0.81% | 0.87% | - |
| XYZ | 16.53 | 8.21 | 70.53 | - |
| YUV | 70.41 | 214.11 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 223 | 0.70 | 0.81 | 0 | 0.13 | 248.62 | 0.74 | 0.52 |
| Hex | 44 | 2A | DF | 46 | 51 | 0 | D | F9 | 4A | 34 |
| Octal | 104 | 52 | 337 | 106 | 121 | 0 | 15 | 371 | 112 | 64 |
| Binary | 1000100 | 101010 | 11011111 | 1000110 | 1010001 | 0 | 1101 | 11111001 | 1001010 | 110100 |
Color Harmonies of #442ADF
Complementary color
Monochromatic Colors of #442ADF
Black with #442ADF
Text Example
Text Example
White with #442ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442ADF; }
p { color: rgb(68,42,223); }
H1.HeaderClassName
{
color: #442ADF;
}
.AnyTagClassName
{
color: #442ADF;
}
</style>
background-color css
<style>
a { background-color: #442ADF; }
a { background-color: rgb(68,42,223); }
div.DivClassName
{
background-color: #442ADF;
}
.BgClassName
{
background-color: #442ADF;
}
</style>
border-color css
<style>
span { border-color: #442ADF; }
span { border-color: rgb(68,42,223); }
td.TdClassName
{
border-color: #442ADF;
}
.TagClassName
{
border-color: #442ADF;
}
</style>