Shades of Windsor #44327A
Tints of Windsor #44327A
RGB
CMYK
RGB Variations
Color information
#44327A (or 0x44327A) is known color: Windsor. HEX triplet: 44, 32 and 7A. RGB value is (68,50,122). Sum of RGB (Red+Green+Blue) = 68+50+122=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #44327A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44327A is #BBCD85. Grayscale: #3F3F3F. Windows color (decimal): -12307846 or 8008260. OLE color: 8008260.
HSL color Cylindrical-coordinate representation of color #44327A: hue angle of 255º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44327A is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 50 | 122 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.52 |
| HSL | 255º | 0.42% | 0.34% | - |
| HSV(B) | 255º | 0.59% | 0.48% | - |
| XYZ | 7.04 | 4.92 | 18.99 | - |
| YUV | 63.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 122 | 0.44 | 0.59 | 0 | 0.52 | 255 | 0.42 | 0.34 |
| Hex | 44 | 32 | 7A | 2C | 3B | 0 | 34 | FF | 2A | 22 |
| Octal | 104 | 62 | 172 | 54 | 73 | 0 | 64 | 377 | 52 | 42 |
| Binary | 1000100 | 110010 | 1111010 | 101100 | 111011 | 0 | 110100 | 11111111 | 101010 | 100010 |
Color Harmonies of #44327A
Complementary color
Monochromatic Colors of #44327A
Black with #44327A
Text Example
Text Example
White with #44327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44327A; }
p { color: rgb(68,50,122); }
H1.HeaderClassName
{
color: #44327A;
}
.AnyTagClassName
{
color: #44327A;
}
</style>
background-color css
<style>
a { background-color: #44327A; }
a { background-color: rgb(68,50,122); }
div.DivClassName
{
background-color: #44327A;
}
.BgClassName
{
background-color: #44327A;
}
</style>
border-color css
<style>
span { border-color: #44327A; }
span { border-color: rgb(68,50,122); }
td.TdClassName
{
border-color: #44327A;
}
.TagClassName
{
border-color: #44327A;
}
</style>