Shades of Windsor #41238C
Tints of Windsor #41238C
RGB
CMYK
RGB Variations
Color information
#41238C (or 0x41238C) is known color: Windsor. HEX triplet: 41, 23 and 8C. RGB value is (65,35,140). Sum of RGB (Red+Green+Blue) = 65+35+140=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 140 (55.08% from 255 or 58.33% from 240); Max value from RGB is 140 - color contains mainly: blue. Hex color #41238C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41238C is #BEDC73. Grayscale: #373737. Windows color (decimal): -12508276 or 9184065. OLE color: 9184065.
HSL color Cylindrical-coordinate representation of color #41238C: hue angle of 257.14º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41238C is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 35 | 140 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.45 |
| HSL | 257.14º | 0.6% | 0.34% | - |
| HSV(B) | 257.14º | 0.75% | 0.55% | - |
| XYZ | 7.51 | 4.22 | 25.23 | - |
| YUV | 55.94 | 175.44 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 140 | 0.54 | 0.75 | 0 | 0.45 | 257.14 | 0.6 | 0.34 |
| Hex | 41 | 23 | 8C | 36 | 4B | 0 | 2D | 101 | 3C | 22 |
| Octal | 101 | 43 | 214 | 66 | 113 | 0 | 55 | 401 | 74 | 42 |
| Binary | 1000001 | 100011 | 10001100 | 110110 | 1001011 | 0 | 101101 | 100000001 | 111100 | 100010 |
Color Harmonies of #41238C
Complementary color
Monochromatic Colors of #41238C
Black with #41238C
Text Example
Text Example
White with #41238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41238C; }
p { color: rgb(65,35,140); }
H1.HeaderClassName
{
color: #41238C;
}
.AnyTagClassName
{
color: #41238C;
}
</style>
background-color css
<style>
a { background-color: #41238C; }
a { background-color: rgb(65,35,140); }
div.DivClassName
{
background-color: #41238C;
}
.BgClassName
{
background-color: #41238C;
}
</style>
border-color css
<style>
span { border-color: #41238C; }
span { border-color: rgb(65,35,140); }
td.TdClassName
{
border-color: #41238C;
}
.TagClassName
{
border-color: #41238C;
}
</style>