Shades of Windsor #412E73
Tints of Windsor #412E73
RGB
CMYK
RGB Variations
Color information
#412E73 (or 0x412E73) is known color: Windsor. HEX triplet: 41, 2E and 73. RGB value is (65,46,115). Sum of RGB (Red+Green+Blue) = 65+46+115=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #412E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E73 is #BED18C. Grayscale: #3B3B3B. Windows color (decimal): -12505485 or 7548481. OLE color: 7548481.
HSL color Cylindrical-coordinate representation of color #412E73: hue angle of 256.52º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #412E73 is Cyan = 0.43, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 46 | 115 | - |
| CMYK | 0.43 | 0.6 | 0 | 0.55 |
| HSL | 256.52º | 0.43% | 0.32% | - |
| HSV(B) | 256.52º | 0.6% | 0.45% | - |
| XYZ | 6.25 | 4.32 | 16.72 | - |
| YUV | 59.55 | 159.29 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 115 | 0.43 | 0.6 | 0 | 0.55 | 256.52 | 0.43 | 0.32 |
| Hex | 41 | 2E | 73 | 2B | 3C | 0 | 37 | 101 | 2B | 20 |
| Octal | 101 | 56 | 163 | 53 | 74 | 0 | 67 | 401 | 53 | 40 |
| Binary | 1000001 | 101110 | 1110011 | 101011 | 111100 | 0 | 110111 | 100000001 | 101011 | 100000 |
Color Harmonies of #412E73
Complementary color
Monochromatic Colors of #412E73
Black with #412E73
Text Example
Text Example
White with #412E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E73; }
p { color: rgb(65,46,115); }
H1.HeaderClassName
{
color: #412E73;
}
.AnyTagClassName
{
color: #412E73;
}
</style>
background-color css
<style>
a { background-color: #412E73; }
a { background-color: rgb(65,46,115); }
div.DivClassName
{
background-color: #412E73;
}
.BgClassName
{
background-color: #412E73;
}
</style>
border-color css
<style>
span { border-color: #412E73; }
span { border-color: rgb(65,46,115); }
td.TdClassName
{
border-color: #412E73;
}
.TagClassName
{
border-color: #412E73;
}
</style>