Shades of Windsor #40247C
Tints of Windsor #40247C
RGB
CMYK
RGB Variations
Color information
#40247C (or 0x40247C) is known color: Windsor. HEX triplet: 40, 24 and 7C. RGB value is (64,36,124). Sum of RGB (Red+Green+Blue) = 64+36+124=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #40247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40247C is #BFDB83. Grayscale: #363636. Windows color (decimal): -12573572 or 8135744. OLE color: 8135744.
HSL color Cylindrical-coordinate representation of color #40247C: hue angle of 259.09º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40247C is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 36 | 124 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.51 |
| HSL | 259.09º | 0.55% | 0.31% | - |
| HSV(B) | 259.09º | 0.71% | 0.49% | - |
| XYZ | 6.38 | 3.81 | 19.47 | - |
| YUV | 54.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 124 | 0.48 | 0.71 | 0 | 0.51 | 259.09 | 0.55 | 0.31 |
| Hex | 40 | 24 | 7C | 30 | 47 | 0 | 33 | 103 | 37 | 1F |
| Octal | 100 | 44 | 174 | 60 | 107 | 0 | 63 | 403 | 67 | 37 |
| Binary | 1000000 | 100100 | 1111100 | 110000 | 1000111 | 0 | 110011 | 100000011 | 110111 | 11111 |
Color Harmonies of #40247C
Complementary color
Monochromatic Colors of #40247C
Black with #40247C
Text Example
Text Example
White with #40247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40247C; }
p { color: rgb(64,36,124); }
H1.HeaderClassName
{
color: #40247C;
}
.AnyTagClassName
{
color: #40247C;
}
</style>
background-color css
<style>
a { background-color: #40247C; }
a { background-color: rgb(64,36,124); }
div.DivClassName
{
background-color: #40247C;
}
.BgClassName
{
background-color: #40247C;
}
</style>
border-color css
<style>
span { border-color: #40247C; }
span { border-color: rgb(64,36,124); }
td.TdClassName
{
border-color: #40247C;
}
.TagClassName
{
border-color: #40247C;
}
</style>