Shades of Windsor #40237F
Tints of Windsor #40237F
RGB
CMYK
RGB Variations
Color information
#40237F (or 0x40237F) is known color: Windsor. HEX triplet: 40, 23 and 7F. RGB value is (64,35,127). Sum of RGB (Red+Green+Blue) = 64+35+127=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #40237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40237F is #BFDC80. Grayscale: #353535. Windows color (decimal): -12573825 or 8332096. OLE color: 8332096.
HSL color Cylindrical-coordinate representation of color #40237F: hue angle of 258.91º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40237F is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 35 | 127 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.50 |
| HSL | 258.91º | 0.57% | 0.32% | - |
| HSV(B) | 258.91º | 0.72% | 0.5% | - |
| XYZ | 6.55 | 3.82 | 20.47 | - |
| YUV | 54.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 127 | 0.50 | 0.72 | 0 | 0.50 | 258.91 | 0.57 | 0.32 |
| Hex | 40 | 23 | 7F | 32 | 48 | 0 | 32 | 103 | 39 | 20 |
| Octal | 100 | 43 | 177 | 62 | 110 | 0 | 62 | 403 | 71 | 40 |
| Binary | 1000000 | 100011 | 1111111 | 110010 | 1001000 | 0 | 110010 | 100000011 | 111001 | 100000 |
Color Harmonies of #40237F
Complementary color
Monochromatic Colors of #40237F
Black with #40237F
Text Example
Text Example
White with #40237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40237F; }
p { color: rgb(64,35,127); }
H1.HeaderClassName
{
color: #40237F;
}
.AnyTagClassName
{
color: #40237F;
}
</style>
background-color css
<style>
a { background-color: #40237F; }
a { background-color: rgb(64,35,127); }
div.DivClassName
{
background-color: #40237F;
}
.BgClassName
{
background-color: #40237F;
}
</style>
border-color css
<style>
span { border-color: #40237F; }
span { border-color: rgb(64,35,127); }
td.TdClassName
{
border-color: #40237F;
}
.TagClassName
{
border-color: #40237F;
}
</style>