Shades of Windsor #412080
Tints of Windsor #412080
RGB
CMYK
RGB Variations
Color information
#412080 (or 0x412080) is known color: Windsor. HEX triplet: 41, 20 and 80. RGB value is (65,32,128). Sum of RGB (Red+Green+Blue) = 65+32+128=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #412080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412080 is #BEDF7F. Grayscale: #343434. Windows color (decimal): -12509056 or 8396865. OLE color: 8396865.
HSL color Cylindrical-coordinate representation of color #412080: hue angle of 260.62º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412080 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 32 | 128 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.50 |
| HSL | 260.63º | 0.6% | 0.31% | - |
| HSV(B) | 260.63º | 0.75% | 0.5% | - |
| XYZ | 6.59 | 3.72 | 20.79 | - |
| YUV | 52.81 | 170.43 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 128 | 0.49 | 0.75 | 0 | 0.50 | 260.63 | 0.6 | 0.31 |
| Hex | 41 | 20 | 80 | 31 | 4B | 0 | 32 | 105 | 3C | 1F |
| Octal | 101 | 40 | 200 | 61 | 113 | 0 | 62 | 405 | 74 | 37 |
| Binary | 1000001 | 100000 | 10000000 | 110001 | 1001011 | 0 | 110010 | 100000101 | 111100 | 11111 |
Color Harmonies of #412080
Complementary color
Monochromatic Colors of #412080
Black with #412080
Text Example
Text Example
White with #412080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412080; }
p { color: rgb(65,32,128); }
H1.HeaderClassName
{
color: #412080;
}
.AnyTagClassName
{
color: #412080;
}
</style>
background-color css
<style>
a { background-color: #412080; }
a { background-color: rgb(65,32,128); }
div.DivClassName
{
background-color: #412080;
}
.BgClassName
{
background-color: #412080;
}
</style>
border-color css
<style>
span { border-color: #412080; }
span { border-color: rgb(65,32,128); }
td.TdClassName
{
border-color: #412080;
}
.TagClassName
{
border-color: #412080;
}
</style>