Shades of Windsor #411D87
Tints of Windsor #411D87
RGB
CMYK
RGB Variations
Color information
#411D87 (or 0x411D87) is known color: Windsor. HEX triplet: 41, 1D and 87. RGB value is (65,29,135). Sum of RGB (Red+Green+Blue) = 65+29+135=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #411D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411D87 is #BEE278. Grayscale: #333333. Windows color (decimal): -12509817 or 8854849. OLE color: 8854849.
HSL color Cylindrical-coordinate representation of color #411D87: hue angle of 260.38º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #411D87 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 29 | 135 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.47 |
| HSL | 260.38º | 0.65% | 0.32% | - |
| HSV(B) | 260.38º | 0.79% | 0.53% | - |
| XYZ | 6.99 | 3.75 | 23.28 | - |
| YUV | 51.85 | 174.93 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 135 | 0.52 | 0.79 | 0 | 0.47 | 260.38 | 0.65 | 0.32 |
| Hex | 41 | 1D | 87 | 34 | 4F | 0 | 2F | 104 | 41 | 20 |
| Octal | 101 | 35 | 207 | 64 | 117 | 0 | 57 | 404 | 101 | 40 |
| Binary | 1000001 | 11101 | 10000111 | 110100 | 1001111 | 0 | 101111 | 100000100 | 1000001 | 100000 |
Color Harmonies of #411D87
Complementary color
Monochromatic Colors of #411D87
Black with #411D87
Text Example
Text Example
White with #411D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411D87; }
p { color: rgb(65,29,135); }
H1.HeaderClassName
{
color: #411D87;
}
.AnyTagClassName
{
color: #411D87;
}
</style>
background-color css
<style>
a { background-color: #411D87; }
a { background-color: rgb(65,29,135); }
div.DivClassName
{
background-color: #411D87;
}
.BgClassName
{
background-color: #411D87;
}
</style>
border-color css
<style>
span { border-color: #411D87; }
span { border-color: rgb(65,29,135); }
td.TdClassName
{
border-color: #411D87;
}
.TagClassName
{
border-color: #411D87;
}
</style>