Shades of Windsor #401E85
Tints of Windsor #401E85
RGB
CMYK
RGB Variations
Color information
#401E85 (or 0x401E85) is known color: Windsor. HEX triplet: 40, 1E and 85. RGB value is (64,30,133). Sum of RGB (Red+Green+Blue) = 64+30+133=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #401E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401E85 is #BFE17A. Grayscale: #333333. Windows color (decimal): -12575099 or 8724032. OLE color: 8724032.
HSL color Cylindrical-coordinate representation of color #401E85: hue angle of 259.81º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #401E85 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 30 | 133 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.48 |
| HSL | 259.81º | 0.63% | 0.32% | - |
| HSV(B) | 259.81º | 0.77% | 0.52% | - |
| XYZ | 6.81 | 3.71 | 22.55 | - |
| YUV | 51.91 | 173.76 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 133 | 0.52 | 0.77 | 0 | 0.48 | 259.81 | 0.63 | 0.32 |
| Hex | 40 | 1E | 85 | 34 | 4D | 0 | 30 | 104 | 3F | 20 |
| Octal | 100 | 36 | 205 | 64 | 115 | 0 | 60 | 404 | 77 | 40 |
| Binary | 1000000 | 11110 | 10000101 | 110100 | 1001101 | 0 | 110000 | 100000100 | 111111 | 100000 |
Color Harmonies of #401E85
Complementary color
Monochromatic Colors of #401E85
Black with #401E85
Text Example
Text Example
White with #401E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401E85; }
p { color: rgb(64,30,133); }
H1.HeaderClassName
{
color: #401E85;
}
.AnyTagClassName
{
color: #401E85;
}
</style>
background-color css
<style>
a { background-color: #401E85; }
a { background-color: rgb(64,30,133); }
div.DivClassName
{
background-color: #401E85;
}
.BgClassName
{
background-color: #401E85;
}
</style>
border-color css
<style>
span { border-color: #401E85; }
span { border-color: rgb(64,30,133); }
td.TdClassName
{
border-color: #401E85;
}
.TagClassName
{
border-color: #401E85;
}
</style>