Shades of Windsor #401E83
Tints of Windsor #401E83
RGB
CMYK
RGB Variations
Color information
#401E83 (or 0x401E83) is known color: Windsor. HEX triplet: 40, 1E and 83. RGB value is (64,30,131). Sum of RGB (Red+Green+Blue) = 64+30+131=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #401E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401E83 is #BFE17C. Grayscale: #333333. Windows color (decimal): -12575101 or 8592960. OLE color: 8592960.
HSL color Cylindrical-coordinate representation of color #401E83: hue angle of 260.2º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #401E83 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 30 | 131 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.49 |
| HSL | 260.2º | 0.63% | 0.32% | - |
| HSV(B) | 260.2º | 0.77% | 0.51% | - |
| XYZ | 6.68 | 3.66 | 21.83 | - |
| YUV | 51.68 | 172.76 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 131 | 0.51 | 0.77 | 0 | 0.49 | 260.2 | 0.63 | 0.32 |
| Hex | 40 | 1E | 83 | 33 | 4D | 0 | 31 | 104 | 3F | 20 |
| Octal | 100 | 36 | 203 | 63 | 115 | 0 | 61 | 404 | 77 | 40 |
| Binary | 1000000 | 11110 | 10000011 | 110011 | 1001101 | 0 | 110001 | 100000100 | 111111 | 100000 |
Color Harmonies of #401E83
Complementary color
Monochromatic Colors of #401E83
Black with #401E83
Text Example
Text Example
White with #401E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401E83; }
p { color: rgb(64,30,131); }
H1.HeaderClassName
{
color: #401E83;
}
.AnyTagClassName
{
color: #401E83;
}
</style>
background-color css
<style>
a { background-color: #401E83; }
a { background-color: rgb(64,30,131); }
div.DivClassName
{
background-color: #401E83;
}
.BgClassName
{
background-color: #401E83;
}
</style>
border-color css
<style>
span { border-color: #401E83; }
span { border-color: rgb(64,30,131); }
td.TdClassName
{
border-color: #401E83;
}
.TagClassName
{
border-color: #401E83;
}
</style>