Shades of Windsor #411D77
Tints of Windsor #411D77
RGB
CMYK
RGB Variations
Color information
#411D77 (or 0x411D77) is known color: Windsor. HEX triplet: 41, 1D and 77. RGB value is (65,29,119). Sum of RGB (Red+Green+Blue) = 65+29+119=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #411D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411D77 is #BEE288. Grayscale: #313131. Windows color (decimal): -12509833 or 7806273. OLE color: 7806273.
HSL color Cylindrical-coordinate representation of color #411D77: hue angle of 264º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #411D77 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 29 | 119 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.53 |
| HSL | 264º | 0.61% | 0.29% | - |
| HSV(B) | 264º | 0.76% | 0.47% | - |
| XYZ | 5.95 | 3.33 | 17.78 | - |
| YUV | 50.02 | 166.93 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 119 | 0.45 | 0.76 | 0 | 0.53 | 264 | 0.61 | 0.29 |
| Hex | 41 | 1D | 77 | 2D | 4C | 0 | 35 | 108 | 3D | 1D |
| Octal | 101 | 35 | 167 | 55 | 114 | 0 | 65 | 410 | 75 | 35 |
| Binary | 1000001 | 11101 | 1110111 | 101101 | 1001100 | 0 | 110101 | 100001000 | 111101 | 11101 |
Color Harmonies of #411D77
Complementary color
Monochromatic Colors of #411D77
Black with #411D77
Text Example
Text Example
White with #411D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411D77; }
p { color: rgb(65,29,119); }
H1.HeaderClassName
{
color: #411D77;
}
.AnyTagClassName
{
color: #411D77;
}
</style>
background-color css
<style>
a { background-color: #411D77; }
a { background-color: rgb(65,29,119); }
div.DivClassName
{
background-color: #411D77;
}
.BgClassName
{
background-color: #411D77;
}
</style>
border-color css
<style>
span { border-color: #411D77; }
span { border-color: rgb(65,29,119); }
td.TdClassName
{
border-color: #411D77;
}
.TagClassName
{
border-color: #411D77;
}
</style>