Shades of Windsor #411F71
Tints of Windsor #411F71
RGB
CMYK
RGB Variations
Color information
#411F71 (or 0x411F71) is known color: Windsor. HEX triplet: 41, 1F and 71. RGB value is (65,31,113). Sum of RGB (Red+Green+Blue) = 65+31+113=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #411F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411F71 is #BEE08E. Grayscale: #323232. Windows color (decimal): -12509327 or 7413569. OLE color: 7413569.
HSL color Cylindrical-coordinate representation of color #411F71: hue angle of 264.88º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #411F71 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 31 | 113 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.56 |
| HSL | 264.88º | 0.57% | 0.28% | - |
| HSV(B) | 264.88º | 0.73% | 0.44% | - |
| XYZ | 5.65 | 3.3 | 15.96 | - |
| YUV | 50.51 | 163.26 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 113 | 0.42 | 0.73 | 0 | 0.56 | 264.88 | 0.57 | 0.28 |
| Hex | 41 | 1F | 71 | 2A | 49 | 0 | 38 | 109 | 39 | 1C |
| Octal | 101 | 37 | 161 | 52 | 111 | 0 | 70 | 411 | 71 | 34 |
| Binary | 1000001 | 11111 | 1110001 | 101010 | 1001001 | 0 | 111000 | 100001001 | 111001 | 11100 |
Color Harmonies of #411F71
Complementary color
Monochromatic Colors of #411F71
Black with #411F71
Text Example
Text Example
White with #411F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411F71; }
p { color: rgb(65,31,113); }
H1.HeaderClassName
{
color: #411F71;
}
.AnyTagClassName
{
color: #411F71;
}
</style>
background-color css
<style>
a { background-color: #411F71; }
a { background-color: rgb(65,31,113); }
div.DivClassName
{
background-color: #411F71;
}
.BgClassName
{
background-color: #411F71;
}
</style>
border-color css
<style>
span { border-color: #411F71; }
span { border-color: rgb(65,31,113); }
td.TdClassName
{
border-color: #411F71;
}
.TagClassName
{
border-color: #411F71;
}
</style>