Shades of Han Purple #440ADE
Tints of Han Purple #440ADE
RGB
CMYK
RGB Variations
Color information
#440ADE (or 0x440ADE) is known color: Han Purple. HEX triplet: 44, 0A and DE. RGB value is (68,10,222). Sum of RGB (Red+Green+Blue) = 68+10+222=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 222 (87.11% from 255 or 74% from 300); Max value from RGB is 222 - color contains mainly: blue. Hex color #440ADE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440ADE is #BBF521. Grayscale: #323232. Windows color (decimal): -12317986 or 14551620. OLE color: 14551620.
HSL color Cylindrical-coordinate representation of color #440ADE: hue angle of 256.42º 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 #440ADE is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 10 | 222 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.13 |
| HSL | 256.42º | 0.91% | 0.45% | - |
| HSV(B) | 256.42º | 0.95% | 0.87% | - |
| XYZ | 15.68 | 6.72 | 69.58 | - |
| YUV | 51.51 | 224.22 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 222 | 0.69 | 0.95 | 0 | 0.13 | 256.42 | 0.91 | 0.45 |
| Hex | 44 | A | DE | 45 | 5F | 0 | D | 100 | 5B | 2D |
| Octal | 104 | 12 | 336 | 105 | 137 | 0 | 15 | 400 | 133 | 55 |
| Binary | 1000100 | 1010 | 11011110 | 1000101 | 1011111 | 0 | 1101 | 100000000 | 1011011 | 101101 |
Color Harmonies of #440ADE
Complementary color
Monochromatic Colors of #440ADE
Black with #440ADE
Text Example
Text Example
White with #440ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440ADE; }
p { color: rgb(68,10,222); }
H1.HeaderClassName
{
color: #440ADE;
}
.AnyTagClassName
{
color: #440ADE;
}
</style>
background-color css
<style>
a { background-color: #440ADE; }
a { background-color: rgb(68,10,222); }
div.DivClassName
{
background-color: #440ADE;
}
.BgClassName
{
background-color: #440ADE;
}
</style>
border-color css
<style>
span { border-color: #440ADE; }
span { border-color: rgb(68,10,222); }
td.TdClassName
{
border-color: #440ADE;
}
.TagClassName
{
border-color: #440ADE;
}
</style>