Shades of Windsor #412E77
Tints of Windsor #412E77
RGB
CMYK
RGB Variations
Color information
#412E77 (or 0x412E77) is known color: Windsor. HEX triplet: 41, 2E and 77. RGB value is (65,46,119). Sum of RGB (Red+Green+Blue) = 65+46+119=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #412E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E77 is #BED188. Grayscale: #3B3B3B. Windows color (decimal): -12505481 or 7810625. OLE color: 7810625.
HSL color Cylindrical-coordinate representation of color #412E77: hue angle of 255.62º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #412E77 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 46 | 119 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.53 |
| HSL | 255.62º | 0.44% | 0.32% | - |
| HSV(B) | 255.62º | 0.61% | 0.47% | - |
| XYZ | 6.49 | 4.41 | 17.96 | - |
| YUV | 60 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 119 | 0.45 | 0.61 | 0 | 0.53 | 255.62 | 0.44 | 0.32 |
| Hex | 41 | 2E | 77 | 2D | 3D | 0 | 35 | 100 | 2C | 20 |
| Octal | 101 | 56 | 167 | 55 | 75 | 0 | 65 | 400 | 54 | 40 |
| Binary | 1000001 | 101110 | 1110111 | 101101 | 111101 | 0 | 110101 | 100000000 | 101100 | 100000 |
Color Harmonies of #412E77
Complementary color
Monochromatic Colors of #412E77
Black with #412E77
Text Example
Text Example
White with #412E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E77; }
p { color: rgb(65,46,119); }
H1.HeaderClassName
{
color: #412E77;
}
.AnyTagClassName
{
color: #412E77;
}
</style>
background-color css
<style>
a { background-color: #412E77; }
a { background-color: rgb(65,46,119); }
div.DivClassName
{
background-color: #412E77;
}
.BgClassName
{
background-color: #412E77;
}
</style>
border-color css
<style>
span { border-color: #412E77; }
span { border-color: rgb(65,46,119); }
td.TdClassName
{
border-color: #412E77;
}
.TagClassName
{
border-color: #412E77;
}
</style>