Shades of Windsor #441C79
Tints of Windsor #441C79
RGB
CMYK
RGB Variations
Color information
#441C79 (or 0x441C79) is known color: Windsor. HEX triplet: 44, 1C and 79. RGB value is (68,28,121). Sum of RGB (Red+Green+Blue) = 68+28+121=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 121 (47.66% from 255 or 55.76% from 217); Max value from RGB is 121 - color contains mainly: blue. Hex color #441C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441C79 is #BBE386. Grayscale: #323232. Windows color (decimal): -12313479 or 7937092. OLE color: 7937092.
HSL color Cylindrical-coordinate representation of color #441C79: hue angle of 265.81º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #441C79 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 28 | 121 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.53 |
| HSL | 265.81º | 0.62% | 0.29% | - |
| HSV(B) | 265.81º | 0.77% | 0.47% | - |
| XYZ | 6.25 | 3.44 | 18.42 | - |
| YUV | 50.56 | 167.75 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 121 | 0.44 | 0.77 | 0 | 0.53 | 265.81 | 0.62 | 0.29 |
| Hex | 44 | 1C | 79 | 2C | 4D | 0 | 35 | 10A | 3E | 1D |
| Octal | 104 | 34 | 171 | 54 | 115 | 0 | 65 | 412 | 76 | 35 |
| Binary | 1000100 | 11100 | 1111001 | 101100 | 1001101 | 0 | 110101 | 100001010 | 111110 | 11101 |
Color Harmonies of #441C79
Complementary color
Monochromatic Colors of #441C79
Black with #441C79
Text Example
Text Example
White with #441C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441C79; }
p { color: rgb(68,28,121); }
H1.HeaderClassName
{
color: #441C79;
}
.AnyTagClassName
{
color: #441C79;
}
</style>
background-color css
<style>
a { background-color: #441C79; }
a { background-color: rgb(68,28,121); }
div.DivClassName
{
background-color: #441C79;
}
.BgClassName
{
background-color: #441C79;
}
</style>
border-color css
<style>
span { border-color: #441C79; }
span { border-color: rgb(68,28,121); }
td.TdClassName
{
border-color: #441C79;
}
.TagClassName
{
border-color: #441C79;
}
</style>