Shades of Han Purple #440ADD
Tints of Han Purple #440ADD
RGB
CMYK
RGB Variations
Color information
#440ADD (or 0x440ADD) is known color: Han Purple. HEX triplet: 44, 0A and DD. RGB value is (68,10,221). Sum of RGB (Red+Green+Blue) = 68+10+221=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #440ADD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440ADD is #BBF522. Grayscale: #323232. Windows color (decimal): -12317987 or 14486084. OLE color: 14486084.
HSL color Cylindrical-coordinate representation of color #440ADD: hue angle of 256.49º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440ADD is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 10 | 221 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.13 |
| HSL | 256.49º | 0.91% | 0.45% | - |
| HSV(B) | 256.49º | 0.95% | 0.87% | - |
| XYZ | 15.54 | 6.67 | 68.87 | - |
| YUV | 51.4 | 223.72 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 221 | 0.69 | 0.95 | 0 | 0.13 | 256.49 | 0.91 | 0.45 |
| Hex | 44 | A | DD | 45 | 5F | 0 | D | 100 | 5B | 2D |
| Octal | 104 | 12 | 335 | 105 | 137 | 0 | 15 | 400 | 133 | 55 |
| Binary | 1000100 | 1010 | 11011101 | 1000101 | 1011111 | 0 | 1101 | 100000000 | 1011011 | 101101 |
Color Harmonies of #440ADD
Complementary color
Monochromatic Colors of #440ADD
Black with #440ADD
Text Example
Text Example
White with #440ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440ADD; }
p { color: rgb(68,10,221); }
H1.HeaderClassName
{
color: #440ADD;
}
.AnyTagClassName
{
color: #440ADD;
}
</style>
background-color css
<style>
a { background-color: #440ADD; }
a { background-color: rgb(68,10,221); }
div.DivClassName
{
background-color: #440ADD;
}
.BgClassName
{
background-color: #440ADD;
}
</style>
border-color css
<style>
span { border-color: #440ADD; }
span { border-color: rgb(68,10,221); }
td.TdClassName
{
border-color: #440ADD;
}
.TagClassName
{
border-color: #440ADD;
}
</style>