Shades of Windsor #40248F
Tints of Windsor #40248F
RGB
CMYK
RGB Variations
Color information
#40248F (or 0x40248F) is known color: Windsor. HEX triplet: 40, 24 and 8F. RGB value is (64,36,143). Sum of RGB (Red+Green+Blue) = 64+36+143=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #40248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40248F is #BFDB70. Grayscale: #383838. Windows color (decimal): -12573553 or 9380928. OLE color: 9380928.
HSL color Cylindrical-coordinate representation of color #40248F: hue angle of 255.7º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40248F is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 36 | 143 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.44 |
| HSL | 255.7º | 0.6% | 0.35% | - |
| HSV(B) | 255.7º | 0.75% | 0.56% | - |
| XYZ | 7.7 | 4.33 | 26.42 | - |
| YUV | 56.57 | 176.78 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 143 | 0.55 | 0.75 | 0 | 0.44 | 255.7 | 0.6 | 0.35 |
| Hex | 40 | 24 | 8F | 37 | 4B | 0 | 2C | 100 | 3C | 23 |
| Octal | 100 | 44 | 217 | 67 | 113 | 0 | 54 | 400 | 74 | 43 |
| Binary | 1000000 | 100100 | 10001111 | 110111 | 1001011 | 0 | 101100 | 100000000 | 111100 | 100011 |
Color Harmonies of #40248F
Complementary color
Monochromatic Colors of #40248F
Black with #40248F
Text Example
Text Example
White with #40248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40248F; }
p { color: rgb(64,36,143); }
H1.HeaderClassName
{
color: #40248F;
}
.AnyTagClassName
{
color: #40248F;
}
</style>
background-color css
<style>
a { background-color: #40248F; }
a { background-color: rgb(64,36,143); }
div.DivClassName
{
background-color: #40248F;
}
.BgClassName
{
background-color: #40248F;
}
</style>
border-color css
<style>
span { border-color: #40248F; }
span { border-color: rgb(64,36,143); }
td.TdClassName
{
border-color: #40248F;
}
.TagClassName
{
border-color: #40248F;
}
</style>