Shades of Windsor #442B79
Tints of Windsor #442B79
RGB
CMYK
RGB Variations
Color information
#442B79 (or 0x442B79) is known color: Windsor. HEX triplet: 44, 2B and 79. RGB value is (68,43,121). Sum of RGB (Red+Green+Blue) = 68+43+121=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #442B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B79 is #BBD486. Grayscale: #3B3B3B. Windows color (decimal): -12309639 or 7940932. OLE color: 7940932.
HSL color Cylindrical-coordinate representation of color #442B79: hue angle of 259.23º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #442B79 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 43 | 121 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.53 |
| HSL | 259.23º | 0.48% | 0.32% | - |
| HSV(B) | 259.23º | 0.64% | 0.47% | - |
| XYZ | 6.7 | 4.34 | 18.57 | - |
| YUV | 59.37 | 162.78 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 121 | 0.44 | 0.64 | 0 | 0.53 | 259.23 | 0.48 | 0.32 |
| Hex | 44 | 2B | 79 | 2C | 40 | 0 | 35 | 103 | 30 | 20 |
| Octal | 104 | 53 | 171 | 54 | 100 | 0 | 65 | 403 | 60 | 40 |
| Binary | 1000100 | 101011 | 1111001 | 101100 | 1000000 | 0 | 110101 | 100000011 | 110000 | 100000 |
Color Harmonies of #442B79
Complementary color
Monochromatic Colors of #442B79
Black with #442B79
Text Example
Text Example
White with #442B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B79; }
p { color: rgb(68,43,121); }
H1.HeaderClassName
{
color: #442B79;
}
.AnyTagClassName
{
color: #442B79;
}
</style>
background-color css
<style>
a { background-color: #442B79; }
a { background-color: rgb(68,43,121); }
div.DivClassName
{
background-color: #442B79;
}
.BgClassName
{
background-color: #442B79;
}
</style>
border-color css
<style>
span { border-color: #442B79; }
span { border-color: rgb(68,43,121); }
td.TdClassName
{
border-color: #442B79;
}
.TagClassName
{
border-color: #442B79;
}
</style>