Shades of Windsor #412E76
Tints of Windsor #412E76
RGB
CMYK
RGB Variations
Color information
#412E76 (or 0x412E76) is known color: Windsor. HEX triplet: 41, 2E and 76. RGB value is (65,46,118). Sum of RGB (Red+Green+Blue) = 65+46+118=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #412E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E76 is #BED189. Grayscale: #3B3B3B. Windows color (decimal): -12505482 or 7745089. OLE color: 7745089.
HSL color Cylindrical-coordinate representation of color #412E76: hue angle of 255.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #412E76 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 46 | 118 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.54 |
| HSL | 255.83º | 0.44% | 0.32% | - |
| HSV(B) | 255.83º | 0.61% | 0.46% | - |
| XYZ | 6.43 | 4.39 | 17.65 | - |
| YUV | 59.89 | 160.79 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 118 | 0.45 | 0.61 | 0 | 0.54 | 255.83 | 0.44 | 0.32 |
| Hex | 41 | 2E | 76 | 2D | 3D | 0 | 36 | 100 | 2C | 20 |
| Octal | 101 | 56 | 166 | 55 | 75 | 0 | 66 | 400 | 54 | 40 |
| Binary | 1000001 | 101110 | 1110110 | 101101 | 111101 | 0 | 110110 | 100000000 | 101100 | 100000 |
Color Harmonies of #412E76
Complementary color
Monochromatic Colors of #412E76
Black with #412E76
Text Example
Text Example
White with #412E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E76; }
p { color: rgb(65,46,118); }
H1.HeaderClassName
{
color: #412E76;
}
.AnyTagClassName
{
color: #412E76;
}
</style>
background-color css
<style>
a { background-color: #412E76; }
a { background-color: rgb(65,46,118); }
div.DivClassName
{
background-color: #412E76;
}
.BgClassName
{
background-color: #412E76;
}
</style>
border-color css
<style>
span { border-color: #412E76; }
span { border-color: rgb(65,46,118); }
td.TdClassName
{
border-color: #412E76;
}
.TagClassName
{
border-color: #412E76;
}
</style>