Shades of Windsor #442B87
Tints of Windsor #442B87
RGB
CMYK
RGB Variations
Color information
#442B87 (or 0x442B87) is known color: Windsor. HEX triplet: 44, 2B and 87. RGB value is (68,43,135). Sum of RGB (Red+Green+Blue) = 68+43+135=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #442B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442B87 is #BBD478. Grayscale: #3C3C3C. Windows color (decimal): -12309625 or 8858436. OLE color: 8858436.
HSL color Cylindrical-coordinate representation of color #442B87: hue angle of 256.3º degrees, saturation: 0.52, 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 #442B87 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 43 | 135 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.47 |
| HSL | 256.3º | 0.52% | 0.35% | - |
| HSV(B) | 256.3º | 0.68% | 0.53% | - |
| XYZ | 7.62 | 4.71 | 23.43 | - |
| YUV | 60.96 | 169.78 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 135 | 0.50 | 0.68 | 0 | 0.47 | 256.3 | 0.52 | 0.35 |
| Hex | 44 | 2B | 87 | 32 | 44 | 0 | 2F | 100 | 34 | 23 |
| Octal | 104 | 53 | 207 | 62 | 104 | 0 | 57 | 400 | 64 | 43 |
| Binary | 1000100 | 101011 | 10000111 | 110010 | 1000100 | 0 | 101111 | 100000000 | 110100 | 100011 |
Color Harmonies of #442B87
Complementary color
Monochromatic Colors of #442B87
Black with #442B87
Text Example
Text Example
White with #442B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B87; }
p { color: rgb(68,43,135); }
H1.HeaderClassName
{
color: #442B87;
}
.AnyTagClassName
{
color: #442B87;
}
</style>
background-color css
<style>
a { background-color: #442B87; }
a { background-color: rgb(68,43,135); }
div.DivClassName
{
background-color: #442B87;
}
.BgClassName
{
background-color: #442B87;
}
</style>
border-color css
<style>
span { border-color: #442B87; }
span { border-color: rgb(68,43,135); }
td.TdClassName
{
border-color: #442B87;
}
.TagClassName
{
border-color: #442B87;
}
</style>