Shades of Windsor #40287B
Tints of Windsor #40287B
RGB
CMYK
RGB Variations
Color information
#40287B (or 0x40287B) is known color: Windsor. HEX triplet: 40, 28 and 7B. RGB value is (64,40,123). Sum of RGB (Red+Green+Blue) = 64+40+123=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #40287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40287B is #BFD784. Grayscale: #383838. Windows color (decimal): -12572549 or 8071232. OLE color: 8071232.
HSL color Cylindrical-coordinate representation of color #40287B: hue angle of 257.35º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40287B is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 40 | 123 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.52 |
| HSL | 257.35º | 0.51% | 0.32% | - |
| HSV(B) | 257.35º | 0.67% | 0.48% | - |
| XYZ | 6.45 | 4.04 | 19.18 | - |
| YUV | 56.64 | 165.45 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 123 | 0.48 | 0.67 | 0 | 0.52 | 257.35 | 0.51 | 0.32 |
| Hex | 40 | 28 | 7B | 30 | 43 | 0 | 34 | 101 | 33 | 20 |
| Octal | 100 | 50 | 173 | 60 | 103 | 0 | 64 | 401 | 63 | 40 |
| Binary | 1000000 | 101000 | 1111011 | 110000 | 1000011 | 0 | 110100 | 100000001 | 110011 | 100000 |
Color Harmonies of #40287B
Complementary color
Monochromatic Colors of #40287B
Black with #40287B
Text Example
Text Example
White with #40287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40287B; }
p { color: rgb(64,40,123); }
H1.HeaderClassName
{
color: #40287B;
}
.AnyTagClassName
{
color: #40287B;
}
</style>
background-color css
<style>
a { background-color: #40287B; }
a { background-color: rgb(64,40,123); }
div.DivClassName
{
background-color: #40287B;
}
.BgClassName
{
background-color: #40287B;
}
</style>
border-color css
<style>
span { border-color: #40287B; }
span { border-color: rgb(64,40,123); }
td.TdClassName
{
border-color: #40287B;
}
.TagClassName
{
border-color: #40287B;
}
</style>