Shades of Windsor #41247E
Tints of Windsor #41247E
RGB
CMYK
RGB Variations
Color information
#41247E (or 0x41247E) is known color: Windsor. HEX triplet: 41, 24 and 7E. RGB value is (65,36,126). Sum of RGB (Red+Green+Blue) = 65+36+126=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #41247E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41247E is #BEDB81. Grayscale: #363636. Windows color (decimal): -12508034 or 8266817. OLE color: 8266817.
HSL color Cylindrical-coordinate representation of color #41247E: hue angle of 259.33º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41247E is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 36 | 126 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.51 |
| HSL | 259.33º | 0.56% | 0.32% | - |
| HSV(B) | 259.33º | 0.71% | 0.49% | - |
| XYZ | 6.58 | 3.89 | 20.14 | - |
| YUV | 54.93 | 168.11 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 126 | 0.48 | 0.71 | 0 | 0.51 | 259.33 | 0.56 | 0.32 |
| Hex | 41 | 24 | 7E | 30 | 47 | 0 | 33 | 103 | 38 | 20 |
| Octal | 101 | 44 | 176 | 60 | 107 | 0 | 63 | 403 | 70 | 40 |
| Binary | 1000001 | 100100 | 1111110 | 110000 | 1000111 | 0 | 110011 | 100000011 | 111000 | 100000 |
Color Harmonies of #41247E
Complementary color
Monochromatic Colors of #41247E
Black with #41247E
Text Example
Text Example
White with #41247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41247E; }
p { color: rgb(65,36,126); }
H1.HeaderClassName
{
color: #41247E;
}
.AnyTagClassName
{
color: #41247E;
}
</style>
background-color css
<style>
a { background-color: #41247E; }
a { background-color: rgb(65,36,126); }
div.DivClassName
{
background-color: #41247E;
}
.BgClassName
{
background-color: #41247E;
}
</style>
border-color css
<style>
span { border-color: #41247E; }
span { border-color: rgb(65,36,126); }
td.TdClassName
{
border-color: #41247E;
}
.TagClassName
{
border-color: #41247E;
}
</style>