Shades of Windsor #412877
Tints of Windsor #412877
RGB
CMYK
RGB Variations
Color information
#412877 (or 0x412877) is known color: Windsor. HEX triplet: 41, 28 and 77. RGB value is (65,40,119). Sum of RGB (Red+Green+Blue) = 65+40+119=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #412877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412877 is #BED788. Grayscale: #383838. Windows color (decimal): -12507017 or 7809089. OLE color: 7809089.
HSL color Cylindrical-coordinate representation of color #412877: hue angle of 258.99º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #412877 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 40 | 119 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.53 |
| HSL | 258.99º | 0.5% | 0.31% | - |
| HSV(B) | 258.99º | 0.66% | 0.47% | - |
| XYZ | 6.27 | 3.97 | 17.89 | - |
| YUV | 56.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 119 | 0.45 | 0.66 | 0 | 0.53 | 258.99 | 0.5 | 0.31 |
| Hex | 41 | 28 | 77 | 2D | 42 | 0 | 35 | 103 | 32 | 1F |
| Octal | 101 | 50 | 167 | 55 | 102 | 0 | 65 | 403 | 62 | 37 |
| Binary | 1000001 | 101000 | 1110111 | 101101 | 1000010 | 0 | 110101 | 100000011 | 110010 | 11111 |
Color Harmonies of #412877
Complementary color
Monochromatic Colors of #412877
Black with #412877
Text Example
Text Example
White with #412877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412877; }
p { color: rgb(65,40,119); }
H1.HeaderClassName
{
color: #412877;
}
.AnyTagClassName
{
color: #412877;
}
</style>
background-color css
<style>
a { background-color: #412877; }
a { background-color: rgb(65,40,119); }
div.DivClassName
{
background-color: #412877;
}
.BgClassName
{
background-color: #412877;
}
</style>
border-color css
<style>
span { border-color: #412877; }
span { border-color: rgb(65,40,119); }
td.TdClassName
{
border-color: #412877;
}
.TagClassName
{
border-color: #412877;
}
</style>