Shades of Windsor #412377
Tints of Windsor #412377
RGB
CMYK
RGB Variations
Color information
#412377 (or 0x412377) is known color: Windsor. HEX triplet: 41, 23 and 77. RGB value is (65,35,119). Sum of RGB (Red+Green+Blue) = 65+35+119=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #412377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412377 is #BEDC88. Grayscale: #353535. Windows color (decimal): -12508297 or 7807809. OLE color: 7807809.
HSL color Cylindrical-coordinate representation of color #412377: hue angle of 261.43º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #412377 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 35 | 119 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.53 |
| HSL | 261.43º | 0.55% | 0.3% | - |
| HSV(B) | 261.43º | 0.71% | 0.47% | - |
| XYZ | 6.11 | 3.66 | 17.84 | - |
| YUV | 53.55 | 164.94 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 119 | 0.45 | 0.71 | 0 | 0.53 | 261.43 | 0.55 | 0.3 |
| Hex | 41 | 23 | 77 | 2D | 47 | 0 | 35 | 105 | 37 | 1E |
| Octal | 101 | 43 | 167 | 55 | 107 | 0 | 65 | 405 | 67 | 36 |
| Binary | 1000001 | 100011 | 1110111 | 101101 | 1000111 | 0 | 110101 | 100000101 | 110111 | 11110 |
Color Harmonies of #412377
Complementary color
Monochromatic Colors of #412377
Black with #412377
Text Example
Text Example
White with #412377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412377; }
p { color: rgb(65,35,119); }
H1.HeaderClassName
{
color: #412377;
}
.AnyTagClassName
{
color: #412377;
}
</style>
background-color css
<style>
a { background-color: #412377; }
a { background-color: rgb(65,35,119); }
div.DivClassName
{
background-color: #412377;
}
.BgClassName
{
background-color: #412377;
}
</style>
border-color css
<style>
span { border-color: #412377; }
span { border-color: rgb(65,35,119); }
td.TdClassName
{
border-color: #412377;
}
.TagClassName
{
border-color: #412377;
}
</style>