Shades of Windsor #403377
Tints of Windsor #403377
RGB
CMYK
RGB Variations
Color information
#403377 (or 0x403377) is known color: Windsor. HEX triplet: 40, 33 and 77. RGB value is (64,51,119). Sum of RGB (Red+Green+Blue) = 64+51+119=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #403377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403377 is #BFCC88. Grayscale: #3E3E3E. Windows color (decimal): -12569737 or 7811904. OLE color: 7811904.
HSL color Cylindrical-coordinate representation of color #403377: hue angle of 251.47º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #403377 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 51 | 119 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.53 |
| HSL | 251.47º | 0.4% | 0.33% | - |
| HSV(B) | 251.47º | 0.57% | 0.47% | - |
| XYZ | 6.63 | 4.79 | 18.03 | - |
| YUV | 62.64 | 159.81 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 119 | 0.46 | 0.57 | 0 | 0.53 | 251.47 | 0.4 | 0.33 |
| Hex | 40 | 33 | 77 | 2E | 39 | 0 | 35 | FB | 28 | 21 |
| Octal | 100 | 63 | 167 | 56 | 71 | 0 | 65 | 373 | 50 | 41 |
| Binary | 1000000 | 110011 | 1110111 | 101110 | 111001 | 0 | 110101 | 11111011 | 101000 | 100001 |
Color Harmonies of #403377
Complementary color
Monochromatic Colors of #403377
Black with #403377
Text Example
Text Example
White with #403377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403377; }
p { color: rgb(64,51,119); }
H1.HeaderClassName
{
color: #403377;
}
.AnyTagClassName
{
color: #403377;
}
</style>
background-color css
<style>
a { background-color: #403377; }
a { background-color: rgb(64,51,119); }
div.DivClassName
{
background-color: #403377;
}
.BgClassName
{
background-color: #403377;
}
</style>
border-color css
<style>
span { border-color: #403377; }
span { border-color: rgb(64,51,119); }
td.TdClassName
{
border-color: #403377;
}
.TagClassName
{
border-color: #403377;
}
</style>