Shades of Windsor #40337A
Tints of Windsor #40337A
RGB
CMYK
RGB Variations
Color information
#40337A (or 0x40337A) is known color: Windsor. HEX triplet: 40, 33 and 7A. RGB value is (64,51,122). Sum of RGB (Red+Green+Blue) = 64+51+122=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #40337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40337A is #BFCC85. Grayscale: #3E3E3E. Windows color (decimal): -12569734 or 8008512. OLE color: 8008512.
HSL color Cylindrical-coordinate representation of color #40337A: hue angle of 250.99º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40337A is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 51 | 122 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.52 |
| HSL | 250.99º | 0.41% | 0.34% | - |
| HSV(B) | 250.99º | 0.58% | 0.48% | - |
| XYZ | 6.81 | 4.86 | 18.99 | - |
| YUV | 62.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 122 | 0.48 | 0.58 | 0 | 0.52 | 250.99 | 0.41 | 0.34 |
| Hex | 40 | 33 | 7A | 30 | 3A | 0 | 34 | FB | 29 | 22 |
| Octal | 100 | 63 | 172 | 60 | 72 | 0 | 64 | 373 | 51 | 42 |
| Binary | 1000000 | 110011 | 1111010 | 110000 | 111010 | 0 | 110100 | 11111011 | 101001 | 100010 |
Color Harmonies of #40337A
Complementary color
Monochromatic Colors of #40337A
Black with #40337A
Text Example
Text Example
White with #40337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40337A; }
p { color: rgb(64,51,122); }
H1.HeaderClassName
{
color: #40337A;
}
.AnyTagClassName
{
color: #40337A;
}
</style>
background-color css
<style>
a { background-color: #40337A; }
a { background-color: rgb(64,51,122); }
div.DivClassName
{
background-color: #40337A;
}
.BgClassName
{
background-color: #40337A;
}
</style>
border-color css
<style>
span { border-color: #40337A; }
span { border-color: rgb(64,51,122); }
td.TdClassName
{
border-color: #40337A;
}
.TagClassName
{
border-color: #40337A;
}
</style>