Shades of Windsor #40237B
Tints of Windsor #40237B
RGB
CMYK
RGB Variations
Color information
#40237B (or 0x40237B) is known color: Windsor. HEX triplet: 40, 23 and 7B. RGB value is (64,35,123). Sum of RGB (Red+Green+Blue) = 64+35+123=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #40237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40237B is #BFDC84. Grayscale: #353535. Windows color (decimal): -12573829 or 8069952. OLE color: 8069952.
HSL color Cylindrical-coordinate representation of color #40237B: hue angle of 259.77º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40237B is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 35 | 123 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.52 |
| HSL | 259.77º | 0.56% | 0.31% | - |
| HSV(B) | 259.77º | 0.72% | 0.48% | - |
| XYZ | 6.29 | 3.72 | 19.13 | - |
| YUV | 53.7 | 167.11 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 123 | 0.48 | 0.72 | 0 | 0.52 | 259.77 | 0.56 | 0.31 |
| Hex | 40 | 23 | 7B | 30 | 48 | 0 | 34 | 104 | 38 | 1F |
| Octal | 100 | 43 | 173 | 60 | 110 | 0 | 64 | 404 | 70 | 37 |
| Binary | 1000000 | 100011 | 1111011 | 110000 | 1001000 | 0 | 110100 | 100000100 | 111000 | 11111 |
Color Harmonies of #40237B
Complementary color
Monochromatic Colors of #40237B
Black with #40237B
Text Example
Text Example
White with #40237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40237B; }
p { color: rgb(64,35,123); }
H1.HeaderClassName
{
color: #40237B;
}
.AnyTagClassName
{
color: #40237B;
}
</style>
background-color css
<style>
a { background-color: #40237B; }
a { background-color: rgb(64,35,123); }
div.DivClassName
{
background-color: #40237B;
}
.BgClassName
{
background-color: #40237B;
}
</style>
border-color css
<style>
span { border-color: #40237B; }
span { border-color: rgb(64,35,123); }
td.TdClassName
{
border-color: #40237B;
}
.TagClassName
{
border-color: #40237B;
}
</style>