Shades of Windsor #40247E
Tints of Windsor #40247E
RGB
CMYK
RGB Variations
Color information
#40247E (or 0x40247E) is known color: Windsor. HEX triplet: 40, 24 and 7E. RGB value is (64,36,126). Sum of RGB (Red+Green+Blue) = 64+36+126=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 126 (49.61% from 255 or 55.75% from 226); Max value from RGB is 126 - color contains mainly: blue. Hex color #40247E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40247E is #BFDB81. Grayscale: #363636. Windows color (decimal): -12573570 or 8266816. OLE color: 8266816.
HSL color Cylindrical-coordinate representation of color #40247E: hue angle of 258.67º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40247E is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 36 | 126 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.51 |
| HSL | 258.67º | 0.56% | 0.32% | - |
| HSV(B) | 258.67º | 0.71% | 0.49% | - |
| XYZ | 6.51 | 3.86 | 20.14 | - |
| YUV | 54.63 | 168.28 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 126 | 0.49 | 0.71 | 0 | 0.51 | 258.67 | 0.56 | 0.32 |
| Hex | 40 | 24 | 7E | 31 | 47 | 0 | 33 | 103 | 38 | 20 |
| Octal | 100 | 44 | 176 | 61 | 107 | 0 | 63 | 403 | 70 | 40 |
| Binary | 1000000 | 100100 | 1111110 | 110001 | 1000111 | 0 | 110011 | 100000011 | 111000 | 100000 |
Color Harmonies of #40247E
Complementary color
Monochromatic Colors of #40247E
Black with #40247E
Text Example
Text Example
White with #40247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40247E; }
p { color: rgb(64,36,126); }
H1.HeaderClassName
{
color: #40247E;
}
.AnyTagClassName
{
color: #40247E;
}
</style>
background-color css
<style>
a { background-color: #40247E; }
a { background-color: rgb(64,36,126); }
div.DivClassName
{
background-color: #40247E;
}
.BgClassName
{
background-color: #40247E;
}
</style>
border-color css
<style>
span { border-color: #40247E; }
span { border-color: rgb(64,36,126); }
td.TdClassName
{
border-color: #40247E;
}
.TagClassName
{
border-color: #40247E;
}
</style>