Shades of Windsor #411F82
Tints of Windsor #411F82
RGB
CMYK
RGB Variations
Color information
#411F82 (or 0x411F82) is known color: Windsor. HEX triplet: 41, 1F and 82. RGB value is (65,31,130). Sum of RGB (Red+Green+Blue) = 65+31+130=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #411F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411F82 is #BEE07D. Grayscale: #343434. Windows color (decimal): -12509310 or 8527681. OLE color: 8527681.
HSL color Cylindrical-coordinate representation of color #411F82: hue angle of 260.61º 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 #411F82 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 31 | 130 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.49 |
| HSL | 260.61º | 0.61% | 0.32% | - |
| HSV(B) | 260.61º | 0.76% | 0.51% | - |
| XYZ | 6.7 | 3.72 | 21.48 | - |
| YUV | 52.45 | 171.76 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 130 | 0.50 | 0.76 | 0 | 0.49 | 260.61 | 0.61 | 0.32 |
| Hex | 41 | 1F | 82 | 32 | 4C | 0 | 31 | 105 | 3D | 20 |
| Octal | 101 | 37 | 202 | 62 | 114 | 0 | 61 | 405 | 75 | 40 |
| Binary | 1000001 | 11111 | 10000010 | 110010 | 1001100 | 0 | 110001 | 100000101 | 111101 | 100000 |
Color Harmonies of #411F82
Complementary color
Monochromatic Colors of #411F82
Black with #411F82
Text Example
Text Example
White with #411F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411F82; }
p { color: rgb(65,31,130); }
H1.HeaderClassName
{
color: #411F82;
}
.AnyTagClassName
{
color: #411F82;
}
</style>
background-color css
<style>
a { background-color: #411F82; }
a { background-color: rgb(65,31,130); }
div.DivClassName
{
background-color: #411F82;
}
.BgClassName
{
background-color: #411F82;
}
</style>
border-color css
<style>
span { border-color: #411F82; }
span { border-color: rgb(65,31,130); }
td.TdClassName
{
border-color: #411F82;
}
.TagClassName
{
border-color: #411F82;
}
</style>