Shades of Windsor #40268C
Tints of Windsor #40268C
RGB
CMYK
RGB Variations
Color information
#40268C (or 0x40268C) is known color: Windsor. HEX triplet: 40, 26 and 8C. RGB value is (64,38,140). Sum of RGB (Red+Green+Blue) = 64+38+140=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #40268C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40268C is #BFD973. Grayscale: #393939. Windows color (decimal): -12573044 or 9184832. OLE color: 9184832.
HSL color Cylindrical-coordinate representation of color #40268C: hue angle of 255.29º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40268C is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 38 | 140 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.45 |
| HSL | 255.29º | 0.57% | 0.35% | - |
| HSV(B) | 255.29º | 0.73% | 0.55% | - |
| XYZ | 7.54 | 4.37 | 25.26 | - |
| YUV | 57.4 | 174.61 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 38 | 140 | 0.54 | 0.73 | 0 | 0.45 | 255.29 | 0.57 | 0.35 |
| Hex | 40 | 26 | 8C | 36 | 49 | 0 | 2D | FF | 39 | 23 |
| Octal | 100 | 46 | 214 | 66 | 111 | 0 | 55 | 377 | 71 | 43 |
| Binary | 1000000 | 100110 | 10001100 | 110110 | 1001001 | 0 | 101101 | 11111111 | 111001 | 100011 |
Color Harmonies of #40268C
Complementary color
Monochromatic Colors of #40268C
Black with #40268C
Text Example
Text Example
White with #40268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40268C; }
p { color: rgb(64,38,140); }
H1.HeaderClassName
{
color: #40268C;
}
.AnyTagClassName
{
color: #40268C;
}
</style>
background-color css
<style>
a { background-color: #40268C; }
a { background-color: rgb(64,38,140); }
div.DivClassName
{
background-color: #40268C;
}
.BgClassName
{
background-color: #40268C;
}
</style>
border-color css
<style>
span { border-color: #40268C; }
span { border-color: rgb(64,38,140); }
td.TdClassName
{
border-color: #40268C;
}
.TagClassName
{
border-color: #40268C;
}
</style>