Shades of Windsor #442B72
Tints of Windsor #442B72
RGB
CMYK
RGB Variations
Color information
#442B72 (or 0x442B72) is known color: Windsor. HEX triplet: 44, 2B and 72. RGB value is (68,43,114). Sum of RGB (Red+Green+Blue) = 68+43+114=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #442B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B72 is #BBD48D. Grayscale: #3A3A3A. Windows color (decimal): -12309646 or 7482180. OLE color: 7482180.
HSL color Cylindrical-coordinate representation of color #442B72: hue angle of 261.13º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #442B72 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 43 | 114 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.55 |
| HSL | 261.13º | 0.45% | 0.31% | - |
| HSV(B) | 261.13º | 0.62% | 0.45% | - |
| XYZ | 6.29 | 4.17 | 16.39 | - |
| YUV | 58.57 | 159.28 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 114 | 0.40 | 0.62 | 0 | 0.55 | 261.13 | 0.45 | 0.31 |
| Hex | 44 | 2B | 72 | 28 | 3E | 0 | 37 | 105 | 2D | 1F |
| Octal | 104 | 53 | 162 | 50 | 76 | 0 | 67 | 405 | 55 | 37 |
| Binary | 1000100 | 101011 | 1110010 | 101000 | 111110 | 0 | 110111 | 100000101 | 101101 | 11111 |
Color Harmonies of #442B72
Complementary color
Monochromatic Colors of #442B72
Black with #442B72
Text Example
Text Example
White with #442B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B72; }
p { color: rgb(68,43,114); }
H1.HeaderClassName
{
color: #442B72;
}
.AnyTagClassName
{
color: #442B72;
}
</style>
background-color css
<style>
a { background-color: #442B72; }
a { background-color: rgb(68,43,114); }
div.DivClassName
{
background-color: #442B72;
}
.BgClassName
{
background-color: #442B72;
}
</style>
border-color css
<style>
span { border-color: #442B72; }
span { border-color: rgb(68,43,114); }
td.TdClassName
{
border-color: #442B72;
}
.TagClassName
{
border-color: #442B72;
}
</style>