Shades of Windsor #40276D
Tints of Windsor #40276D
RGB
CMYK
RGB Variations
Color information
#40276D (or 0x40276D) is known color: Windsor. HEX triplet: 40, 27 and 6D. RGB value is (64,39,109). Sum of RGB (Red+Green+Blue) = 64+39+109=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #40276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40276D is #BFD892. Grayscale: #363636. Windows color (decimal): -12572819 or 7153472. OLE color: 7153472.
HSL color Cylindrical-coordinate representation of color #40276D: hue angle of 261.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40276D is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 39 | 109 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.57 |
| HSL | 261.43º | 0.47% | 0.29% | - |
| HSV(B) | 261.43º | 0.64% | 0.43% | - |
| XYZ | 5.6 | 3.65 | 14.88 | - |
| YUV | 54.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 109 | 0.41 | 0.64 | 0 | 0.57 | 261.43 | 0.47 | 0.29 |
| Hex | 40 | 27 | 6D | 29 | 40 | 0 | 39 | 105 | 2F | 1D |
| Octal | 100 | 47 | 155 | 51 | 100 | 0 | 71 | 405 | 57 | 35 |
| Binary | 1000000 | 100111 | 1101101 | 101001 | 1000000 | 0 | 111001 | 100000101 | 101111 | 11101 |
Color Harmonies of #40276D
Complementary color
Monochromatic Colors of #40276D
Black with #40276D
Text Example
Text Example
White with #40276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40276D; }
p { color: rgb(64,39,109); }
H1.HeaderClassName
{
color: #40276D;
}
.AnyTagClassName
{
color: #40276D;
}
</style>
background-color css
<style>
a { background-color: #40276D; }
a { background-color: rgb(64,39,109); }
div.DivClassName
{
background-color: #40276D;
}
.BgClassName
{
background-color: #40276D;
}
</style>
border-color css
<style>
span { border-color: #40276D; }
span { border-color: rgb(64,39,109); }
td.TdClassName
{
border-color: #40276D;
}
.TagClassName
{
border-color: #40276D;
}
</style>