Shades of Windsor #411C76
Tints of Windsor #411C76
RGB
CMYK
RGB Variations
Color information
#411C76 (or 0x411C76) is known color: Windsor. HEX triplet: 41, 1C and 76. RGB value is (65,28,118). Sum of RGB (Red+Green+Blue) = 65+28+118=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #411C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411C76 is #BEE389. Grayscale: #313131. Windows color (decimal): -12510090 or 7740481. OLE color: 7740481.
HSL color Cylindrical-coordinate representation of color #411C76: hue angle of 264.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #411C76 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 28 | 118 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.54 |
| HSL | 264.67º | 0.62% | 0.29% | - |
| HSV(B) | 264.67º | 0.76% | 0.46% | - |
| XYZ | 5.87 | 3.26 | 17.46 | - |
| YUV | 49.32 | 166.76 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 118 | 0.45 | 0.76 | 0 | 0.54 | 264.67 | 0.62 | 0.29 |
| Hex | 41 | 1C | 76 | 2D | 4C | 0 | 36 | 109 | 3E | 1D |
| Octal | 101 | 34 | 166 | 55 | 114 | 0 | 66 | 411 | 76 | 35 |
| Binary | 1000001 | 11100 | 1110110 | 101101 | 1001100 | 0 | 110110 | 100001001 | 111110 | 11101 |
Color Harmonies of #411C76
Complementary color
Monochromatic Colors of #411C76
Black with #411C76
Text Example
Text Example
White with #411C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C76; }
p { color: rgb(65,28,118); }
H1.HeaderClassName
{
color: #411C76;
}
.AnyTagClassName
{
color: #411C76;
}
</style>
background-color css
<style>
a { background-color: #411C76; }
a { background-color: rgb(65,28,118); }
div.DivClassName
{
background-color: #411C76;
}
.BgClassName
{
background-color: #411C76;
}
</style>
border-color css
<style>
span { border-color: #411C76; }
span { border-color: rgb(65,28,118); }
td.TdClassName
{
border-color: #411C76;
}
.TagClassName
{
border-color: #411C76;
}
</style>