Shades of Windsor #442A84
Tints of Windsor #442A84
RGB
CMYK
RGB Variations
Color information
#442A84 (or 0x442A84) is known color: Windsor. HEX triplet: 44, 2A and 84. RGB value is (68,42,132). Sum of RGB (Red+Green+Blue) = 68+42+132=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #442A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442A84 is #BBD57B. Grayscale: #3B3B3B. Windows color (decimal): -12309884 or 8661572. OLE color: 8661572.
HSL color Cylindrical-coordinate representation of color #442A84: hue angle of 257.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442A84 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 42 | 132 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.48 |
| HSL | 257.33º | 0.52% | 0.34% | - |
| HSV(B) | 257.33º | 0.68% | 0.52% | - |
| XYZ | 7.38 | 4.55 | 22.32 | - |
| YUV | 60.03 | 168.61 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 132 | 0.48 | 0.68 | 0 | 0.48 | 257.33 | 0.52 | 0.34 |
| Hex | 44 | 2A | 84 | 30 | 44 | 0 | 30 | 101 | 34 | 22 |
| Octal | 104 | 52 | 204 | 60 | 104 | 0 | 60 | 401 | 64 | 42 |
| Binary | 1000100 | 101010 | 10000100 | 110000 | 1000100 | 0 | 110000 | 100000001 | 110100 | 100010 |
Color Harmonies of #442A84
Complementary color
Monochromatic Colors of #442A84
Black with #442A84
Text Example
Text Example
White with #442A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A84; }
p { color: rgb(68,42,132); }
H1.HeaderClassName
{
color: #442A84;
}
.AnyTagClassName
{
color: #442A84;
}
</style>
background-color css
<style>
a { background-color: #442A84; }
a { background-color: rgb(68,42,132); }
div.DivClassName
{
background-color: #442A84;
}
.BgClassName
{
background-color: #442A84;
}
</style>
border-color css
<style>
span { border-color: #442A84; }
span { border-color: rgb(68,42,132); }
td.TdClassName
{
border-color: #442A84;
}
.TagClassName
{
border-color: #442A84;
}
</style>