Shades of Windsor #40277B
Tints of Windsor #40277B
RGB
CMYK
RGB Variations
Color information
#40277B (or 0x40277B) is known color: Windsor. HEX triplet: 40, 27 and 7B. RGB value is (64,39,123). Sum of RGB (Red+Green+Blue) = 64+39+123=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #40277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40277B is #BFD884. Grayscale: #373737. Windows color (decimal): -12572805 or 8070976. OLE color: 8070976.
HSL color Cylindrical-coordinate representation of color #40277B: hue angle of 257.86º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40277B is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 39 | 123 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.52 |
| HSL | 257.86º | 0.52% | 0.32% | - |
| HSV(B) | 257.86º | 0.68% | 0.48% | - |
| XYZ | 6.42 | 3.97 | 19.17 | - |
| YUV | 56.05 | 165.78 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 123 | 0.48 | 0.68 | 0 | 0.52 | 257.86 | 0.52 | 0.32 |
| Hex | 40 | 27 | 7B | 30 | 44 | 0 | 34 | 102 | 34 | 20 |
| Octal | 100 | 47 | 173 | 60 | 104 | 0 | 64 | 402 | 64 | 40 |
| Binary | 1000000 | 100111 | 1111011 | 110000 | 1000100 | 0 | 110100 | 100000010 | 110100 | 100000 |
Color Harmonies of #40277B
Complementary color
Monochromatic Colors of #40277B
Black with #40277B
Text Example
Text Example
White with #40277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40277B; }
p { color: rgb(64,39,123); }
H1.HeaderClassName
{
color: #40277B;
}
.AnyTagClassName
{
color: #40277B;
}
</style>
background-color css
<style>
a { background-color: #40277B; }
a { background-color: rgb(64,39,123); }
div.DivClassName
{
background-color: #40277B;
}
.BgClassName
{
background-color: #40277B;
}
</style>
border-color css
<style>
span { border-color: #40277B; }
span { border-color: rgb(64,39,123); }
td.TdClassName
{
border-color: #40277B;
}
.TagClassName
{
border-color: #40277B;
}
</style>