Shades of Windsor #40227E
Tints of Windsor #40227E
RGB
CMYK
RGB Variations
Color information
#40227E (or 0x40227E) is known color: Windsor. HEX triplet: 40, 22 and 7E. RGB value is (64,34,126). Sum of RGB (Red+Green+Blue) = 64+34+126=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 126 (49.61% from 255 or 56.25% from 224); Max value from RGB is 126 - color contains mainly: blue. Hex color #40227E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40227E is #BFDD81. Grayscale: #353535. Windows color (decimal): -12574082 or 8266304. OLE color: 8266304.
HSL color Cylindrical-coordinate representation of color #40227E: hue angle of 259.57º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40227E is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 34 | 126 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.51 |
| HSL | 259.57º | 0.58% | 0.31% | - |
| HSV(B) | 259.57º | 0.73% | 0.49% | - |
| XYZ | 6.45 | 3.74 | 20.12 | - |
| YUV | 53.46 | 168.94 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 126 | 0.49 | 0.73 | 0 | 0.51 | 259.57 | 0.58 | 0.31 |
| Hex | 40 | 22 | 7E | 31 | 49 | 0 | 33 | 104 | 3A | 1F |
| Octal | 100 | 42 | 176 | 61 | 111 | 0 | 63 | 404 | 72 | 37 |
| Binary | 1000000 | 100010 | 1111110 | 110001 | 1001001 | 0 | 110011 | 100000100 | 111010 | 11111 |
Color Harmonies of #40227E
Complementary color
Monochromatic Colors of #40227E
Black with #40227E
Text Example
Text Example
White with #40227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40227E; }
p { color: rgb(64,34,126); }
H1.HeaderClassName
{
color: #40227E;
}
.AnyTagClassName
{
color: #40227E;
}
</style>
background-color css
<style>
a { background-color: #40227E; }
a { background-color: rgb(64,34,126); }
div.DivClassName
{
background-color: #40227E;
}
.BgClassName
{
background-color: #40227E;
}
</style>
border-color css
<style>
span { border-color: #40227E; }
span { border-color: rgb(64,34,126); }
td.TdClassName
{
border-color: #40227E;
}
.TagClassName
{
border-color: #40227E;
}
</style>