Shades of Windsor #402E73
Tints of Windsor #402E73
RGB
CMYK
RGB Variations
Color information
#402E73 (or 0x402E73) is known color: Windsor. HEX triplet: 40, 2E and 73. RGB value is (64,46,115). Sum of RGB (Red+Green+Blue) = 64+46+115=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #402E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402E73 is #BFD18C. Grayscale: #3A3A3A. Windows color (decimal): -12571021 or 7548480. OLE color: 7548480.
HSL color Cylindrical-coordinate representation of color #402E73: hue angle of 255.65º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #402E73 is Cyan = 0.44, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 46 | 115 | - |
| CMYK | 0.44 | 0.6 | 0 | 0.55 |
| HSL | 255.65º | 0.43% | 0.32% | - |
| HSV(B) | 255.65º | 0.6% | 0.45% | - |
| XYZ | 6.19 | 4.28 | 16.72 | - |
| YUV | 59.25 | 159.46 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 115 | 0.44 | 0.6 | 0 | 0.55 | 255.65 | 0.43 | 0.32 |
| Hex | 40 | 2E | 73 | 2C | 3C | 0 | 37 | 100 | 2B | 20 |
| Octal | 100 | 56 | 163 | 54 | 74 | 0 | 67 | 400 | 53 | 40 |
| Binary | 1000000 | 101110 | 1110011 | 101100 | 111100 | 0 | 110111 | 100000000 | 101011 | 100000 |
Color Harmonies of #402E73
Complementary color
Monochromatic Colors of #402E73
Black with #402E73
Text Example
Text Example
White with #402E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E73; }
p { color: rgb(64,46,115); }
H1.HeaderClassName
{
color: #402E73;
}
.AnyTagClassName
{
color: #402E73;
}
</style>
background-color css
<style>
a { background-color: #402E73; }
a { background-color: rgb(64,46,115); }
div.DivClassName
{
background-color: #402E73;
}
.BgClassName
{
background-color: #402E73;
}
</style>
border-color css
<style>
span { border-color: #402E73; }
span { border-color: rgb(64,46,115); }
td.TdClassName
{
border-color: #402E73;
}
.TagClassName
{
border-color: #402E73;
}
</style>