Shades of Windsor #442B84
Tints of Windsor #442B84
RGB
CMYK
RGB Variations
Color information
#442B84 (or 0x442B84) is known color: Windsor. HEX triplet: 44, 2B and 84. RGB value is (68,43,132). Sum of RGB (Red+Green+Blue) = 68+43+132=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #442B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442B84 is #BBD47B. Grayscale: #3C3C3C. Windows color (decimal): -12309628 or 8661828. OLE color: 8661828.
HSL color Cylindrical-coordinate representation of color #442B84: hue angle of 256.85º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #442B84 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 43 | 132 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.48 |
| HSL | 256.85º | 0.51% | 0.34% | - |
| HSV(B) | 256.85º | 0.67% | 0.52% | - |
| XYZ | 7.41 | 4.62 | 22.33 | - |
| YUV | 60.62 | 168.28 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 132 | 0.48 | 0.67 | 0 | 0.48 | 256.85 | 0.51 | 0.34 |
| Hex | 44 | 2B | 84 | 30 | 43 | 0 | 30 | 101 | 33 | 22 |
| Octal | 104 | 53 | 204 | 60 | 103 | 0 | 60 | 401 | 63 | 42 |
| Binary | 1000100 | 101011 | 10000100 | 110000 | 1000011 | 0 | 110000 | 100000001 | 110011 | 100010 |
Color Harmonies of #442B84
Complementary color
Monochromatic Colors of #442B84
Black with #442B84
Text Example
Text Example
White with #442B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B84; }
p { color: rgb(68,43,132); }
H1.HeaderClassName
{
color: #442B84;
}
.AnyTagClassName
{
color: #442B84;
}
</style>
background-color css
<style>
a { background-color: #442B84; }
a { background-color: rgb(68,43,132); }
div.DivClassName
{
background-color: #442B84;
}
.BgClassName
{
background-color: #442B84;
}
</style>
border-color css
<style>
span { border-color: #442B84; }
span { border-color: rgb(68,43,132); }
td.TdClassName
{
border-color: #442B84;
}
.TagClassName
{
border-color: #442B84;
}
</style>