Shades of Windsor #411C77
Tints of Windsor #411C77
RGB
CMYK
RGB Variations
Color information
#411C77 (or 0x411C77) is known color: Windsor. HEX triplet: 41, 1C and 77. RGB value is (65,28,119). Sum of RGB (Red+Green+Blue) = 65+28+119=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #411C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411C77 is #BEE388. Grayscale: #313131. Windows color (decimal): -12510089 or 7806017. OLE color: 7806017.
HSL color Cylindrical-coordinate representation of color #411C77: hue angle of 264.4º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #411C77 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 28 | 119 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.53 |
| HSL | 264.4º | 0.62% | 0.29% | - |
| HSV(B) | 264.4º | 0.76% | 0.47% | - |
| XYZ | 5.93 | 3.29 | 17.77 | - |
| YUV | 49.44 | 167.26 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 119 | 0.45 | 0.76 | 0 | 0.53 | 264.4 | 0.62 | 0.29 |
| Hex | 41 | 1C | 77 | 2D | 4C | 0 | 35 | 108 | 3E | 1D |
| Octal | 101 | 34 | 167 | 55 | 114 | 0 | 65 | 410 | 76 | 35 |
| Binary | 1000001 | 11100 | 1110111 | 101101 | 1001100 | 0 | 110101 | 100001000 | 111110 | 11101 |
Color Harmonies of #411C77
Complementary color
Monochromatic Colors of #411C77
Black with #411C77
Text Example
Text Example
White with #411C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C77; }
p { color: rgb(65,28,119); }
H1.HeaderClassName
{
color: #411C77;
}
.AnyTagClassName
{
color: #411C77;
}
</style>
background-color css
<style>
a { background-color: #411C77; }
a { background-color: rgb(65,28,119); }
div.DivClassName
{
background-color: #411C77;
}
.BgClassName
{
background-color: #411C77;
}
</style>
border-color css
<style>
span { border-color: #411C77; }
span { border-color: rgb(65,28,119); }
td.TdClassName
{
border-color: #411C77;
}
.TagClassName
{
border-color: #411C77;
}
</style>