Shades of Windsor #412371
Tints of Windsor #412371
RGB
CMYK
RGB Variations
Color information
#412371 (or 0x412371) is known color: Windsor. HEX triplet: 41, 23 and 71. RGB value is (65,35,113). Sum of RGB (Red+Green+Blue) = 65+35+113=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #412371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412371 is #BEDC8E. Grayscale: #343434. Windows color (decimal): -12508303 or 7414593. OLE color: 7414593.
HSL color Cylindrical-coordinate representation of color #412371: hue angle of 263.08º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #412371 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 35 | 113 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.56 |
| HSL | 263.08º | 0.53% | 0.29% | - |
| HSV(B) | 263.08º | 0.69% | 0.44% | - |
| XYZ | 5.76 | 3.52 | 16 | - |
| YUV | 52.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 113 | 0.42 | 0.69 | 0 | 0.56 | 263.08 | 0.53 | 0.29 |
| Hex | 41 | 23 | 71 | 2A | 45 | 0 | 38 | 107 | 35 | 1D |
| Octal | 101 | 43 | 161 | 52 | 105 | 0 | 70 | 407 | 65 | 35 |
| Binary | 1000001 | 100011 | 1110001 | 101010 | 1000101 | 0 | 111000 | 100000111 | 110101 | 11101 |
Color Harmonies of #412371
Complementary color
Monochromatic Colors of #412371
Black with #412371
Text Example
Text Example
White with #412371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412371; }
p { color: rgb(65,35,113); }
H1.HeaderClassName
{
color: #412371;
}
.AnyTagClassName
{
color: #412371;
}
</style>
background-color css
<style>
a { background-color: #412371; }
a { background-color: rgb(65,35,113); }
div.DivClassName
{
background-color: #412371;
}
.BgClassName
{
background-color: #412371;
}
</style>
border-color css
<style>
span { border-color: #412371; }
span { border-color: rgb(65,35,113); }
td.TdClassName
{
border-color: #412371;
}
.TagClassName
{
border-color: #412371;
}
</style>