Shades of Han Purple #441CD8
Tints of Han Purple #441CD8
RGB
CMYK
RGB Variations
Color information
#441CD8 (or 0x441CD8) is known color: Han Purple. HEX triplet: 44, 1C and D8. RGB value is (68,28,216). Sum of RGB (Red+Green+Blue) = 68+28+216=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 216 (84.77% from 255 or 69.23% from 312); Max value from RGB is 216 - color contains mainly: blue. Hex color #441CD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441CD8 is #BBE327. Grayscale: #3C3C3C. Windows color (decimal): -12313384 or 14163012. OLE color: 14163012.
HSL color Cylindrical-coordinate representation of color #441CD8: hue angle of 252.77º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441CD8 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 28 | 216 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.15 |
| HSL | 252.77º | 0.77% | 0.48% | - |
| HSV(B) | 252.77º | 0.87% | 0.85% | - |
| XYZ | 15.19 | 7.02 | 65.52 | - |
| YUV | 61.39 | 215.25 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 216 | 0.69 | 0.87 | 0 | 0.15 | 252.77 | 0.77 | 0.48 |
| Hex | 44 | 1C | D8 | 45 | 57 | 0 | F | FD | 4D | 30 |
| Octal | 104 | 34 | 330 | 105 | 127 | 0 | 17 | 375 | 115 | 60 |
| Binary | 1000100 | 11100 | 11011000 | 1000101 | 1010111 | 0 | 1111 | 11111101 | 1001101 | 110000 |
Color Harmonies of #441CD8
Complementary color
Monochromatic Colors of #441CD8
Black with #441CD8
Text Example
Text Example
White with #441CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441CD8; }
p { color: rgb(68,28,216); }
H1.HeaderClassName
{
color: #441CD8;
}
.AnyTagClassName
{
color: #441CD8;
}
</style>
background-color css
<style>
a { background-color: #441CD8; }
a { background-color: rgb(68,28,216); }
div.DivClassName
{
background-color: #441CD8;
}
.BgClassName
{
background-color: #441CD8;
}
</style>
border-color css
<style>
span { border-color: #441CD8; }
span { border-color: rgb(68,28,216); }
td.TdClassName
{
border-color: #441CD8;
}
.TagClassName
{
border-color: #441CD8;
}
</style>