Shades of Windsor #441F89
Tints of Windsor #441F89
RGB
CMYK
RGB Variations
Color information
#441F89 (or 0x441F89) is known color: Windsor. HEX triplet: 44, 1F and 89. RGB value is (68,31,137). Sum of RGB (Red+Green+Blue) = 68+31+137=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #441F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441F89 is #BBE076. Grayscale: #353535. Windows color (decimal): -12312695 or 8986436. OLE color: 8986436.
HSL color Cylindrical-coordinate representation of color #441F89: hue angle of 260.94º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #441F89 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 31 | 137 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.46 |
| HSL | 260.94º | 0.63% | 0.33% | - |
| HSV(B) | 260.94º | 0.77% | 0.54% | - |
| XYZ | 7.39 | 4.02 | 24.05 | - |
| YUV | 54.15 | 174.76 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 137 | 0.50 | 0.77 | 0 | 0.46 | 260.94 | 0.63 | 0.33 |
| Hex | 44 | 1F | 89 | 32 | 4D | 0 | 2E | 105 | 3F | 21 |
| Octal | 104 | 37 | 211 | 62 | 115 | 0 | 56 | 405 | 77 | 41 |
| Binary | 1000100 | 11111 | 10001001 | 110010 | 1001101 | 0 | 101110 | 100000101 | 111111 | 100001 |
Color Harmonies of #441F89
Complementary color
Monochromatic Colors of #441F89
Black with #441F89
Text Example
Text Example
White with #441F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F89; }
p { color: rgb(68,31,137); }
H1.HeaderClassName
{
color: #441F89;
}
.AnyTagClassName
{
color: #441F89;
}
</style>
background-color css
<style>
a { background-color: #441F89; }
a { background-color: rgb(68,31,137); }
div.DivClassName
{
background-color: #441F89;
}
.BgClassName
{
background-color: #441F89;
}
</style>
border-color css
<style>
span { border-color: #441F89; }
span { border-color: rgb(68,31,137); }
td.TdClassName
{
border-color: #441F89;
}
.TagClassName
{
border-color: #441F89;
}
</style>