Shades of Windsor #412089
Tints of Windsor #412089
RGB
CMYK
RGB Variations
Color information
#412089 (or 0x412089) is known color: Windsor. HEX triplet: 41, 20 and 89. RGB value is (65,32,137). Sum of RGB (Red+Green+Blue) = 65+32+137=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #412089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412089 is #BEDF76. Grayscale: #353535. Windows color (decimal): -12509047 or 8986689. OLE color: 8986689.
HSL color Cylindrical-coordinate representation of color #412089: hue angle of 258.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #412089 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 32 | 137 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.46 |
| HSL | 258.86º | 0.62% | 0.33% | - |
| HSV(B) | 258.86º | 0.77% | 0.54% | - |
| XYZ | 7.21 | 3.96 | 24.05 | - |
| YUV | 53.84 | 174.93 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 137 | 0.53 | 0.77 | 0 | 0.46 | 258.86 | 0.62 | 0.33 |
| Hex | 41 | 20 | 89 | 35 | 4D | 0 | 2E | 103 | 3E | 21 |
| Octal | 101 | 40 | 211 | 65 | 115 | 0 | 56 | 403 | 76 | 41 |
| Binary | 1000001 | 100000 | 10001001 | 110101 | 1001101 | 0 | 101110 | 100000011 | 111110 | 100001 |
Color Harmonies of #412089
Complementary color
Monochromatic Colors of #412089
Black with #412089
Text Example
Text Example
White with #412089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412089; }
p { color: rgb(65,32,137); }
H1.HeaderClassName
{
color: #412089;
}
.AnyTagClassName
{
color: #412089;
}
</style>
background-color css
<style>
a { background-color: #412089; }
a { background-color: rgb(65,32,137); }
div.DivClassName
{
background-color: #412089;
}
.BgClassName
{
background-color: #412089;
}
</style>
border-color css
<style>
span { border-color: #412089; }
span { border-color: rgb(65,32,137); }
td.TdClassName
{
border-color: #412089;
}
.TagClassName
{
border-color: #412089;
}
</style>