Shades of Windsor #442083
Tints of Windsor #442083
RGB
CMYK
RGB Variations
Color information
#442083 (or 0x442083) is known color: Windsor. HEX triplet: 44, 20 and 83. RGB value is (68,32,131). Sum of RGB (Red+Green+Blue) = 68+32+131=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #442083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442083 is #BBDF7C. Grayscale: #353535. Windows color (decimal): -12312445 or 8593476. OLE color: 8593476.
HSL color Cylindrical-coordinate representation of color #442083: hue angle of 261.82º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #442083 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 32 | 131 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.49 |
| HSL | 261.82º | 0.61% | 0.32% | - |
| HSV(B) | 261.82º | 0.76% | 0.51% | - |
| XYZ | 7 | 3.9 | 21.86 | - |
| YUV | 54.05 | 171.43 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 32 | 131 | 0.48 | 0.76 | 0 | 0.49 | 261.82 | 0.61 | 0.32 |
| Hex | 44 | 20 | 83 | 30 | 4C | 0 | 31 | 106 | 3D | 20 |
| Octal | 104 | 40 | 203 | 60 | 114 | 0 | 61 | 406 | 75 | 40 |
| Binary | 1000100 | 100000 | 10000011 | 110000 | 1001100 | 0 | 110001 | 100000110 | 111101 | 100000 |
Color Harmonies of #442083
Complementary color
Monochromatic Colors of #442083
Black with #442083
Text Example
Text Example
White with #442083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442083; }
p { color: rgb(68,32,131); }
H1.HeaderClassName
{
color: #442083;
}
.AnyTagClassName
{
color: #442083;
}
</style>
background-color css
<style>
a { background-color: #442083; }
a { background-color: rgb(68,32,131); }
div.DivClassName
{
background-color: #442083;
}
.BgClassName
{
background-color: #442083;
}
</style>
border-color css
<style>
span { border-color: #442083; }
span { border-color: rgb(68,32,131); }
td.TdClassName
{
border-color: #442083;
}
.TagClassName
{
border-color: #442083;
}
</style>