Shades of Windsor #402C76
Tints of Windsor #402C76
RGB
CMYK
RGB Variations
Color information
#402C76 (or 0x402C76) is known color: Windsor. HEX triplet: 40, 2C and 76. RGB value is (64,44,118). Sum of RGB (Red+Green+Blue) = 64+44+118=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #402C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402C76 is #BFD389. Grayscale: #3A3A3A. Windows color (decimal): -12571530 or 7744576. OLE color: 7744576.
HSL color Cylindrical-coordinate representation of color #402C76: hue angle of 256.22º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #402C76 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 44 | 118 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.54 |
| HSL | 256.22º | 0.46% | 0.32% | - |
| HSV(B) | 256.22º | 0.63% | 0.46% | - |
| XYZ | 6.29 | 4.2 | 17.62 | - |
| YUV | 58.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 118 | 0.46 | 0.63 | 0 | 0.54 | 256.22 | 0.46 | 0.32 |
| Hex | 40 | 2C | 76 | 2E | 3F | 0 | 36 | 100 | 2E | 20 |
| Octal | 100 | 54 | 166 | 56 | 77 | 0 | 66 | 400 | 56 | 40 |
| Binary | 1000000 | 101100 | 1110110 | 101110 | 111111 | 0 | 110110 | 100000000 | 101110 | 100000 |
Color Harmonies of #402C76
Complementary color
Monochromatic Colors of #402C76
Black with #402C76
Text Example
Text Example
White with #402C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C76; }
p { color: rgb(64,44,118); }
H1.HeaderClassName
{
color: #402C76;
}
.AnyTagClassName
{
color: #402C76;
}
</style>
background-color css
<style>
a { background-color: #402C76; }
a { background-color: rgb(64,44,118); }
div.DivClassName
{
background-color: #402C76;
}
.BgClassName
{
background-color: #402C76;
}
</style>
border-color css
<style>
span { border-color: #402C76; }
span { border-color: rgb(64,44,118); }
td.TdClassName
{
border-color: #402C76;
}
.TagClassName
{
border-color: #402C76;
}
</style>