Shades of Windsor #401D80
Tints of Windsor #401D80
RGB
CMYK
RGB Variations
Color information
#401D80 (or 0x401D80) is known color: Windsor. HEX triplet: 40, 1D and 80. RGB value is (64,29,128). Sum of RGB (Red+Green+Blue) = 64+29+128=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 29 (11.72% from 255 or 13.12% 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 #401D80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401D80 is #BFE27F. Grayscale: #323232. Windows color (decimal): -12575360 or 8396096. OLE color: 8396096.
HSL color Cylindrical-coordinate representation of color #401D80: hue angle of 261.21º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #401D80 is Cyan = 0.5, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 29 | 128 | - |
| CMYK | 0.5 | 0.77 | 0 | 0.50 |
| HSL | 261.21º | 0.63% | 0.31% | - |
| HSV(B) | 261.21º | 0.77% | 0.5% | - |
| XYZ | 6.45 | 3.53 | 20.76 | - |
| YUV | 50.75 | 171.6 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 128 | 0.5 | 0.77 | 0 | 0.50 | 261.21 | 0.63 | 0.31 |
| Hex | 40 | 1D | 80 | 32 | 4D | 0 | 32 | 105 | 3F | 1F |
| Octal | 100 | 35 | 200 | 62 | 115 | 0 | 62 | 405 | 77 | 37 |
| Binary | 1000000 | 11101 | 10000000 | 110010 | 1001101 | 0 | 110010 | 100000101 | 111111 | 11111 |
Color Harmonies of #401D80
Complementary color
Monochromatic Colors of #401D80
Black with #401D80
Text Example
Text Example
White with #401D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D80; }
p { color: rgb(64,29,128); }
H1.HeaderClassName
{
color: #401D80;
}
.AnyTagClassName
{
color: #401D80;
}
</style>
background-color css
<style>
a { background-color: #401D80; }
a { background-color: rgb(64,29,128); }
div.DivClassName
{
background-color: #401D80;
}
.BgClassName
{
background-color: #401D80;
}
</style>
border-color css
<style>
span { border-color: #401D80; }
span { border-color: rgb(64,29,128); }
td.TdClassName
{
border-color: #401D80;
}
.TagClassName
{
border-color: #401D80;
}
</style>