Shades of Windsor #401F73
Tints of Windsor #401F73
RGB
CMYK
RGB Variations
Color information
#401F73 (or 0x401F73) is known color: Windsor. HEX triplet: 40, 1F and 73. RGB value is (64,31,115). Sum of RGB (Red+Green+Blue) = 64+31+115=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #401F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F73 is #BFE08C. Grayscale: #323232. Windows color (decimal): -12574861 or 7544640. OLE color: 7544640.
HSL color Cylindrical-coordinate representation of color #401F73: hue angle of 263.57º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401F73 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 31 | 115 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.55 |
| HSL | 263.57º | 0.58% | 0.29% | - |
| HSV(B) | 263.57º | 0.73% | 0.45% | - |
| XYZ | 5.7 | 3.31 | 16.56 | - |
| YUV | 50.44 | 164.43 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 115 | 0.44 | 0.73 | 0 | 0.55 | 263.57 | 0.58 | 0.29 |
| Hex | 40 | 1F | 73 | 2C | 49 | 0 | 37 | 108 | 3A | 1D |
| Octal | 100 | 37 | 163 | 54 | 111 | 0 | 67 | 410 | 72 | 35 |
| Binary | 1000000 | 11111 | 1110011 | 101100 | 1001001 | 0 | 110111 | 100001000 | 111010 | 11101 |
Color Harmonies of #401F73
Complementary color
Monochromatic Colors of #401F73
Black with #401F73
Text Example
Text Example
White with #401F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F73; }
p { color: rgb(64,31,115); }
H1.HeaderClassName
{
color: #401F73;
}
.AnyTagClassName
{
color: #401F73;
}
</style>
background-color css
<style>
a { background-color: #401F73; }
a { background-color: rgb(64,31,115); }
div.DivClassName
{
background-color: #401F73;
}
.BgClassName
{
background-color: #401F73;
}
</style>
border-color css
<style>
span { border-color: #401F73; }
span { border-color: rgb(64,31,115); }
td.TdClassName
{
border-color: #401F73;
}
.TagClassName
{
border-color: #401F73;
}
</style>