Shades of Windsor #442B82
Tints of Windsor #442B82
RGB
CMYK
RGB Variations
Color information
#442B82 (or 0x442B82) is known color: Windsor. HEX triplet: 44, 2B and 82. RGB value is (68,43,130). Sum of RGB (Red+Green+Blue) = 68+43+130=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #442B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442B82 is #BBD47D. Grayscale: #3C3C3C. Windows color (decimal): -12309630 or 8530756. OLE color: 8530756.
HSL color Cylindrical-coordinate representation of color #442B82: hue angle of 257.24º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #442B82 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 43 | 130 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.49 |
| HSL | 257.24º | 0.5% | 0.34% | - |
| HSV(B) | 257.24º | 0.67% | 0.51% | - |
| XYZ | 7.28 | 4.57 | 21.62 | - |
| YUV | 60.39 | 167.28 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 130 | 0.48 | 0.67 | 0 | 0.49 | 257.24 | 0.5 | 0.34 |
| Hex | 44 | 2B | 82 | 30 | 43 | 0 | 31 | 101 | 32 | 22 |
| Octal | 104 | 53 | 202 | 60 | 103 | 0 | 61 | 401 | 62 | 42 |
| Binary | 1000100 | 101011 | 10000010 | 110000 | 1000011 | 0 | 110001 | 100000001 | 110010 | 100010 |
Color Harmonies of #442B82
Complementary color
Monochromatic Colors of #442B82
Black with #442B82
Text Example
Text Example
White with #442B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B82; }
p { color: rgb(68,43,130); }
H1.HeaderClassName
{
color: #442B82;
}
.AnyTagClassName
{
color: #442B82;
}
</style>
background-color css
<style>
a { background-color: #442B82; }
a { background-color: rgb(68,43,130); }
div.DivClassName
{
background-color: #442B82;
}
.BgClassName
{
background-color: #442B82;
}
</style>
border-color css
<style>
span { border-color: #442B82; }
span { border-color: rgb(68,43,130); }
td.TdClassName
{
border-color: #442B82;
}
.TagClassName
{
border-color: #442B82;
}
</style>