Shades of Windsor #41247F
Tints of Windsor #41247F
RGB
CMYK
RGB Variations
Color information
#41247F (or 0x41247F) is known color: Windsor. HEX triplet: 41, 24 and 7F. RGB value is (65,36,127). Sum of RGB (Red+Green+Blue) = 65+36+127=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #41247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41247F is #BEDB80. Grayscale: #363636. Windows color (decimal): -12508033 or 8332353. OLE color: 8332353.
HSL color Cylindrical-coordinate representation of color #41247F: hue angle of 259.12º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41247F is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 36 | 127 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.50 |
| HSL | 259.12º | 0.56% | 0.32% | - |
| HSV(B) | 259.12º | 0.72% | 0.5% | - |
| XYZ | 6.64 | 3.92 | 20.48 | - |
| YUV | 55.05 | 168.61 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 127 | 0.49 | 0.72 | 0 | 0.50 | 259.12 | 0.56 | 0.32 |
| Hex | 41 | 24 | 7F | 31 | 48 | 0 | 32 | 103 | 38 | 20 |
| Octal | 101 | 44 | 177 | 61 | 110 | 0 | 62 | 403 | 70 | 40 |
| Binary | 1000001 | 100100 | 1111111 | 110001 | 1001000 | 0 | 110010 | 100000011 | 111000 | 100000 |
Color Harmonies of #41247F
Complementary color
Monochromatic Colors of #41247F
Black with #41247F
Text Example
Text Example
White with #41247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41247F; }
p { color: rgb(65,36,127); }
H1.HeaderClassName
{
color: #41247F;
}
.AnyTagClassName
{
color: #41247F;
}
</style>
background-color css
<style>
a { background-color: #41247F; }
a { background-color: rgb(65,36,127); }
div.DivClassName
{
background-color: #41247F;
}
.BgClassName
{
background-color: #41247F;
}
</style>
border-color css
<style>
span { border-color: #41247F; }
span { border-color: rgb(65,36,127); }
td.TdClassName
{
border-color: #41247F;
}
.TagClassName
{
border-color: #41247F;
}
</style>