Shades of Windsor #40337D
Tints of Windsor #40337D
RGB
CMYK
RGB Variations
Color information
#40337D (or 0x40337D) is known color: Windsor. HEX triplet: 40, 33 and 7D. RGB value is (64,51,125). Sum of RGB (Red+Green+Blue) = 64+51+125=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #40337D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40337D is #BFCC82. Grayscale: #3F3F3F. Windows color (decimal): -12569731 or 8205120. OLE color: 8205120.
HSL color Cylindrical-coordinate representation of color #40337D: hue angle of 250.54º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40337D is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 51 | 125 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.51 |
| HSL | 250.54º | 0.42% | 0.35% | - |
| HSV(B) | 250.54º | 0.59% | 0.49% | - |
| XYZ | 7 | 4.94 | 19.99 | - |
| YUV | 63.32 | 162.81 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 125 | 0.49 | 0.59 | 0 | 0.51 | 250.54 | 0.42 | 0.35 |
| Hex | 40 | 33 | 7D | 31 | 3B | 0 | 33 | FB | 2A | 23 |
| Octal | 100 | 63 | 175 | 61 | 73 | 0 | 63 | 373 | 52 | 43 |
| Binary | 1000000 | 110011 | 1111101 | 110001 | 111011 | 0 | 110011 | 11111011 | 101010 | 100011 |
Color Harmonies of #40337D
Complementary color
Monochromatic Colors of #40337D
Black with #40337D
Text Example
Text Example
White with #40337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40337D; }
p { color: rgb(64,51,125); }
H1.HeaderClassName
{
color: #40337D;
}
.AnyTagClassName
{
color: #40337D;
}
</style>
background-color css
<style>
a { background-color: #40337D; }
a { background-color: rgb(64,51,125); }
div.DivClassName
{
background-color: #40337D;
}
.BgClassName
{
background-color: #40337D;
}
</style>
border-color css
<style>
span { border-color: #40337D; }
span { border-color: rgb(64,51,125); }
td.TdClassName
{
border-color: #40337D;
}
.TagClassName
{
border-color: #40337D;
}
</style>