Shades of Windsor #411C80
Tints of Windsor #411C80
RGB
CMYK
RGB Variations
Color information
#411C80 (or 0x411C80) is known color: Windsor. HEX triplet: 41, 1C and 80. RGB value is (65,28,128). Sum of RGB (Red+Green+Blue) = 65+28+128=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #411C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411C80 is #BEE37F. Grayscale: #323232. Windows color (decimal): -12510080 or 8395841. OLE color: 8395841.
HSL color Cylindrical-coordinate representation of color #411C80: hue angle of 262.2º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #411C80 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 28 | 128 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.50 |
| HSL | 262.2º | 0.64% | 0.31% | - |
| HSV(B) | 262.2º | 0.78% | 0.5% | - |
| XYZ | 6.49 | 3.51 | 20.76 | - |
| YUV | 50.46 | 171.76 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 128 | 0.49 | 0.78 | 0 | 0.50 | 262.2 | 0.64 | 0.31 |
| Hex | 41 | 1C | 80 | 31 | 4E | 0 | 32 | 106 | 40 | 1F |
| Octal | 101 | 34 | 200 | 61 | 116 | 0 | 62 | 406 | 100 | 37 |
| Binary | 1000001 | 11100 | 10000000 | 110001 | 1001110 | 0 | 110010 | 100000110 | 1000000 | 11111 |
Color Harmonies of #411C80
Complementary color
Monochromatic Colors of #411C80
Black with #411C80
Text Example
Text Example
White with #411C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C80; }
p { color: rgb(65,28,128); }
H1.HeaderClassName
{
color: #411C80;
}
.AnyTagClassName
{
color: #411C80;
}
</style>
background-color css
<style>
a { background-color: #411C80; }
a { background-color: rgb(65,28,128); }
div.DivClassName
{
background-color: #411C80;
}
.BgClassName
{
background-color: #411C80;
}
</style>
border-color css
<style>
span { border-color: #411C80; }
span { border-color: rgb(65,28,128); }
td.TdClassName
{
border-color: #411C80;
}
.TagClassName
{
border-color: #411C80;
}
</style>