Shades of Windsor #442176
Tints of Windsor #442176
RGB
CMYK
RGB Variations
Color information
#442176 (or 0x442176) is known color: Windsor. HEX triplet: 44, 21 and 76. RGB value is (68,33,118). Sum of RGB (Red+Green+Blue) = 68+33+118=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #442176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442176 is #BBDE89. Grayscale: #343434. Windows color (decimal): -12312202 or 7741764. OLE color: 7741764.
HSL color Cylindrical-coordinate representation of color #442176: hue angle of 264.71º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442176 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 33 | 118 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.54 |
| HSL | 264.71º | 0.56% | 0.3% | - |
| HSV(B) | 264.71º | 0.72% | 0.46% | - |
| XYZ | 6.2 | 3.62 | 17.51 | - |
| YUV | 53.16 | 164.6 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 33 | 118 | 0.42 | 0.72 | 0 | 0.54 | 264.71 | 0.56 | 0.3 |
| Hex | 44 | 21 | 76 | 2A | 48 | 0 | 36 | 109 | 38 | 1E |
| Octal | 104 | 41 | 166 | 52 | 110 | 0 | 66 | 411 | 70 | 36 |
| Binary | 1000100 | 100001 | 1110110 | 101010 | 1001000 | 0 | 110110 | 100001001 | 111000 | 11110 |
Color Harmonies of #442176
Complementary color
Monochromatic Colors of #442176
Black with #442176
Text Example
Text Example
White with #442176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442176; }
p { color: rgb(68,33,118); }
H1.HeaderClassName
{
color: #442176;
}
.AnyTagClassName
{
color: #442176;
}
</style>
background-color css
<style>
a { background-color: #442176; }
a { background-color: rgb(68,33,118); }
div.DivClassName
{
background-color: #442176;
}
.BgClassName
{
background-color: #442176;
}
</style>
border-color css
<style>
span { border-color: #442176; }
span { border-color: rgb(68,33,118); }
td.TdClassName
{
border-color: #442176;
}
.TagClassName
{
border-color: #442176;
}
</style>