Shades of Windsor #412374
Tints of Windsor #412374
RGB
CMYK
RGB Variations
Color information
#412374 (or 0x412374) is known color: Windsor. HEX triplet: 41, 23 and 74. RGB value is (65,35,116). Sum of RGB (Red+Green+Blue) = 65+35+116=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #412374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412374 is #BEDC8B. Grayscale: #343434. Windows color (decimal): -12508300 or 7611201. OLE color: 7611201.
HSL color Cylindrical-coordinate representation of color #412374: hue angle of 262.22º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #412374 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 35 | 116 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.55 |
| HSL | 262.22º | 0.54% | 0.3% | - |
| HSV(B) | 262.22º | 0.7% | 0.45% | - |
| XYZ | 5.93 | 3.59 | 16.9 | - |
| YUV | 53.2 | 163.44 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 116 | 0.44 | 0.70 | 0 | 0.55 | 262.22 | 0.54 | 0.3 |
| Hex | 41 | 23 | 74 | 2C | 46 | 0 | 37 | 106 | 36 | 1E |
| Octal | 101 | 43 | 164 | 54 | 106 | 0 | 67 | 406 | 66 | 36 |
| Binary | 1000001 | 100011 | 1110100 | 101100 | 1000110 | 0 | 110111 | 100000110 | 110110 | 11110 |
Color Harmonies of #412374
Complementary color
Monochromatic Colors of #412374
Black with #412374
Text Example
Text Example
White with #412374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412374; }
p { color: rgb(65,35,116); }
H1.HeaderClassName
{
color: #412374;
}
.AnyTagClassName
{
color: #412374;
}
</style>
background-color css
<style>
a { background-color: #412374; }
a { background-color: rgb(65,35,116); }
div.DivClassName
{
background-color: #412374;
}
.BgClassName
{
background-color: #412374;
}
</style>
border-color css
<style>
span { border-color: #412374; }
span { border-color: rgb(65,35,116); }
td.TdClassName
{
border-color: #412374;
}
.TagClassName
{
border-color: #412374;
}
</style>