Shades of Windsor #442D7A
Tints of Windsor #442D7A
RGB
CMYK
RGB Variations
Color information
#442D7A (or 0x442D7A) is known color: Windsor. HEX triplet: 44, 2D and 7A. RGB value is (68,45,122). Sum of RGB (Red+Green+Blue) = 68+45+122=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #442D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442D7A is #BBD285. Grayscale: #3C3C3C. Windows color (decimal): -12309126 or 8006980. OLE color: 8006980.
HSL color Cylindrical-coordinate representation of color #442D7A: hue angle of 257.92º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #442D7A is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 45 | 122 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.52 |
| HSL | 257.92º | 0.46% | 0.33% | - |
| HSV(B) | 257.92º | 0.63% | 0.48% | - |
| XYZ | 6.84 | 4.51 | 18.92 | - |
| YUV | 60.66 | 162.62 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 122 | 0.44 | 0.63 | 0 | 0.52 | 257.92 | 0.46 | 0.33 |
| Hex | 44 | 2D | 7A | 2C | 3F | 0 | 34 | 102 | 2E | 21 |
| Octal | 104 | 55 | 172 | 54 | 77 | 0 | 64 | 402 | 56 | 41 |
| Binary | 1000100 | 101101 | 1111010 | 101100 | 111111 | 0 | 110100 | 100000010 | 101110 | 100001 |
Color Harmonies of #442D7A
Complementary color
Monochromatic Colors of #442D7A
Black with #442D7A
Text Example
Text Example
White with #442D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442D7A; }
p { color: rgb(68,45,122); }
H1.HeaderClassName
{
color: #442D7A;
}
.AnyTagClassName
{
color: #442D7A;
}
</style>
background-color css
<style>
a { background-color: #442D7A; }
a { background-color: rgb(68,45,122); }
div.DivClassName
{
background-color: #442D7A;
}
.BgClassName
{
background-color: #442D7A;
}
</style>
border-color css
<style>
span { border-color: #442D7A; }
span { border-color: rgb(68,45,122); }
td.TdClassName
{
border-color: #442D7A;
}
.TagClassName
{
border-color: #442D7A;
}
</style>