Shades of Windsor #401B73
Tints of Windsor #401B73
RGB
CMYK
RGB Variations
Color information
#401B73 (or 0x401B73) is known color: Windsor. HEX triplet: 40, 1B and 73. RGB value is (64,27,115). Sum of RGB (Red+Green+Blue) = 64+27+115=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #401B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401B73 is #BFE48C. Grayscale: #2F2F2F. Windows color (decimal): -12575885 or 7543616. OLE color: 7543616.
HSL color Cylindrical-coordinate representation of color #401B73: hue angle of 265.23º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #401B73 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 27 | 115 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.55 |
| HSL | 265.23º | 0.62% | 0.28% | - |
| HSV(B) | 265.23º | 0.77% | 0.45% | - |
| XYZ | 5.6 | 3.11 | 16.53 | - |
| YUV | 48.1 | 165.76 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 115 | 0.44 | 0.77 | 0 | 0.55 | 265.23 | 0.62 | 0.28 |
| Hex | 40 | 1B | 73 | 2C | 4D | 0 | 37 | 109 | 3E | 1C |
| Octal | 100 | 33 | 163 | 54 | 115 | 0 | 67 | 411 | 76 | 34 |
| Binary | 1000000 | 11011 | 1110011 | 101100 | 1001101 | 0 | 110111 | 100001001 | 111110 | 11100 |
Color Harmonies of #401B73
Complementary color
Monochromatic Colors of #401B73
Black with #401B73
Text Example
Text Example
White with #401B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B73; }
p { color: rgb(64,27,115); }
H1.HeaderClassName
{
color: #401B73;
}
.AnyTagClassName
{
color: #401B73;
}
</style>
background-color css
<style>
a { background-color: #401B73; }
a { background-color: rgb(64,27,115); }
div.DivClassName
{
background-color: #401B73;
}
.BgClassName
{
background-color: #401B73;
}
</style>
border-color css
<style>
span { border-color: #401B73; }
span { border-color: rgb(64,27,115); }
td.TdClassName
{
border-color: #401B73;
}
.TagClassName
{
border-color: #401B73;
}
</style>