Shades of Windsor #401F71
Tints of Windsor #401F71
RGB
CMYK
RGB Variations
Color information
#401F71 (or 0x401F71) is known color: Windsor. HEX triplet: 40, 1F and 71. RGB value is (64,31,113). Sum of RGB (Red+Green+Blue) = 64+31+113=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #401F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F71 is #BFE08E. Grayscale: #313131. Windows color (decimal): -12574863 or 7413568. OLE color: 7413568.
HSL color Cylindrical-coordinate representation of color #401F71: hue angle of 264.15º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401F71 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 31 | 113 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.56 |
| HSL | 264.15º | 0.57% | 0.28% | - |
| HSV(B) | 264.15º | 0.73% | 0.44% | - |
| XYZ | 5.58 | 3.26 | 15.96 | - |
| YUV | 50.22 | 163.43 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 113 | 0.43 | 0.73 | 0 | 0.56 | 264.15 | 0.57 | 0.28 |
| Hex | 40 | 1F | 71 | 2B | 49 | 0 | 38 | 108 | 39 | 1C |
| Octal | 100 | 37 | 161 | 53 | 111 | 0 | 70 | 410 | 71 | 34 |
| Binary | 1000000 | 11111 | 1110001 | 101011 | 1001001 | 0 | 111000 | 100001000 | 111001 | 11100 |
Color Harmonies of #401F71
Complementary color
Monochromatic Colors of #401F71
Black with #401F71
Text Example
Text Example
White with #401F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F71; }
p { color: rgb(64,31,113); }
H1.HeaderClassName
{
color: #401F71;
}
.AnyTagClassName
{
color: #401F71;
}
</style>
background-color css
<style>
a { background-color: #401F71; }
a { background-color: rgb(64,31,113); }
div.DivClassName
{
background-color: #401F71;
}
.BgClassName
{
background-color: #401F71;
}
</style>
border-color css
<style>
span { border-color: #401F71; }
span { border-color: rgb(64,31,113); }
td.TdClassName
{
border-color: #401F71;
}
.TagClassName
{
border-color: #401F71;
}
</style>