Shades of Windsor #41288B
Tints of Windsor #41288B
RGB
CMYK
RGB Variations
Color information
#41288B (or 0x41288B) is known color: Windsor. HEX triplet: 41, 28 and 8B. RGB value is (65,40,139). Sum of RGB (Red+Green+Blue) = 65+40+139=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #41288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41288B is #BED774. Grayscale: #3A3A3A. Windows color (decimal): -12506997 or 9119809. OLE color: 9119809.
HSL color Cylindrical-coordinate representation of color #41288B: hue angle of 255.15º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41288B is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 40 | 139 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.45 |
| HSL | 255.15º | 0.55% | 0.35% | - |
| HSV(B) | 255.15º | 0.71% | 0.55% | - |
| XYZ | 7.6 | 4.51 | 24.9 | - |
| YUV | 58.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 139 | 0.53 | 0.71 | 0 | 0.45 | 255.15 | 0.55 | 0.35 |
| Hex | 41 | 28 | 8B | 35 | 47 | 0 | 2D | FF | 37 | 23 |
| Octal | 101 | 50 | 213 | 65 | 107 | 0 | 55 | 377 | 67 | 43 |
| Binary | 1000001 | 101000 | 10001011 | 110101 | 1000111 | 0 | 101101 | 11111111 | 110111 | 100011 |
Color Harmonies of #41288B
Complementary color
Monochromatic Colors of #41288B
Black with #41288B
Text Example
Text Example
White with #41288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41288B; }
p { color: rgb(65,40,139); }
H1.HeaderClassName
{
color: #41288B;
}
.AnyTagClassName
{
color: #41288B;
}
</style>
background-color css
<style>
a { background-color: #41288B; }
a { background-color: rgb(65,40,139); }
div.DivClassName
{
background-color: #41288B;
}
.BgClassName
{
background-color: #41288B;
}
</style>
border-color css
<style>
span { border-color: #41288B; }
span { border-color: rgb(65,40,139); }
td.TdClassName
{
border-color: #41288B;
}
.TagClassName
{
border-color: #41288B;
}
</style>