Shades of Windsor #40246D
Tints of Windsor #40246D
RGB
CMYK
RGB Variations
Color information
#40246D (or 0x40246D) is known color: Windsor. HEX triplet: 40, 24 and 6D. RGB value is (64,36,109). Sum of RGB (Red+Green+Blue) = 64+36+109=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #40246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40246D is #BFDB92. Grayscale: #343434. Windows color (decimal): -12573587 or 7152704. OLE color: 7152704.
HSL color Cylindrical-coordinate representation of color #40246D: hue angle of 263.01º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40246D is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 36 | 109 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.57 |
| HSL | 263.01º | 0.5% | 0.28% | - |
| HSV(B) | 263.01º | 0.67% | 0.43% | - |
| XYZ | 5.51 | 3.46 | 14.84 | - |
| YUV | 52.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 109 | 0.41 | 0.67 | 0 | 0.57 | 263.01 | 0.5 | 0.28 |
| Hex | 40 | 24 | 6D | 29 | 43 | 0 | 39 | 107 | 32 | 1C |
| Octal | 100 | 44 | 155 | 51 | 103 | 0 | 71 | 407 | 62 | 34 |
| Binary | 1000000 | 100100 | 1101101 | 101001 | 1000011 | 0 | 111001 | 100000111 | 110010 | 11100 |
Color Harmonies of #40246D
Complementary color
Monochromatic Colors of #40246D
Black with #40246D
Text Example
Text Example
White with #40246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40246D; }
p { color: rgb(64,36,109); }
H1.HeaderClassName
{
color: #40246D;
}
.AnyTagClassName
{
color: #40246D;
}
</style>
background-color css
<style>
a { background-color: #40246D; }
a { background-color: rgb(64,36,109); }
div.DivClassName
{
background-color: #40246D;
}
.BgClassName
{
background-color: #40246D;
}
</style>
border-color css
<style>
span { border-color: #40246D; }
span { border-color: rgb(64,36,109); }
td.TdClassName
{
border-color: #40246D;
}
.TagClassName
{
border-color: #40246D;
}
</style>