Shades of Windsor #441D8E
Tints of Windsor #441D8E
RGB
CMYK
RGB Variations
Color information
#441D8E (or 0x441D8E) is known color: Windsor. HEX triplet: 44, 1D and 8E. RGB value is (68,29,142). Sum of RGB (Red+Green+Blue) = 68+29+142=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #441D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441D8E is #BBE271. Grayscale: #353535. Windows color (decimal): -12313202 or 9313604. OLE color: 9313604.
HSL color Cylindrical-coordinate representation of color #441D8E: hue angle of 260.71º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #441D8E is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 29 | 142 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.44 |
| HSL | 260.71º | 0.66% | 0.34% | - |
| HSV(B) | 260.71º | 0.8% | 0.56% | - |
| XYZ | 7.71 | 4.06 | 25.97 | - |
| YUV | 53.54 | 177.92 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 142 | 0.52 | 0.80 | 0 | 0.44 | 260.71 | 0.66 | 0.34 |
| Hex | 44 | 1D | 8E | 34 | 50 | 0 | 2C | 105 | 42 | 22 |
| Octal | 104 | 35 | 216 | 64 | 120 | 0 | 54 | 405 | 102 | 42 |
| Binary | 1000100 | 11101 | 10001110 | 110100 | 1010000 | 0 | 101100 | 100000101 | 1000010 | 100010 |
Color Harmonies of #441D8E
Complementary color
Monochromatic Colors of #441D8E
Black with #441D8E
Text Example
Text Example
White with #441D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441D8E; }
p { color: rgb(68,29,142); }
H1.HeaderClassName
{
color: #441D8E;
}
.AnyTagClassName
{
color: #441D8E;
}
</style>
background-color css
<style>
a { background-color: #441D8E; }
a { background-color: rgb(68,29,142); }
div.DivClassName
{
background-color: #441D8E;
}
.BgClassName
{
background-color: #441D8E;
}
</style>
border-color css
<style>
span { border-color: #441D8E; }
span { border-color: rgb(68,29,142); }
td.TdClassName
{
border-color: #441D8E;
}
.TagClassName
{
border-color: #441D8E;
}
</style>