Shades of Windsor #411F87
Tints of Windsor #411F87
RGB
CMYK
RGB Variations
Color information
#411F87 (or 0x411F87) is known color: Windsor. HEX triplet: 41, 1F and 87. RGB value is (65,31,135). Sum of RGB (Red+Green+Blue) = 65+31+135=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #411F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411F87 is #BEE078. Grayscale: #343434. Windows color (decimal): -12509305 or 8855361. OLE color: 8855361.
HSL color Cylindrical-coordinate representation of color #411F87: hue angle of 259.62º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #411F87 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 31 | 135 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.47 |
| HSL | 259.62º | 0.63% | 0.33% | - |
| HSV(B) | 259.62º | 0.77% | 0.53% | - |
| XYZ | 7.04 | 3.85 | 23.29 | - |
| YUV | 53.02 | 174.26 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 135 | 0.52 | 0.77 | 0 | 0.47 | 259.62 | 0.63 | 0.33 |
| Hex | 41 | 1F | 87 | 34 | 4D | 0 | 2F | 104 | 3F | 21 |
| Octal | 101 | 37 | 207 | 64 | 115 | 0 | 57 | 404 | 77 | 41 |
| Binary | 1000001 | 11111 | 10000111 | 110100 | 1001101 | 0 | 101111 | 100000100 | 111111 | 100001 |
Color Harmonies of #411F87
Complementary color
Monochromatic Colors of #411F87
Black with #411F87
Text Example
Text Example
White with #411F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411F87; }
p { color: rgb(65,31,135); }
H1.HeaderClassName
{
color: #411F87;
}
.AnyTagClassName
{
color: #411F87;
}
</style>
background-color css
<style>
a { background-color: #411F87; }
a { background-color: rgb(65,31,135); }
div.DivClassName
{
background-color: #411F87;
}
.BgClassName
{
background-color: #411F87;
}
</style>
border-color css
<style>
span { border-color: #411F87; }
span { border-color: rgb(65,31,135); }
td.TdClassName
{
border-color: #411F87;
}
.TagClassName
{
border-color: #411F87;
}
</style>