Shades of Han Purple #440AD1
Tints of Han Purple #440AD1
RGB
CMYK
RGB Variations
Color information
#440AD1 (or 0x440AD1) is known color: Han Purple. HEX triplet: 44, 0A and D1. RGB value is (68,10,209). Sum of RGB (Red+Green+Blue) = 68+10+209=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 209 (82.03% from 255 or 72.82% from 287); Max value from RGB is 209 - color contains mainly: blue. Hex color #440AD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440AD1 is #BBF52E. Grayscale: #313131. Windows color (decimal): -12317999 or 13699652. OLE color: 13699652.
HSL color Cylindrical-coordinate representation of color #440AD1: hue angle of 257.49º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440AD1 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 10 | 209 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.18 |
| HSL | 257.49º | 0.91% | 0.43% | - |
| HSV(B) | 257.49º | 0.95% | 0.82% | - |
| XYZ | 14 | 6.05 | 60.75 | - |
| YUV | 50.03 | 217.72 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 209 | 0.67 | 0.95 | 0 | 0.18 | 257.49 | 0.91 | 0.43 |
| Hex | 44 | A | D1 | 43 | 5F | 0 | 12 | 101 | 5B | 2B |
| Octal | 104 | 12 | 321 | 103 | 137 | 0 | 22 | 401 | 133 | 53 |
| Binary | 1000100 | 1010 | 11010001 | 1000011 | 1011111 | 0 | 10010 | 100000001 | 1011011 | 101011 |
Color Harmonies of #440AD1
Complementary color
Monochromatic Colors of #440AD1
Black with #440AD1
Text Example
Text Example
White with #440AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440AD1; }
p { color: rgb(68,10,209); }
H1.HeaderClassName
{
color: #440AD1;
}
.AnyTagClassName
{
color: #440AD1;
}
</style>
background-color css
<style>
a { background-color: #440AD1; }
a { background-color: rgb(68,10,209); }
div.DivClassName
{
background-color: #440AD1;
}
.BgClassName
{
background-color: #440AD1;
}
</style>
border-color css
<style>
span { border-color: #440AD1; }
span { border-color: rgb(68,10,209); }
td.TdClassName
{
border-color: #440AD1;
}
.TagClassName
{
border-color: #440AD1;
}
</style>