Shades of Windsor #41248B
Tints of Windsor #41248B
RGB
CMYK
RGB Variations
Color information
#41248B (or 0x41248B) is known color: Windsor. HEX triplet: 41, 24 and 8B. RGB value is (65,36,139). Sum of RGB (Red+Green+Blue) = 65+36+139=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #41248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41248B is #BEDB74. Grayscale: #383838. Windows color (decimal): -12508021 or 9118785. OLE color: 9118785.
HSL color Cylindrical-coordinate representation of color #41248B: hue angle of 256.89º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41248B is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 36 | 139 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.45 |
| HSL | 256.89º | 0.59% | 0.34% | - |
| HSV(B) | 256.89º | 0.74% | 0.55% | - |
| XYZ | 7.47 | 4.25 | 24.85 | - |
| YUV | 56.41 | 174.61 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 139 | 0.53 | 0.74 | 0 | 0.45 | 256.89 | 0.59 | 0.34 |
| Hex | 41 | 24 | 8B | 35 | 4A | 0 | 2D | 101 | 3B | 22 |
| Octal | 101 | 44 | 213 | 65 | 112 | 0 | 55 | 401 | 73 | 42 |
| Binary | 1000001 | 100100 | 10001011 | 110101 | 1001010 | 0 | 101101 | 100000001 | 111011 | 100010 |
Color Harmonies of #41248B
Complementary color
Monochromatic Colors of #41248B
Black with #41248B
Text Example
Text Example
White with #41248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41248B; }
p { color: rgb(65,36,139); }
H1.HeaderClassName
{
color: #41248B;
}
.AnyTagClassName
{
color: #41248B;
}
</style>
background-color css
<style>
a { background-color: #41248B; }
a { background-color: rgb(65,36,139); }
div.DivClassName
{
background-color: #41248B;
}
.BgClassName
{
background-color: #41248B;
}
</style>
border-color css
<style>
span { border-color: #41248B; }
span { border-color: rgb(65,36,139); }
td.TdClassName
{
border-color: #41248B;
}
.TagClassName
{
border-color: #41248B;
}
</style>