Shades of Windsor #40247B
Tints of Windsor #40247B
RGB
CMYK
RGB Variations
Color information
#40247B (or 0x40247B) is known color: Windsor. HEX triplet: 40, 24 and 7B. RGB value is (64,36,123). Sum of RGB (Red+Green+Blue) = 64+36+123=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #40247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40247B is #BFDB84. Grayscale: #353535. Windows color (decimal): -12573573 or 8070208. OLE color: 8070208.
HSL color Cylindrical-coordinate representation of color #40247B: hue angle of 259.31º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40247B is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 36 | 123 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.52 |
| HSL | 259.31º | 0.55% | 0.31% | - |
| HSV(B) | 259.31º | 0.71% | 0.48% | - |
| XYZ | 6.32 | 3.78 | 19.14 | - |
| YUV | 54.29 | 166.78 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 123 | 0.48 | 0.71 | 0 | 0.52 | 259.31 | 0.55 | 0.31 |
| Hex | 40 | 24 | 7B | 30 | 47 | 0 | 34 | 103 | 37 | 1F |
| Octal | 100 | 44 | 173 | 60 | 107 | 0 | 64 | 403 | 67 | 37 |
| Binary | 1000000 | 100100 | 1111011 | 110000 | 1000111 | 0 | 110100 | 100000011 | 110111 | 11111 |
Color Harmonies of #40247B
Complementary color
Monochromatic Colors of #40247B
Black with #40247B
Text Example
Text Example
White with #40247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40247B; }
p { color: rgb(64,36,123); }
H1.HeaderClassName
{
color: #40247B;
}
.AnyTagClassName
{
color: #40247B;
}
</style>
background-color css
<style>
a { background-color: #40247B; }
a { background-color: rgb(64,36,123); }
div.DivClassName
{
background-color: #40247B;
}
.BgClassName
{
background-color: #40247B;
}
</style>
border-color css
<style>
span { border-color: #40247B; }
span { border-color: rgb(64,36,123); }
td.TdClassName
{
border-color: #40247B;
}
.TagClassName
{
border-color: #40247B;
}
</style>