Shades of Han Purple #441CD5
Tints of Han Purple #441CD5
RGB
CMYK
RGB Variations
Color information
#441CD5 (or 0x441CD5) is known color: Han Purple. HEX triplet: 44, 1C and D5. RGB value is (68,28,213). Sum of RGB (Red+Green+Blue) = 68+28+213=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 213 (83.59% from 255 or 68.93% from 309); Max value from RGB is 213 - color contains mainly: blue. Hex color #441CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441CD5 is #BBE32A. Grayscale: #3C3C3C. Windows color (decimal): -12313387 or 13966404. OLE color: 13966404.
HSL color Cylindrical-coordinate representation of color #441CD5: hue angle of 252.97º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441CD5 is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 28 | 213 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.16 |
| HSL | 252.97º | 0.77% | 0.47% | - |
| HSV(B) | 252.97º | 0.87% | 0.84% | - |
| XYZ | 14.81 | 6.86 | 63.5 | - |
| YUV | 61.05 | 213.75 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 213 | 0.68 | 0.87 | 0 | 0.16 | 252.97 | 0.77 | 0.47 |
| Hex | 44 | 1C | D5 | 44 | 57 | 0 | 10 | FD | 4D | 2F |
| Octal | 104 | 34 | 325 | 104 | 127 | 0 | 20 | 375 | 115 | 57 |
| Binary | 1000100 | 11100 | 11010101 | 1000100 | 1010111 | 0 | 10000 | 11111101 | 1001101 | 101111 |
Color Harmonies of #441CD5
Complementary color
Monochromatic Colors of #441CD5
Black with #441CD5
Text Example
Text Example
White with #441CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441CD5; }
p { color: rgb(68,28,213); }
H1.HeaderClassName
{
color: #441CD5;
}
.AnyTagClassName
{
color: #441CD5;
}
</style>
background-color css
<style>
a { background-color: #441CD5; }
a { background-color: rgb(68,28,213); }
div.DivClassName
{
background-color: #441CD5;
}
.BgClassName
{
background-color: #441CD5;
}
</style>
border-color css
<style>
span { border-color: #441CD5; }
span { border-color: rgb(68,28,213); }
td.TdClassName
{
border-color: #441CD5;
}
.TagClassName
{
border-color: #441CD5;
}
</style>