Shades of Windsor #40256E
Tints of Windsor #40256E
RGB
CMYK
RGB Variations
Color information
#40256E (or 0x40256E) is known color: Windsor. HEX triplet: 40, 25 and 6E. RGB value is (64,37,110). Sum of RGB (Red+Green+Blue) = 64+37+110=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #40256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40256E is #BFDA91. Grayscale: #353535. Windows color (decimal): -12573330 or 7218496. OLE color: 7218496.
HSL color Cylindrical-coordinate representation of color #40256E: hue angle of 262.19º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40256E is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 37 | 110 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.57 |
| HSL | 262.19º | 0.5% | 0.29% | - |
| HSV(B) | 262.19º | 0.66% | 0.43% | - |
| XYZ | 5.59 | 3.54 | 15.14 | - |
| YUV | 53.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 110 | 0.42 | 0.66 | 0 | 0.57 | 262.19 | 0.5 | 0.29 |
| Hex | 40 | 25 | 6E | 2A | 42 | 0 | 39 | 106 | 32 | 1D |
| Octal | 100 | 45 | 156 | 52 | 102 | 0 | 71 | 406 | 62 | 35 |
| Binary | 1000000 | 100101 | 1101110 | 101010 | 1000010 | 0 | 111001 | 100000110 | 110010 | 11101 |
Color Harmonies of #40256E
Complementary color
Monochromatic Colors of #40256E
Black with #40256E
Text Example
Text Example
White with #40256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40256E; }
p { color: rgb(64,37,110); }
H1.HeaderClassName
{
color: #40256E;
}
.AnyTagClassName
{
color: #40256E;
}
</style>
background-color css
<style>
a { background-color: #40256E; }
a { background-color: rgb(64,37,110); }
div.DivClassName
{
background-color: #40256E;
}
.BgClassName
{
background-color: #40256E;
}
</style>
border-color css
<style>
span { border-color: #40256E; }
span { border-color: rgb(64,37,110); }
td.TdClassName
{
border-color: #40256E;
}
.TagClassName
{
border-color: #40256E;
}
</style>