Shades of Windsor #402D75
Tints of Windsor #402D75
RGB
CMYK
RGB Variations
Color information
#402D75 (or 0x402D75) is known color: Windsor. HEX triplet: 40, 2D and 75. RGB value is (64,45,117). Sum of RGB (Red+Green+Blue) = 64+45+117=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #402D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402D75 is #BFD28A. Grayscale: #3A3A3A. Windows color (decimal): -12571275 or 7679296. OLE color: 7679296.
HSL color Cylindrical-coordinate representation of color #402D75: hue angle of 255.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #402D75 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 45 | 117 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.54 |
| HSL | 255.83º | 0.44% | 0.32% | - |
| HSV(B) | 255.83º | 0.62% | 0.46% | - |
| XYZ | 6.26 | 4.25 | 17.32 | - |
| YUV | 58.89 | 160.79 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 117 | 0.45 | 0.62 | 0 | 0.54 | 255.83 | 0.44 | 0.32 |
| Hex | 40 | 2D | 75 | 2D | 3E | 0 | 36 | 100 | 2C | 20 |
| Octal | 100 | 55 | 165 | 55 | 76 | 0 | 66 | 400 | 54 | 40 |
| Binary | 1000000 | 101101 | 1110101 | 101101 | 111110 | 0 | 110110 | 100000000 | 101100 | 100000 |
Color Harmonies of #402D75
Complementary color
Monochromatic Colors of #402D75
Black with #402D75
Text Example
Text Example
White with #402D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D75; }
p { color: rgb(64,45,117); }
H1.HeaderClassName
{
color: #402D75;
}
.AnyTagClassName
{
color: #402D75;
}
</style>
background-color css
<style>
a { background-color: #402D75; }
a { background-color: rgb(64,45,117); }
div.DivClassName
{
background-color: #402D75;
}
.BgClassName
{
background-color: #402D75;
}
</style>
border-color css
<style>
span { border-color: #402D75; }
span { border-color: rgb(64,45,117); }
td.TdClassName
{
border-color: #402D75;
}
.TagClassName
{
border-color: #402D75;
}
</style>