Shades of Windsor #442179
Tints of Windsor #442179
RGB
CMYK
RGB Variations
Color information
#442179 (or 0x442179) is known color: Windsor. HEX triplet: 44, 21 and 79. RGB value is (68,33,121). Sum of RGB (Red+Green+Blue) = 68+33+121=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #442179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442179 is #BBDE86. Grayscale: #353535. Windows color (decimal): -12312199 or 7938372. OLE color: 7938372.
HSL color Cylindrical-coordinate representation of color #442179: hue angle of 263.86º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #442179 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 33 | 121 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.53 |
| HSL | 263.86º | 0.57% | 0.3% | - |
| HSV(B) | 263.86º | 0.73% | 0.47% | - |
| XYZ | 6.38 | 3.7 | 18.47 | - |
| YUV | 53.5 | 166.1 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 33 | 121 | 0.44 | 0.73 | 0 | 0.53 | 263.86 | 0.57 | 0.3 |
| Hex | 44 | 21 | 79 | 2C | 49 | 0 | 35 | 108 | 39 | 1E |
| Octal | 104 | 41 | 171 | 54 | 111 | 0 | 65 | 410 | 71 | 36 |
| Binary | 1000100 | 100001 | 1111001 | 101100 | 1001001 | 0 | 110101 | 100001000 | 111001 | 11110 |
Color Harmonies of #442179
Complementary color
Monochromatic Colors of #442179
Black with #442179
Text Example
Text Example
White with #442179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442179; }
p { color: rgb(68,33,121); }
H1.HeaderClassName
{
color: #442179;
}
.AnyTagClassName
{
color: #442179;
}
</style>
background-color css
<style>
a { background-color: #442179; }
a { background-color: rgb(68,33,121); }
div.DivClassName
{
background-color: #442179;
}
.BgClassName
{
background-color: #442179;
}
</style>
border-color css
<style>
span { border-color: #442179; }
span { border-color: rgb(68,33,121); }
td.TdClassName
{
border-color: #442179;
}
.TagClassName
{
border-color: #442179;
}
</style>