Shades of Windsor #41207C
Tints of Windsor #41207C
RGB
CMYK
RGB Variations
Color information
#41207C (or 0x41207C) is known color: Windsor. HEX triplet: 41, 20 and 7C. RGB value is (65,32,124). Sum of RGB (Red+Green+Blue) = 65+32+124=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #41207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41207C is #BEDF83. Grayscale: #343434. Windows color (decimal): -12509060 or 8134721. OLE color: 8134721.
HSL color Cylindrical-coordinate representation of color #41207C: hue angle of 261.52º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41207C is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 32 | 124 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.51 |
| HSL | 261.52º | 0.59% | 0.31% | - |
| HSV(B) | 261.52º | 0.74% | 0.49% | - |
| XYZ | 6.33 | 3.61 | 19.43 | - |
| YUV | 52.36 | 168.43 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 124 | 0.48 | 0.74 | 0 | 0.51 | 261.52 | 0.59 | 0.31 |
| Hex | 41 | 20 | 7C | 30 | 4A | 0 | 33 | 106 | 3B | 1F |
| Octal | 101 | 40 | 174 | 60 | 112 | 0 | 63 | 406 | 73 | 37 |
| Binary | 1000001 | 100000 | 1111100 | 110000 | 1001010 | 0 | 110011 | 100000110 | 111011 | 11111 |
Color Harmonies of #41207C
Complementary color
Monochromatic Colors of #41207C
Black with #41207C
Text Example
Text Example
White with #41207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41207C; }
p { color: rgb(65,32,124); }
H1.HeaderClassName
{
color: #41207C;
}
.AnyTagClassName
{
color: #41207C;
}
</style>
background-color css
<style>
a { background-color: #41207C; }
a { background-color: rgb(65,32,124); }
div.DivClassName
{
background-color: #41207C;
}
.BgClassName
{
background-color: #41207C;
}
</style>
border-color css
<style>
span { border-color: #41207C; }
span { border-color: rgb(65,32,124); }
td.TdClassName
{
border-color: #41207C;
}
.TagClassName
{
border-color: #41207C;
}
</style>