Shades of Windsor #441C89
Tints of Windsor #441C89
RGB
CMYK
RGB Variations
Color information
#441C89 (or 0x441C89) is known color: Windsor. HEX triplet: 44, 1C and 89. RGB value is (68,28,137). Sum of RGB (Red+Green+Blue) = 68+28+137=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #441C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441C89 is #BBE376. Grayscale: #333333. Windows color (decimal): -12313463 or 8985668. OLE color: 8985668.
HSL color Cylindrical-coordinate representation of color #441C89: hue angle of 262.02º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #441C89 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 28 | 137 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.46 |
| HSL | 262.02º | 0.66% | 0.32% | - |
| HSV(B) | 262.02º | 0.8% | 0.54% | - |
| XYZ | 7.31 | 3.87 | 24.03 | - |
| YUV | 52.39 | 175.75 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 137 | 0.50 | 0.80 | 0 | 0.46 | 262.02 | 0.66 | 0.32 |
| Hex | 44 | 1C | 89 | 32 | 50 | 0 | 2E | 106 | 42 | 20 |
| Octal | 104 | 34 | 211 | 62 | 120 | 0 | 56 | 406 | 102 | 40 |
| Binary | 1000100 | 11100 | 10001001 | 110010 | 1010000 | 0 | 101110 | 100000110 | 1000010 | 100000 |
Color Harmonies of #441C89
Complementary color
Monochromatic Colors of #441C89
Black with #441C89
Text Example
Text Example
White with #441C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441C89; }
p { color: rgb(68,28,137); }
H1.HeaderClassName
{
color: #441C89;
}
.AnyTagClassName
{
color: #441C89;
}
</style>
background-color css
<style>
a { background-color: #441C89; }
a { background-color: rgb(68,28,137); }
div.DivClassName
{
background-color: #441C89;
}
.BgClassName
{
background-color: #441C89;
}
</style>
border-color css
<style>
span { border-color: #441C89; }
span { border-color: rgb(68,28,137); }
td.TdClassName
{
border-color: #441C89;
}
.TagClassName
{
border-color: #441C89;
}
</style>