Shades of Windsor #442D86
Tints of Windsor #442D86
RGB
CMYK
RGB Variations
Color information
#442D86 (or 0x442D86) is known color: Windsor. HEX triplet: 44, 2D and 86. RGB value is (68,45,134). Sum of RGB (Red+Green+Blue) = 68+45+134=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #442D86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442D86 is #BBD279. Grayscale: #3D3D3D. Windows color (decimal): -12309114 or 8793412. OLE color: 8793412.
HSL color Cylindrical-coordinate representation of color #442D86: hue angle of 255.51º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #442D86 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 45 | 134 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.47 |
| HSL | 255.51º | 0.5% | 0.35% | - |
| HSV(B) | 255.51º | 0.66% | 0.53% | - |
| XYZ | 7.63 | 4.83 | 23.08 | - |
| YUV | 62.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 134 | 0.49 | 0.66 | 0 | 0.47 | 255.51 | 0.5 | 0.35 |
| Hex | 44 | 2D | 86 | 31 | 42 | 0 | 2F | 100 | 32 | 23 |
| Octal | 104 | 55 | 206 | 61 | 102 | 0 | 57 | 400 | 62 | 43 |
| Binary | 1000100 | 101101 | 10000110 | 110001 | 1000010 | 0 | 101111 | 100000000 | 110010 | 100011 |
Color Harmonies of #442D86
Complementary color
Monochromatic Colors of #442D86
Black with #442D86
Text Example
Text Example
White with #442D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442D86; }
p { color: rgb(68,45,134); }
H1.HeaderClassName
{
color: #442D86;
}
.AnyTagClassName
{
color: #442D86;
}
</style>
background-color css
<style>
a { background-color: #442D86; }
a { background-color: rgb(68,45,134); }
div.DivClassName
{
background-color: #442D86;
}
.BgClassName
{
background-color: #442D86;
}
</style>
border-color css
<style>
span { border-color: #442D86; }
span { border-color: rgb(68,45,134); }
td.TdClassName
{
border-color: #442D86;
}
.TagClassName
{
border-color: #442D86;
}
</style>