Shades of Windsor #402B76
Tints of Windsor #402B76
RGB
CMYK
RGB Variations
Color information
#402B76 (or 0x402B76) is known color: Windsor. HEX triplet: 40, 2B and 76. RGB value is (64,43,118). Sum of RGB (Red+Green+Blue) = 64+43+118=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #402B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402B76 is #BFD489. Grayscale: #393939. Windows color (decimal): -12571786 or 7744320. OLE color: 7744320.
HSL color Cylindrical-coordinate representation of color #402B76: hue angle of 256.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #402B76 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 43 | 118 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.54 |
| HSL | 256.8º | 0.47% | 0.32% | - |
| HSV(B) | 256.8º | 0.64% | 0.46% | - |
| XYZ | 6.25 | 4.13 | 17.61 | - |
| YUV | 57.83 | 161.96 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 118 | 0.46 | 0.64 | 0 | 0.54 | 256.8 | 0.47 | 0.32 |
| Hex | 40 | 2B | 76 | 2E | 40 | 0 | 36 | 101 | 2F | 20 |
| Octal | 100 | 53 | 166 | 56 | 100 | 0 | 66 | 401 | 57 | 40 |
| Binary | 1000000 | 101011 | 1110110 | 101110 | 1000000 | 0 | 110110 | 100000001 | 101111 | 100000 |
Color Harmonies of #402B76
Complementary color
Monochromatic Colors of #402B76
Black with #402B76
Text Example
Text Example
White with #402B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402B76; }
p { color: rgb(64,43,118); }
H1.HeaderClassName
{
color: #402B76;
}
.AnyTagClassName
{
color: #402B76;
}
</style>
background-color css
<style>
a { background-color: #402B76; }
a { background-color: rgb(64,43,118); }
div.DivClassName
{
background-color: #402B76;
}
.BgClassName
{
background-color: #402B76;
}
</style>
border-color css
<style>
span { border-color: #402B76; }
span { border-color: rgb(64,43,118); }
td.TdClassName
{
border-color: #402B76;
}
.TagClassName
{
border-color: #402B76;
}
</style>