Shades of Windsor #443778
Tints of Windsor #443778
RGB
CMYK
RGB Variations
Color information
#443778 (or 0x443778) is known color: Windsor. HEX triplet: 44, 37 and 78. RGB value is (68,55,120). Sum of RGB (Red+Green+Blue) = 68+55+120=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #443778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443778 is #BBC887. Grayscale: #424242. Windows color (decimal): -12306568 or 7878468. OLE color: 7878468.
HSL color Cylindrical-coordinate representation of color #443778: hue angle of 252º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #443778 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 55 | 120 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.53 |
| HSL | 252º | 0.37% | 0.34% | - |
| HSV(B) | 252º | 0.54% | 0.47% | - |
| XYZ | 7.14 | 5.32 | 18.42 | - |
| YUV | 66.3 | 158.31 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 55 | 120 | 0.43 | 0.54 | 0 | 0.53 | 252 | 0.37 | 0.34 |
| Hex | 44 | 37 | 78 | 2B | 36 | 0 | 35 | FC | 25 | 22 |
| Octal | 104 | 67 | 170 | 53 | 66 | 0 | 65 | 374 | 45 | 42 |
| Binary | 1000100 | 110111 | 1111000 | 101011 | 110110 | 0 | 110101 | 11111100 | 100101 | 100010 |
Color Harmonies of #443778
Complementary color
Monochromatic Colors of #443778
Black with #443778
Text Example
Text Example
White with #443778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443778; }
p { color: rgb(68,55,120); }
H1.HeaderClassName
{
color: #443778;
}
.AnyTagClassName
{
color: #443778;
}
</style>
background-color css
<style>
a { background-color: #443778; }
a { background-color: rgb(68,55,120); }
div.DivClassName
{
background-color: #443778;
}
.BgClassName
{
background-color: #443778;
}
</style>
border-color css
<style>
span { border-color: #443778; }
span { border-color: rgb(68,55,120); }
td.TdClassName
{
border-color: #443778;
}
.TagClassName
{
border-color: #443778;
}
</style>