Shades of Windsor #401D83
Tints of Windsor #401D83
RGB
CMYK
RGB Variations
Color information
#401D83 (or 0x401D83) is known color: Windsor. HEX triplet: 40, 1D and 83. RGB value is (64,29,131). Sum of RGB (Red+Green+Blue) = 64+29+131=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 131 (51.56% from 255 or 58.48% from 224); Max value from RGB is 131 - color contains mainly: blue. Hex color #401D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401D83 is #BFE27C. Grayscale: #323232. Windows color (decimal): -12575357 or 8592704. OLE color: 8592704.
HSL color Cylindrical-coordinate representation of color #401D83: hue angle of 260.59º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #401D83 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 29 | 131 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.49 |
| HSL | 260.59º | 0.64% | 0.31% | - |
| HSV(B) | 260.59º | 0.78% | 0.51% | - |
| XYZ | 6.65 | 3.61 | 21.82 | - |
| YUV | 51.09 | 173.1 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 131 | 0.51 | 0.78 | 0 | 0.49 | 260.59 | 0.64 | 0.31 |
| Hex | 40 | 1D | 83 | 33 | 4E | 0 | 31 | 105 | 40 | 1F |
| Octal | 100 | 35 | 203 | 63 | 116 | 0 | 61 | 405 | 100 | 37 |
| Binary | 1000000 | 11101 | 10000011 | 110011 | 1001110 | 0 | 110001 | 100000101 | 1000000 | 11111 |
Color Harmonies of #401D83
Complementary color
Monochromatic Colors of #401D83
Black with #401D83
Text Example
Text Example
White with #401D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D83; }
p { color: rgb(64,29,131); }
H1.HeaderClassName
{
color: #401D83;
}
.AnyTagClassName
{
color: #401D83;
}
</style>
background-color css
<style>
a { background-color: #401D83; }
a { background-color: rgb(64,29,131); }
div.DivClassName
{
background-color: #401D83;
}
.BgClassName
{
background-color: #401D83;
}
</style>
border-color css
<style>
span { border-color: #401D83; }
span { border-color: rgb(64,29,131); }
td.TdClassName
{
border-color: #401D83;
}
.TagClassName
{
border-color: #401D83;
}
</style>