Shades of Windsor #441F91
Tints of Windsor #441F91
RGB
CMYK
RGB Variations
Color information
#441F91 (or 0x441F91) is known color: Windsor. HEX triplet: 44, 1F and 91. RGB value is (68,31,145). Sum of RGB (Red+Green+Blue) = 68+31+145=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 31 (12.5% from 255 or 12.70% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #441F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441F91 is #BBE06E. Grayscale: #363636. Windows color (decimal): -12312687 or 9510724. OLE color: 9510724.
HSL color Cylindrical-coordinate representation of color #441F91: hue angle of 259.47º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #441F91 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 31 | 145 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.43 |
| HSL | 259.47º | 0.65% | 0.35% | - |
| HSV(B) | 259.47º | 0.79% | 0.57% | - |
| XYZ | 7.98 | 4.25 | 27.19 | - |
| YUV | 55.06 | 178.76 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 145 | 0.53 | 0.79 | 0 | 0.43 | 259.47 | 0.65 | 0.35 |
| Hex | 44 | 1F | 91 | 35 | 4F | 0 | 2B | 103 | 41 | 23 |
| Octal | 104 | 37 | 221 | 65 | 117 | 0 | 53 | 403 | 101 | 43 |
| Binary | 1000100 | 11111 | 10010001 | 110101 | 1001111 | 0 | 101011 | 100000011 | 1000001 | 100011 |
Color Harmonies of #441F91
Complementary color
Monochromatic Colors of #441F91
Black with #441F91
Text Example
Text Example
White with #441F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F91; }
p { color: rgb(68,31,145); }
H1.HeaderClassName
{
color: #441F91;
}
.AnyTagClassName
{
color: #441F91;
}
</style>
background-color css
<style>
a { background-color: #441F91; }
a { background-color: rgb(68,31,145); }
div.DivClassName
{
background-color: #441F91;
}
.BgClassName
{
background-color: #441F91;
}
</style>
border-color css
<style>
span { border-color: #441F91; }
span { border-color: rgb(68,31,145); }
td.TdClassName
{
border-color: #441F91;
}
.TagClassName
{
border-color: #441F91;
}
</style>