Shades of Han Purple #440ADF
Tints of Han Purple #440ADF
RGB
CMYK
RGB Variations
Color information
#440ADF (or 0x440ADF) is known color: Han Purple. HEX triplet: 44, 0A and DF. RGB value is (68,10,223). Sum of RGB (Red+Green+Blue) = 68+10+223=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #440ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440ADF is #BBF520. Grayscale: #323232. Windows color (decimal): -12317985 or 14617156. OLE color: 14617156.
HSL color Cylindrical-coordinate representation of color #440ADF: hue angle of 256.34º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440ADF is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 10 | 223 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.13 |
| HSL | 256.34º | 0.91% | 0.46% | - |
| HSV(B) | 256.34º | 0.96% | 0.87% | - |
| XYZ | 15.81 | 6.77 | 70.29 | - |
| YUV | 51.62 | 224.72 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 223 | 0.70 | 0.96 | 0 | 0.13 | 256.34 | 0.91 | 0.46 |
| Hex | 44 | A | DF | 46 | 60 | 0 | D | 100 | 5B | 2E |
| Octal | 104 | 12 | 337 | 106 | 140 | 0 | 15 | 400 | 133 | 56 |
| Binary | 1000100 | 1010 | 11011111 | 1000110 | 1100000 | 0 | 1101 | 100000000 | 1011011 | 101110 |
Color Harmonies of #440ADF
Complementary color
Monochromatic Colors of #440ADF
Black with #440ADF
Text Example
Text Example
White with #440ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440ADF; }
p { color: rgb(68,10,223); }
H1.HeaderClassName
{
color: #440ADF;
}
.AnyTagClassName
{
color: #440ADF;
}
</style>
background-color css
<style>
a { background-color: #440ADF; }
a { background-color: rgb(68,10,223); }
div.DivClassName
{
background-color: #440ADF;
}
.BgClassName
{
background-color: #440ADF;
}
</style>
border-color css
<style>
span { border-color: #440ADF; }
span { border-color: rgb(68,10,223); }
td.TdClassName
{
border-color: #440ADF;
}
.TagClassName
{
border-color: #440ADF;
}
</style>