Shades of Windsor #41236F
Tints of Windsor #41236F
RGB
CMYK
RGB Variations
Color information
#41236F (or 0x41236F) is known color: Windsor. HEX triplet: 41, 23 and 6F. RGB value is (65,35,111). Sum of RGB (Red+Green+Blue) = 65+35+111=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #41236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41236F is #BEDC90. Grayscale: #343434. Windows color (decimal): -12508305 or 7283521. OLE color: 7283521.
HSL color Cylindrical-coordinate representation of color #41236F: hue angle of 263.68º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41236F is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 35 | 111 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.56 |
| HSL | 263.68º | 0.52% | 0.29% | - |
| HSV(B) | 263.68º | 0.68% | 0.44% | - |
| XYZ | 5.65 | 3.47 | 15.41 | - |
| YUV | 52.63 | 160.94 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 111 | 0.41 | 0.68 | 0 | 0.56 | 263.68 | 0.52 | 0.29 |
| Hex | 41 | 23 | 6F | 29 | 44 | 0 | 38 | 108 | 34 | 1D |
| Octal | 101 | 43 | 157 | 51 | 104 | 0 | 70 | 410 | 64 | 35 |
| Binary | 1000001 | 100011 | 1101111 | 101001 | 1000100 | 0 | 111000 | 100001000 | 110100 | 11101 |
Color Harmonies of #41236F
Complementary color
Monochromatic Colors of #41236F
Black with #41236F
Text Example
Text Example
White with #41236F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41236F; }
p { color: rgb(65,35,111); }
H1.HeaderClassName
{
color: #41236F;
}
.AnyTagClassName
{
color: #41236F;
}
</style>
background-color css
<style>
a { background-color: #41236F; }
a { background-color: rgb(65,35,111); }
div.DivClassName
{
background-color: #41236F;
}
.BgClassName
{
background-color: #41236F;
}
</style>
border-color css
<style>
span { border-color: #41236F; }
span { border-color: rgb(65,35,111); }
td.TdClassName
{
border-color: #41236F;
}
.TagClassName
{
border-color: #41236F;
}
</style>