Shades of Windsor #40238B
Tints of Windsor #40238B
RGB
CMYK
RGB Variations
Color information
#40238B (or 0x40238B) is known color: Windsor. HEX triplet: 40, 23 and 8B. RGB value is (64,35,139). Sum of RGB (Red+Green+Blue) = 64+35+139=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #40238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40238B is #BFDC74. Grayscale: #373737. Windows color (decimal): -12573813 or 9118528. OLE color: 9118528.
HSL color Cylindrical-coordinate representation of color #40238B: hue angle of 256.73º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40238B is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 35 | 139 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.45 |
| HSL | 256.73º | 0.6% | 0.34% | - |
| HSV(B) | 256.73º | 0.75% | 0.55% | - |
| XYZ | 7.38 | 4.16 | 24.84 | - |
| YUV | 55.53 | 175.11 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 139 | 0.54 | 0.75 | 0 | 0.45 | 256.73 | 0.6 | 0.34 |
| Hex | 40 | 23 | 8B | 36 | 4B | 0 | 2D | 101 | 3C | 22 |
| Octal | 100 | 43 | 213 | 66 | 113 | 0 | 55 | 401 | 74 | 42 |
| Binary | 1000000 | 100011 | 10001011 | 110110 | 1001011 | 0 | 101101 | 100000001 | 111100 | 100010 |
Color Harmonies of #40238B
Complementary color
Monochromatic Colors of #40238B
Black with #40238B
Text Example
Text Example
White with #40238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40238B; }
p { color: rgb(64,35,139); }
H1.HeaderClassName
{
color: #40238B;
}
.AnyTagClassName
{
color: #40238B;
}
</style>
background-color css
<style>
a { background-color: #40238B; }
a { background-color: rgb(64,35,139); }
div.DivClassName
{
background-color: #40238B;
}
.BgClassName
{
background-color: #40238B;
}
</style>
border-color css
<style>
span { border-color: #40238B; }
span { border-color: rgb(64,35,139); }
td.TdClassName
{
border-color: #40238B;
}
.TagClassName
{
border-color: #40238B;
}
</style>