Shades of Windsor #442A89
Tints of Windsor #442A89
RGB
CMYK
RGB Variations
Color information
#442A89 (or 0x442A89) is known color: Windsor. HEX triplet: 44, 2A and 89. RGB value is (68,42,137). Sum of RGB (Red+Green+Blue) = 68+42+137=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #442A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442A89 is #BBD576. Grayscale: #3C3C3C. Windows color (decimal): -12309879 or 8989252. OLE color: 8989252.
HSL color Cylindrical-coordinate representation of color #442A89: hue angle of 256.42º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442A89 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 42 | 137 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.46 |
| HSL | 256.42º | 0.53% | 0.35% | - |
| HSV(B) | 256.42º | 0.69% | 0.54% | - |
| XYZ | 7.73 | 4.69 | 24.17 | - |
| YUV | 60.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 137 | 0.50 | 0.69 | 0 | 0.46 | 256.42 | 0.53 | 0.35 |
| Hex | 44 | 2A | 89 | 32 | 45 | 0 | 2E | 100 | 35 | 23 |
| Octal | 104 | 52 | 211 | 62 | 105 | 0 | 56 | 400 | 65 | 43 |
| Binary | 1000100 | 101010 | 10001001 | 110010 | 1000101 | 0 | 101110 | 100000000 | 110101 | 100011 |
Color Harmonies of #442A89
Complementary color
Monochromatic Colors of #442A89
Black with #442A89
Text Example
Text Example
White with #442A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A89; }
p { color: rgb(68,42,137); }
H1.HeaderClassName
{
color: #442A89;
}
.AnyTagClassName
{
color: #442A89;
}
</style>
background-color css
<style>
a { background-color: #442A89; }
a { background-color: rgb(68,42,137); }
div.DivClassName
{
background-color: #442A89;
}
.BgClassName
{
background-color: #442A89;
}
</style>
border-color css
<style>
span { border-color: #442A89; }
span { border-color: rgb(68,42,137); }
td.TdClassName
{
border-color: #442A89;
}
.TagClassName
{
border-color: #442A89;
}
</style>