Shades of Windsor #412191
Tints of Windsor #412191
RGB
CMYK
RGB Variations
Color information
#412191 (or 0x412191) is known color: Windsor. HEX triplet: 41, 21 and 91. RGB value is (65,33,145). Sum of RGB (Red+Green+Blue) = 65+33+145=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #412191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412191 is #BEDE6E. Grayscale: #363636. Windows color (decimal): -12508783 or 9511233. OLE color: 9511233.
HSL color Cylindrical-coordinate representation of color #412191: hue angle of 257.14º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #412191 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 33 | 145 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.43 |
| HSL | 257.14º | 0.63% | 0.35% | - |
| HSV(B) | 257.14º | 0.77% | 0.57% | - |
| XYZ | 7.83 | 4.26 | 27.2 | - |
| YUV | 55.34 | 178.6 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 145 | 0.55 | 0.77 | 0 | 0.43 | 257.14 | 0.63 | 0.35 |
| Hex | 41 | 21 | 91 | 37 | 4D | 0 | 2B | 101 | 3F | 23 |
| Octal | 101 | 41 | 221 | 67 | 115 | 0 | 53 | 401 | 77 | 43 |
| Binary | 1000001 | 100001 | 10010001 | 110111 | 1001101 | 0 | 101011 | 100000001 | 111111 | 100011 |
Color Harmonies of #412191
Complementary color
Monochromatic Colors of #412191
Black with #412191
Text Example
Text Example
White with #412191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412191; }
p { color: rgb(65,33,145); }
H1.HeaderClassName
{
color: #412191;
}
.AnyTagClassName
{
color: #412191;
}
</style>
background-color css
<style>
a { background-color: #412191; }
a { background-color: rgb(65,33,145); }
div.DivClassName
{
background-color: #412191;
}
.BgClassName
{
background-color: #412191;
}
</style>
border-color css
<style>
span { border-color: #412191; }
span { border-color: rgb(65,33,145); }
td.TdClassName
{
border-color: #412191;
}
.TagClassName
{
border-color: #412191;
}
</style>