Shades of Windsor #441D89
Tints of Windsor #441D89
RGB
CMYK
RGB Variations
Color information
#441D89 (or 0x441D89) is known color: Windsor. HEX triplet: 44, 1D and 89. RGB value is (68,29,137). Sum of RGB (Red+Green+Blue) = 68+29+137=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #441D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441D89 is #BBE276. Grayscale: #343434. Windows color (decimal): -12313207 or 8985924. OLE color: 8985924.
HSL color Cylindrical-coordinate representation of color #441D89: hue angle of 261.67º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #441D89 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 29 | 137 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.46 |
| HSL | 261.67º | 0.65% | 0.33% | - |
| HSV(B) | 261.67º | 0.79% | 0.54% | - |
| XYZ | 7.34 | 3.91 | 24.04 | - |
| YUV | 52.97 | 175.42 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 137 | 0.50 | 0.79 | 0 | 0.46 | 261.67 | 0.65 | 0.33 |
| Hex | 44 | 1D | 89 | 32 | 4F | 0 | 2E | 106 | 41 | 21 |
| Octal | 104 | 35 | 211 | 62 | 117 | 0 | 56 | 406 | 101 | 41 |
| Binary | 1000100 | 11101 | 10001001 | 110010 | 1001111 | 0 | 101110 | 100000110 | 1000001 | 100001 |
Color Harmonies of #441D89
Complementary color
Monochromatic Colors of #441D89
Black with #441D89
Text Example
Text Example
White with #441D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441D89; }
p { color: rgb(68,29,137); }
H1.HeaderClassName
{
color: #441D89;
}
.AnyTagClassName
{
color: #441D89;
}
</style>
background-color css
<style>
a { background-color: #441D89; }
a { background-color: rgb(68,29,137); }
div.DivClassName
{
background-color: #441D89;
}
.BgClassName
{
background-color: #441D89;
}
</style>
border-color css
<style>
span { border-color: #441D89; }
span { border-color: rgb(68,29,137); }
td.TdClassName
{
border-color: #441D89;
}
.TagClassName
{
border-color: #441D89;
}
</style>