Shades of Windsor #443272
Tints of Windsor #443272
RGB
CMYK
RGB Variations
Color information
#443272 (or 0x443272) is known color: Windsor. HEX triplet: 44, 32 and 72. RGB value is (68,50,114). Sum of RGB (Red+Green+Blue) = 68+50+114=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #443272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443272 is #BBCD8D. Grayscale: #3E3E3E. Windows color (decimal): -12307854 or 7483972. OLE color: 7483972.
HSL color Cylindrical-coordinate representation of color #443272: hue angle of 256.88º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #443272 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 50 | 114 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.55 |
| HSL | 256.88º | 0.39% | 0.32% | - |
| HSV(B) | 256.88º | 0.56% | 0.45% | - |
| XYZ | 6.56 | 4.73 | 16.49 | - |
| YUV | 62.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 114 | 0.40 | 0.56 | 0 | 0.55 | 256.88 | 0.39 | 0.32 |
| Hex | 44 | 32 | 72 | 28 | 38 | 0 | 37 | 101 | 27 | 20 |
| Octal | 104 | 62 | 162 | 50 | 70 | 0 | 67 | 401 | 47 | 40 |
| Binary | 1000100 | 110010 | 1110010 | 101000 | 111000 | 0 | 110111 | 100000001 | 100111 | 100000 |
Color Harmonies of #443272
Complementary color
Monochromatic Colors of #443272
Black with #443272
Text Example
Text Example
White with #443272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443272; }
p { color: rgb(68,50,114); }
H1.HeaderClassName
{
color: #443272;
}
.AnyTagClassName
{
color: #443272;
}
</style>
background-color css
<style>
a { background-color: #443272; }
a { background-color: rgb(68,50,114); }
div.DivClassName
{
background-color: #443272;
}
.BgClassName
{
background-color: #443272;
}
</style>
border-color css
<style>
span { border-color: #443272; }
span { border-color: rgb(68,50,114); }
td.TdClassName
{
border-color: #443272;
}
.TagClassName
{
border-color: #443272;
}
</style>