Shades of Windsor #442B86
Tints of Windsor #442B86
RGB
CMYK
RGB Variations
Color information
#442B86 (or 0x442B86) is known color: Windsor. HEX triplet: 44, 2B and 86. RGB value is (68,43,134). Sum of RGB (Red+Green+Blue) = 68+43+134=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #442B86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442B86 is #BBD479. Grayscale: #3C3C3C. Windows color (decimal): -12309626 or 8792900. OLE color: 8792900.
HSL color Cylindrical-coordinate representation of color #442B86: hue angle of 256.48º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442B86 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 43 | 134 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.47 |
| HSL | 256.48º | 0.51% | 0.35% | - |
| HSV(B) | 256.48º | 0.68% | 0.53% | - |
| XYZ | 7.55 | 4.68 | 23.06 | - |
| YUV | 60.85 | 169.28 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 134 | 0.49 | 0.68 | 0 | 0.47 | 256.48 | 0.51 | 0.35 |
| Hex | 44 | 2B | 86 | 31 | 44 | 0 | 2F | 100 | 33 | 23 |
| Octal | 104 | 53 | 206 | 61 | 104 | 0 | 57 | 400 | 63 | 43 |
| Binary | 1000100 | 101011 | 10000110 | 110001 | 1000100 | 0 | 101111 | 100000000 | 110011 | 100011 |
Color Harmonies of #442B86
Complementary color
Monochromatic Colors of #442B86
Black with #442B86
Text Example
Text Example
White with #442B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B86; }
p { color: rgb(68,43,134); }
H1.HeaderClassName
{
color: #442B86;
}
.AnyTagClassName
{
color: #442B86;
}
</style>
background-color css
<style>
a { background-color: #442B86; }
a { background-color: rgb(68,43,134); }
div.DivClassName
{
background-color: #442B86;
}
.BgClassName
{
background-color: #442B86;
}
</style>
border-color css
<style>
span { border-color: #442B86; }
span { border-color: rgb(68,43,134); }
td.TdClassName
{
border-color: #442B86;
}
.TagClassName
{
border-color: #442B86;
}
</style>