Shades of Windsor #441B79
Tints of Windsor #441B79
RGB
CMYK
RGB Variations
Color information
#441B79 (or 0x441B79) is known color: Windsor. HEX triplet: 44, 1B and 79. RGB value is (68,27,121). Sum of RGB (Red+Green+Blue) = 68+27+121=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #441B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441B79 is #BBE486. Grayscale: #313131. Windows color (decimal): -12313735 or 7936836. OLE color: 7936836.
HSL color Cylindrical-coordinate representation of color #441B79: hue angle of 266.17º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #441B79 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 27 | 121 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.53 |
| HSL | 266.17º | 0.64% | 0.29% | - |
| HSV(B) | 266.17º | 0.78% | 0.47% | - |
| XYZ | 6.23 | 3.39 | 18.42 | - |
| YUV | 49.98 | 168.08 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 121 | 0.44 | 0.78 | 0 | 0.53 | 266.17 | 0.64 | 0.29 |
| Hex | 44 | 1B | 79 | 2C | 4E | 0 | 35 | 10A | 40 | 1D |
| Octal | 104 | 33 | 171 | 54 | 116 | 0 | 65 | 412 | 100 | 35 |
| Binary | 1000100 | 11011 | 1111001 | 101100 | 1001110 | 0 | 110101 | 100001010 | 1000000 | 11101 |
Color Harmonies of #441B79
Complementary color
Monochromatic Colors of #441B79
Black with #441B79
Text Example
Text Example
White with #441B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B79; }
p { color: rgb(68,27,121); }
H1.HeaderClassName
{
color: #441B79;
}
.AnyTagClassName
{
color: #441B79;
}
</style>
background-color css
<style>
a { background-color: #441B79; }
a { background-color: rgb(68,27,121); }
div.DivClassName
{
background-color: #441B79;
}
.BgClassName
{
background-color: #441B79;
}
</style>
border-color css
<style>
span { border-color: #441B79; }
span { border-color: rgb(68,27,121); }
td.TdClassName
{
border-color: #441B79;
}
.TagClassName
{
border-color: #441B79;
}
</style>