Shades of Windsor #442B83
Tints of Windsor #442B83
RGB
CMYK
RGB Variations
Color information
#442B83 (or 0x442B83) is known color: Windsor. HEX triplet: 44, 2B and 83. RGB value is (68,43,131). Sum of RGB (Red+Green+Blue) = 68+43+131=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #442B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442B83 is #BBD47C. Grayscale: #3C3C3C. Windows color (decimal): -12309629 or 8596292. OLE color: 8596292.
HSL color Cylindrical-coordinate representation of color #442B83: hue angle of 257.05º degrees, saturation: 0.51, 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 #442B83 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 43 | 131 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.49 |
| HSL | 257.05º | 0.51% | 0.34% | - |
| HSV(B) | 257.05º | 0.67% | 0.51% | - |
| XYZ | 7.34 | 4.6 | 21.97 | - |
| YUV | 60.51 | 167.78 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 131 | 0.48 | 0.67 | 0 | 0.49 | 257.05 | 0.51 | 0.34 |
| Hex | 44 | 2B | 83 | 30 | 43 | 0 | 31 | 101 | 33 | 22 |
| Octal | 104 | 53 | 203 | 60 | 103 | 0 | 61 | 401 | 63 | 42 |
| Binary | 1000100 | 101011 | 10000011 | 110000 | 1000011 | 0 | 110001 | 100000001 | 110011 | 100010 |
Color Harmonies of #442B83
Complementary color
Monochromatic Colors of #442B83
Black with #442B83
Text Example
Text Example
White with #442B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B83; }
p { color: rgb(68,43,131); }
H1.HeaderClassName
{
color: #442B83;
}
.AnyTagClassName
{
color: #442B83;
}
</style>
background-color css
<style>
a { background-color: #442B83; }
a { background-color: rgb(68,43,131); }
div.DivClassName
{
background-color: #442B83;
}
.BgClassName
{
background-color: #442B83;
}
</style>
border-color css
<style>
span { border-color: #442B83; }
span { border-color: rgb(68,43,131); }
td.TdClassName
{
border-color: #442B83;
}
.TagClassName
{
border-color: #442B83;
}
</style>