Shades of Han Purple #440AD4
Tints of Han Purple #440AD4
RGB
CMYK
RGB Variations
Color information
#440AD4 (or 0x440AD4) is known color: Han Purple. HEX triplet: 44, 0A and D4. RGB value is (68,10,212). Sum of RGB (Red+Green+Blue) = 68+10+212=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 212 (83.20% from 255 or 73.10% from 290); Max value from RGB is 212 - color contains mainly: blue. Hex color #440AD4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440AD4 is #BBF52B. Grayscale: #313131. Windows color (decimal): -12317996 or 13896260. OLE color: 13896260.
HSL color Cylindrical-coordinate representation of color #440AD4: hue angle of 257.23º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440AD4 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 68 | 10 | 212 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.17 |
| HSL | 257.23º | 0.91% | 0.44% | - |
| HSV(B) | 257.23º | 0.95% | 0.83% | - |
| XYZ | 14.38 | 6.2 | 62.73 | - |
| YUV | 50.37 | 219.22 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 212 | 0.68 | 0.95 | 0 | 0.17 | 257.23 | 0.91 | 0.44 |
| Hex | 44 | A | D4 | 44 | 5F | 0 | 11 | 101 | 5B | 2C |
| Octal | 104 | 12 | 324 | 104 | 137 | 0 | 21 | 401 | 133 | 54 |
| Binary | 1000100 | 1010 | 11010100 | 1000100 | 1011111 | 0 | 10001 | 100000001 | 1011011 | 101100 |
Color Harmonies of #440AD4
Complementary color
Monochromatic Colors of #440AD4
Black with #440AD4
Text Example
Text Example
White with #440AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440AD4; }
p { color: rgb(68,10,212); }
H1.HeaderClassName
{
color: #440AD4;
}
.AnyTagClassName
{
color: #440AD4;
}
</style>
background-color css
<style>
a { background-color: #440AD4; }
a { background-color: rgb(68,10,212); }
div.DivClassName
{
background-color: #440AD4;
}
.BgClassName
{
background-color: #440AD4;
}
</style>
border-color css
<style>
span { border-color: #440AD4; }
span { border-color: rgb(68,10,212); }
td.TdClassName
{
border-color: #440AD4;
}
.TagClassName
{
border-color: #440AD4;
}
</style>