Shades of Windsor #443277
Tints of Windsor #443277
RGB
CMYK
RGB Variations
Color information
#443277 (or 0x443277) is known color: Windsor. HEX triplet: 44, 32 and 77. RGB value is (68,50,119). Sum of RGB (Red+Green+Blue) = 68+50+119=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #443277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443277 is #BBCD88. Grayscale: #3E3E3E. Windows color (decimal): -12307849 or 7811652. OLE color: 7811652.
HSL color Cylindrical-coordinate representation of color #443277: hue angle of 255.65º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #443277 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 50 | 119 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.53 |
| HSL | 255.65º | 0.41% | 0.33% | - |
| HSV(B) | 255.65º | 0.58% | 0.47% | - |
| XYZ | 6.85 | 4.84 | 18.03 | - |
| YUV | 63.25 | 159.46 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 119 | 0.43 | 0.58 | 0 | 0.53 | 255.65 | 0.41 | 0.33 |
| Hex | 44 | 32 | 77 | 2B | 3A | 0 | 35 | 100 | 29 | 21 |
| Octal | 104 | 62 | 167 | 53 | 72 | 0 | 65 | 400 | 51 | 41 |
| Binary | 1000100 | 110010 | 1110111 | 101011 | 111010 | 0 | 110101 | 100000000 | 101001 | 100001 |
Color Harmonies of #443277
Complementary color
Monochromatic Colors of #443277
Black with #443277
Text Example
Text Example
White with #443277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443277; }
p { color: rgb(68,50,119); }
H1.HeaderClassName
{
color: #443277;
}
.AnyTagClassName
{
color: #443277;
}
</style>
background-color css
<style>
a { background-color: #443277; }
a { background-color: rgb(68,50,119); }
div.DivClassName
{
background-color: #443277;
}
.BgClassName
{
background-color: #443277;
}
</style>
border-color css
<style>
span { border-color: #443277; }
span { border-color: rgb(68,50,119); }
td.TdClassName
{
border-color: #443277;
}
.TagClassName
{
border-color: #443277;
}
</style>