Shades of Windsor #40258E
Tints of Windsor #40258E
RGB
CMYK
RGB Variations
Color information
#40258E (or 0x40258E) is known color: Windsor. HEX triplet: 40, 25 and 8E. RGB value is (64,37,142). Sum of RGB (Red+Green+Blue) = 64+37+142=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #40258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40258E is #BFDA71. Grayscale: #383838. Windows color (decimal): -12573298 or 9315648. OLE color: 9315648.
HSL color Cylindrical-coordinate representation of color #40258E: hue angle of 255.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40258E is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 37 | 142 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.44 |
| HSL | 255.43º | 0.59% | 0.35% | - |
| HSV(B) | 255.43º | 0.74% | 0.56% | - |
| XYZ | 7.66 | 4.37 | 26.03 | - |
| YUV | 57.04 | 175.95 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 142 | 0.55 | 0.74 | 0 | 0.44 | 255.43 | 0.59 | 0.35 |
| Hex | 40 | 25 | 8E | 37 | 4A | 0 | 2C | FF | 3B | 23 |
| Octal | 100 | 45 | 216 | 67 | 112 | 0 | 54 | 377 | 73 | 43 |
| Binary | 1000000 | 100101 | 10001110 | 110111 | 1001010 | 0 | 101100 | 11111111 | 111011 | 100011 |
Color Harmonies of #40258E
Complementary color
Monochromatic Colors of #40258E
Black with #40258E
Text Example
Text Example
White with #40258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40258E; }
p { color: rgb(64,37,142); }
H1.HeaderClassName
{
color: #40258E;
}
.AnyTagClassName
{
color: #40258E;
}
</style>
background-color css
<style>
a { background-color: #40258E; }
a { background-color: rgb(64,37,142); }
div.DivClassName
{
background-color: #40258E;
}
.BgClassName
{
background-color: #40258E;
}
</style>
border-color css
<style>
span { border-color: #40258E; }
span { border-color: rgb(64,37,142); }
td.TdClassName
{
border-color: #40258E;
}
.TagClassName
{
border-color: #40258E;
}
</style>