Shades of Windsor #40286B
Tints of Windsor #40286B
RGB
CMYK
RGB Variations
Color information
#40286B (or 0x40286B) is known color: Windsor. HEX triplet: 40, 28 and 6B. RGB value is (64,40,107). Sum of RGB (Red+Green+Blue) = 64+40+107=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #40286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40286B is #BFD794. Grayscale: #363636. Windows color (decimal): -12572565 or 7022656. OLE color: 7022656.
HSL color Cylindrical-coordinate representation of color #40286B: hue angle of 261.49º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40286B is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 40 | 107 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.58 |
| HSL | 261.49º | 0.46% | 0.29% | - |
| HSV(B) | 261.49º | 0.63% | 0.42% | - |
| XYZ | 5.53 | 3.67 | 14.33 | - |
| YUV | 54.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 107 | 0.40 | 0.63 | 0 | 0.58 | 261.49 | 0.46 | 0.29 |
| Hex | 40 | 28 | 6B | 28 | 3F | 0 | 3A | 105 | 2E | 1D |
| Octal | 100 | 50 | 153 | 50 | 77 | 0 | 72 | 405 | 56 | 35 |
| Binary | 1000000 | 101000 | 1101011 | 101000 | 111111 | 0 | 111010 | 100000101 | 101110 | 11101 |
Color Harmonies of #40286B
Complementary color
Monochromatic Colors of #40286B
Black with #40286B
Text Example
Text Example
White with #40286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40286B; }
p { color: rgb(64,40,107); }
H1.HeaderClassName
{
color: #40286B;
}
.AnyTagClassName
{
color: #40286B;
}
</style>
background-color css
<style>
a { background-color: #40286B; }
a { background-color: rgb(64,40,107); }
div.DivClassName
{
background-color: #40286B;
}
.BgClassName
{
background-color: #40286B;
}
</style>
border-color css
<style>
span { border-color: #40286B; }
span { border-color: rgb(64,40,107); }
td.TdClassName
{
border-color: #40286B;
}
.TagClassName
{
border-color: #40286B;
}
</style>