Shades of Windsor #401F80
Tints of Windsor #401F80
RGB
CMYK
RGB Variations
Color information
#401F80 (or 0x401F80) is known color: Windsor. HEX triplet: 40, 1F and 80. RGB value is (64,31,128). Sum of RGB (Red+Green+Blue) = 64+31+128=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #401F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401F80 is #BFE07F. Grayscale: #333333. Windows color (decimal): -12574848 or 8396608. OLE color: 8396608.
HSL color Cylindrical-coordinate representation of color #401F80: hue angle of 260.41º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #401F80 is Cyan = 0.5, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 31 | 128 | - |
| CMYK | 0.5 | 0.76 | 0 | 0.50 |
| HSL | 260.41º | 0.61% | 0.31% | - |
| HSV(B) | 260.41º | 0.76% | 0.5% | - |
| XYZ | 6.5 | 3.63 | 20.78 | - |
| YUV | 51.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 128 | 0.5 | 0.76 | 0 | 0.50 | 260.41 | 0.61 | 0.31 |
| Hex | 40 | 1F | 80 | 32 | 4C | 0 | 32 | 104 | 3D | 1F |
| Octal | 100 | 37 | 200 | 62 | 114 | 0 | 62 | 404 | 75 | 37 |
| Binary | 1000000 | 11111 | 10000000 | 110010 | 1001100 | 0 | 110010 | 100000100 | 111101 | 11111 |
Color Harmonies of #401F80
Complementary color
Monochromatic Colors of #401F80
Black with #401F80
Text Example
Text Example
White with #401F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F80; }
p { color: rgb(64,31,128); }
H1.HeaderClassName
{
color: #401F80;
}
.AnyTagClassName
{
color: #401F80;
}
</style>
background-color css
<style>
a { background-color: #401F80; }
a { background-color: rgb(64,31,128); }
div.DivClassName
{
background-color: #401F80;
}
.BgClassName
{
background-color: #401F80;
}
</style>
border-color css
<style>
span { border-color: #401F80; }
span { border-color: rgb(64,31,128); }
td.TdClassName
{
border-color: #401F80;
}
.TagClassName
{
border-color: #401F80;
}
</style>