Shades of Windsor #44218D
Tints of Windsor #44218D
RGB
CMYK
RGB Variations
Color information
#44218D (or 0x44218D) is known color: Windsor. HEX triplet: 44, 21 and 8D. RGB value is (68,33,141). Sum of RGB (Red+Green+Blue) = 68+33+141=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #44218D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44218D is #BBDE72. Grayscale: #373737. Windows color (decimal): -12312179 or 9249092. OLE color: 9249092.
HSL color Cylindrical-coordinate representation of color #44218D: hue angle of 259.44º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #44218D is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 33 | 141 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.45 |
| HSL | 259.44º | 0.62% | 0.34% | - |
| HSV(B) | 259.44º | 0.77% | 0.55% | - |
| XYZ | 7.74 | 4.24 | 25.61 | - |
| YUV | 55.78 | 176.1 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 33 | 141 | 0.52 | 0.77 | 0 | 0.45 | 259.44 | 0.62 | 0.34 |
| Hex | 44 | 21 | 8D | 34 | 4D | 0 | 2D | 103 | 3E | 22 |
| Octal | 104 | 41 | 215 | 64 | 115 | 0 | 55 | 403 | 76 | 42 |
| Binary | 1000100 | 100001 | 10001101 | 110100 | 1001101 | 0 | 101101 | 100000011 | 111110 | 100010 |
Color Harmonies of #44218D
Complementary color
Monochromatic Colors of #44218D
Black with #44218D
Text Example
Text Example
White with #44218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44218D; }
p { color: rgb(68,33,141); }
H1.HeaderClassName
{
color: #44218D;
}
.AnyTagClassName
{
color: #44218D;
}
</style>
background-color css
<style>
a { background-color: #44218D; }
a { background-color: rgb(68,33,141); }
div.DivClassName
{
background-color: #44218D;
}
.BgClassName
{
background-color: #44218D;
}
</style>
border-color css
<style>
span { border-color: #44218D; }
span { border-color: rgb(68,33,141); }
td.TdClassName
{
border-color: #44218D;
}
.TagClassName
{
border-color: #44218D;
}
</style>