Shades of Windsor #441D91
Tints of Windsor #441D91
RGB
CMYK
RGB Variations
Color information
#441D91 (or 0x441D91) is known color: Windsor. HEX triplet: 44, 1D and 91. RGB value is (68,29,145). Sum of RGB (Red+Green+Blue) = 68+29+145=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #441D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441D91 is #BBE26E. Grayscale: #353535. Windows color (decimal): -12313199 or 9510212. OLE color: 9510212.
HSL color Cylindrical-coordinate representation of color #441D91: hue angle of 260.17º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #441D91 is Cyan = 0.53, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 29 | 145 | - |
| CMYK | 0.53 | 0.8 | 0 | 0.43 |
| HSL | 260.17º | 0.67% | 0.34% | - |
| HSV(B) | 260.17º | 0.8% | 0.57% | - |
| XYZ | 7.93 | 4.15 | 27.17 | - |
| YUV | 53.89 | 179.42 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 145 | 0.53 | 0.8 | 0 | 0.43 | 260.17 | 0.67 | 0.34 |
| Hex | 44 | 1D | 91 | 35 | 50 | 0 | 2B | 104 | 43 | 22 |
| Octal | 104 | 35 | 221 | 65 | 120 | 0 | 53 | 404 | 103 | 42 |
| Binary | 1000100 | 11101 | 10010001 | 110101 | 1010000 | 0 | 101011 | 100000100 | 1000011 | 100010 |
Color Harmonies of #441D91
Complementary color
Monochromatic Colors of #441D91
Black with #441D91
Text Example
Text Example
White with #441D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441D91; }
p { color: rgb(68,29,145); }
H1.HeaderClassName
{
color: #441D91;
}
.AnyTagClassName
{
color: #441D91;
}
</style>
background-color css
<style>
a { background-color: #441D91; }
a { background-color: rgb(68,29,145); }
div.DivClassName
{
background-color: #441D91;
}
.BgClassName
{
background-color: #441D91;
}
</style>
border-color css
<style>
span { border-color: #441D91; }
span { border-color: rgb(68,29,145); }
td.TdClassName
{
border-color: #441D91;
}
.TagClassName
{
border-color: #441D91;
}
</style>