Shades of Windsor #40258D
Tints of Windsor #40258D
RGB
CMYK
RGB Variations
Color information
#40258D (or 0x40258D) is known color: Windsor. HEX triplet: 40, 25 and 8D. RGB value is (64,37,141). Sum of RGB (Red+Green+Blue) = 64+37+141=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #40258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40258D is #BFDA72. Grayscale: #383838. Windows color (decimal): -12573299 or 9250112. OLE color: 9250112.
HSL color Cylindrical-coordinate representation of color #40258D: hue angle of 255.58º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40258D is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 37 | 141 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.45 |
| HSL | 255.58º | 0.58% | 0.35% | - |
| HSV(B) | 255.58º | 0.74% | 0.55% | - |
| XYZ | 7.58 | 4.34 | 25.64 | - |
| YUV | 56.93 | 175.45 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 141 | 0.55 | 0.74 | 0 | 0.45 | 255.58 | 0.58 | 0.35 |
| Hex | 40 | 25 | 8D | 37 | 4A | 0 | 2D | 100 | 3A | 23 |
| Octal | 100 | 45 | 215 | 67 | 112 | 0 | 55 | 400 | 72 | 43 |
| Binary | 1000000 | 100101 | 10001101 | 110111 | 1001010 | 0 | 101101 | 100000000 | 111010 | 100011 |
Color Harmonies of #40258D
Complementary color
Monochromatic Colors of #40258D
Black with #40258D
Text Example
Text Example
White with #40258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40258D; }
p { color: rgb(64,37,141); }
H1.HeaderClassName
{
color: #40258D;
}
.AnyTagClassName
{
color: #40258D;
}
</style>
background-color css
<style>
a { background-color: #40258D; }
a { background-color: rgb(64,37,141); }
div.DivClassName
{
background-color: #40258D;
}
.BgClassName
{
background-color: #40258D;
}
</style>
border-color css
<style>
span { border-color: #40258D; }
span { border-color: rgb(64,37,141); }
td.TdClassName
{
border-color: #40258D;
}
.TagClassName
{
border-color: #40258D;
}
</style>