Shades of Windsor #412C75
Tints of Windsor #412C75
RGB
CMYK
RGB Variations
Color information
#412C75 (or 0x412C75) is known color: Windsor. HEX triplet: 41, 2C and 75. RGB value is (65,44,117). Sum of RGB (Red+Green+Blue) = 65+44+117=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #412C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C75 is #BED38A. Grayscale: #3A3A3A. Windows color (decimal): -12505995 or 7679041. OLE color: 7679041.
HSL color Cylindrical-coordinate representation of color #412C75: hue angle of 257.26º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #412C75 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 44 | 117 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.54 |
| HSL | 257.26º | 0.45% | 0.32% | - |
| HSV(B) | 257.26º | 0.62% | 0.46% | - |
| XYZ | 6.29 | 4.21 | 17.31 | - |
| YUV | 58.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 117 | 0.44 | 0.62 | 0 | 0.54 | 257.26 | 0.45 | 0.32 |
| Hex | 41 | 2C | 75 | 2C | 3E | 0 | 36 | 101 | 2D | 20 |
| Octal | 101 | 54 | 165 | 54 | 76 | 0 | 66 | 401 | 55 | 40 |
| Binary | 1000001 | 101100 | 1110101 | 101100 | 111110 | 0 | 110110 | 100000001 | 101101 | 100000 |
Color Harmonies of #412C75
Complementary color
Monochromatic Colors of #412C75
Black with #412C75
Text Example
Text Example
White with #412C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C75; }
p { color: rgb(65,44,117); }
H1.HeaderClassName
{
color: #412C75;
}
.AnyTagClassName
{
color: #412C75;
}
</style>
background-color css
<style>
a { background-color: #412C75; }
a { background-color: rgb(65,44,117); }
div.DivClassName
{
background-color: #412C75;
}
.BgClassName
{
background-color: #412C75;
}
</style>
border-color css
<style>
span { border-color: #412C75; }
span { border-color: rgb(65,44,117); }
td.TdClassName
{
border-color: #412C75;
}
.TagClassName
{
border-color: #412C75;
}
</style>