Shades of Windsor #402F76
Tints of Windsor #402F76
RGB
CMYK
RGB Variations
Color information
#402F76 (or 0x402F76) is known color: Windsor. HEX triplet: 40, 2F and 76. RGB value is (64,47,118). Sum of RGB (Red+Green+Blue) = 64+47+118=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #402F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402F76 is #BFD089. Grayscale: #3B3B3B. Windows color (decimal): -12570762 or 7745344. OLE color: 7745344.
HSL color Cylindrical-coordinate representation of color #402F76: hue angle of 254.37º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #402F76 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 47 | 118 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.54 |
| HSL | 254.37º | 0.43% | 0.32% | - |
| HSV(B) | 254.37º | 0.6% | 0.46% | - |
| XYZ | 6.4 | 4.43 | 17.66 | - |
| YUV | 60.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 118 | 0.46 | 0.60 | 0 | 0.54 | 254.37 | 0.43 | 0.32 |
| Hex | 40 | 2F | 76 | 2E | 3C | 0 | 36 | FE | 2B | 20 |
| Octal | 100 | 57 | 166 | 56 | 74 | 0 | 66 | 376 | 53 | 40 |
| Binary | 1000000 | 101111 | 1110110 | 101110 | 111100 | 0 | 110110 | 11111110 | 101011 | 100000 |
Color Harmonies of #402F76
Complementary color
Monochromatic Colors of #402F76
Black with #402F76
Text Example
Text Example
White with #402F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F76; }
p { color: rgb(64,47,118); }
H1.HeaderClassName
{
color: #402F76;
}
.AnyTagClassName
{
color: #402F76;
}
</style>
background-color css
<style>
a { background-color: #402F76; }
a { background-color: rgb(64,47,118); }
div.DivClassName
{
background-color: #402F76;
}
.BgClassName
{
background-color: #402F76;
}
</style>
border-color css
<style>
span { border-color: #402F76; }
span { border-color: rgb(64,47,118); }
td.TdClassName
{
border-color: #402F76;
}
.TagClassName
{
border-color: #402F76;
}
</style>