Shades of Windsor #41286F
Tints of Windsor #41286F
RGB
CMYK
RGB Variations
Color information
#41286F (or 0x41286F) is known color: Windsor. HEX triplet: 41, 28 and 6F. RGB value is (65,40,111). Sum of RGB (Red+Green+Blue) = 65+40+111=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #41286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41286F is #BED790. Grayscale: #373737. Windows color (decimal): -12507025 or 7284801. OLE color: 7284801.
HSL color Cylindrical-coordinate representation of color #41286F: hue angle of 261.13º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41286F is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 40 | 111 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.56 |
| HSL | 261.13º | 0.47% | 0.3% | - |
| HSV(B) | 261.13º | 0.64% | 0.44% | - |
| XYZ | 5.81 | 3.79 | 15.46 | - |
| YUV | 55.57 | 159.28 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 111 | 0.41 | 0.64 | 0 | 0.56 | 261.13 | 0.47 | 0.3 |
| Hex | 41 | 28 | 6F | 29 | 40 | 0 | 38 | 105 | 2F | 1E |
| Octal | 101 | 50 | 157 | 51 | 100 | 0 | 70 | 405 | 57 | 36 |
| Binary | 1000001 | 101000 | 1101111 | 101001 | 1000000 | 0 | 111000 | 100000101 | 101111 | 11110 |
Color Harmonies of #41286F
Complementary color
Monochromatic Colors of #41286F
Black with #41286F
Text Example
Text Example
White with #41286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41286F; }
p { color: rgb(65,40,111); }
H1.HeaderClassName
{
color: #41286F;
}
.AnyTagClassName
{
color: #41286F;
}
</style>
background-color css
<style>
a { background-color: #41286F; }
a { background-color: rgb(65,40,111); }
div.DivClassName
{
background-color: #41286F;
}
.BgClassName
{
background-color: #41286F;
}
</style>
border-color css
<style>
span { border-color: #41286F; }
span { border-color: rgb(65,40,111); }
td.TdClassName
{
border-color: #41286F;
}
.TagClassName
{
border-color: #41286F;
}
</style>