Shades of Windsor #41247B
Tints of Windsor #41247B
RGB
CMYK
RGB Variations
Color information
#41247B (or 0x41247B) is known color: Windsor. HEX triplet: 41, 24 and 7B. RGB value is (65,36,123). Sum of RGB (Red+Green+Blue) = 65+36+123=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #41247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41247B is #BEDB84. Grayscale: #363636. Windows color (decimal): -12508037 or 8070209. OLE color: 8070209.
HSL color Cylindrical-coordinate representation of color #41247B: hue angle of 260º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41247B is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 36 | 123 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.52 |
| HSL | 260º | 0.55% | 0.31% | - |
| HSV(B) | 260º | 0.71% | 0.48% | - |
| XYZ | 6.39 | 3.82 | 19.14 | - |
| YUV | 54.59 | 166.61 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 123 | 0.47 | 0.71 | 0 | 0.52 | 260 | 0.55 | 0.31 |
| Hex | 41 | 24 | 7B | 2F | 47 | 0 | 34 | 104 | 37 | 1F |
| Octal | 101 | 44 | 173 | 57 | 107 | 0 | 64 | 404 | 67 | 37 |
| Binary | 1000001 | 100100 | 1111011 | 101111 | 1000111 | 0 | 110100 | 100000100 | 110111 | 11111 |
Color Harmonies of #41247B
Complementary color
Monochromatic Colors of #41247B
Black with #41247B
Text Example
Text Example
White with #41247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41247B; }
p { color: rgb(65,36,123); }
H1.HeaderClassName
{
color: #41247B;
}
.AnyTagClassName
{
color: #41247B;
}
</style>
background-color css
<style>
a { background-color: #41247B; }
a { background-color: rgb(65,36,123); }
div.DivClassName
{
background-color: #41247B;
}
.BgClassName
{
background-color: #41247B;
}
</style>
border-color css
<style>
span { border-color: #41247B; }
span { border-color: rgb(65,36,123); }
td.TdClassName
{
border-color: #41247B;
}
.TagClassName
{
border-color: #41247B;
}
</style>