Shades of Windsor #41208B
Tints of Windsor #41208B
RGB
CMYK
RGB Variations
Color information
#41208B (or 0x41208B) is known color: Windsor. HEX triplet: 41, 20 and 8B. RGB value is (65,32,139). Sum of RGB (Red+Green+Blue) = 65+32+139=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #41208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41208B is #BEDF74. Grayscale: #353535. Windows color (decimal): -12509045 or 9117761. OLE color: 9117761.
HSL color Cylindrical-coordinate representation of color #41208B: hue angle of 258.5º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41208B is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 32 | 139 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.45 |
| HSL | 258.5º | 0.63% | 0.34% | - |
| HSV(B) | 258.5º | 0.77% | 0.55% | - |
| XYZ | 7.36 | 4.02 | 24.81 | - |
| YUV | 54.07 | 175.93 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 139 | 0.53 | 0.77 | 0 | 0.45 | 258.5 | 0.63 | 0.34 |
| Hex | 41 | 20 | 8B | 35 | 4D | 0 | 2D | 103 | 3F | 22 |
| Octal | 101 | 40 | 213 | 65 | 115 | 0 | 55 | 403 | 77 | 42 |
| Binary | 1000001 | 100000 | 10001011 | 110101 | 1001101 | 0 | 101101 | 100000011 | 111111 | 100010 |
Color Harmonies of #41208B
Complementary color
Monochromatic Colors of #41208B
Black with #41208B
Text Example
Text Example
White with #41208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41208B; }
p { color: rgb(65,32,139); }
H1.HeaderClassName
{
color: #41208B;
}
.AnyTagClassName
{
color: #41208B;
}
</style>
background-color css
<style>
a { background-color: #41208B; }
a { background-color: rgb(65,32,139); }
div.DivClassName
{
background-color: #41208B;
}
.BgClassName
{
background-color: #41208B;
}
</style>
border-color css
<style>
span { border-color: #41208B; }
span { border-color: rgb(65,32,139); }
td.TdClassName
{
border-color: #41208B;
}
.TagClassName
{
border-color: #41208B;
}
</style>