Shades of Windsor #401F83
Tints of Windsor #401F83
RGB
CMYK
RGB Variations
Color information
#401F83 (or 0x401F83) is known color: Windsor. HEX triplet: 40, 1F and 83. RGB value is (64,31,131). Sum of RGB (Red+Green+Blue) = 64+31+131=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 131 (51.56% from 255 or 57.96% from 226); Max value from RGB is 131 - color contains mainly: blue. Hex color #401F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401F83 is #BFE07C. Grayscale: #333333. Windows color (decimal): -12574845 or 8593216. OLE color: 8593216.
HSL color Cylindrical-coordinate representation of color #401F83: hue angle of 259.8º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #401F83 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 31 | 131 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.49 |
| HSL | 259.8º | 0.62% | 0.32% | - |
| HSV(B) | 259.8º | 0.76% | 0.51% | - |
| XYZ | 6.7 | 3.71 | 21.84 | - |
| YUV | 52.27 | 172.43 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 131 | 0.51 | 0.76 | 0 | 0.49 | 259.8 | 0.62 | 0.32 |
| Hex | 40 | 1F | 83 | 33 | 4C | 0 | 31 | 104 | 3E | 20 |
| Octal | 100 | 37 | 203 | 63 | 114 | 0 | 61 | 404 | 76 | 40 |
| Binary | 1000000 | 11111 | 10000011 | 110011 | 1001100 | 0 | 110001 | 100000100 | 111110 | 100000 |
Color Harmonies of #401F83
Complementary color
Monochromatic Colors of #401F83
Black with #401F83
Text Example
Text Example
White with #401F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F83; }
p { color: rgb(64,31,131); }
H1.HeaderClassName
{
color: #401F83;
}
.AnyTagClassName
{
color: #401F83;
}
</style>
background-color css
<style>
a { background-color: #401F83; }
a { background-color: rgb(64,31,131); }
div.DivClassName
{
background-color: #401F83;
}
.BgClassName
{
background-color: #401F83;
}
</style>
border-color css
<style>
span { border-color: #401F83; }
span { border-color: rgb(64,31,131); }
td.TdClassName
{
border-color: #401F83;
}
.TagClassName
{
border-color: #401F83;
}
</style>