Shades of Windsor #401F76
Tints of Windsor #401F76
RGB
CMYK
RGB Variations
Color information
#401F76 (or 0x401F76) is known color: Windsor. HEX triplet: 40, 1F and 76. RGB value is (64,31,118). Sum of RGB (Red+Green+Blue) = 64+31+118=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #401F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F76 is #BFE089. Grayscale: #323232. Windows color (decimal): -12574858 or 7741248. OLE color: 7741248.
HSL color Cylindrical-coordinate representation of color #401F76: hue angle of 262.76º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #401F76 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 31 | 118 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.54 |
| HSL | 262.76º | 0.58% | 0.29% | - |
| HSV(B) | 262.76º | 0.74% | 0.46% | - |
| XYZ | 5.87 | 3.38 | 17.48 | - |
| YUV | 50.79 | 165.93 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 118 | 0.46 | 0.74 | 0 | 0.54 | 262.76 | 0.58 | 0.29 |
| Hex | 40 | 1F | 76 | 2E | 4A | 0 | 36 | 107 | 3A | 1D |
| Octal | 100 | 37 | 166 | 56 | 112 | 0 | 66 | 407 | 72 | 35 |
| Binary | 1000000 | 11111 | 1110110 | 101110 | 1001010 | 0 | 110110 | 100000111 | 111010 | 11101 |
Color Harmonies of #401F76
Complementary color
Monochromatic Colors of #401F76
Black with #401F76
Text Example
Text Example
White with #401F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F76; }
p { color: rgb(64,31,118); }
H1.HeaderClassName
{
color: #401F76;
}
.AnyTagClassName
{
color: #401F76;
}
</style>
background-color css
<style>
a { background-color: #401F76; }
a { background-color: rgb(64,31,118); }
div.DivClassName
{
background-color: #401F76;
}
.BgClassName
{
background-color: #401F76;
}
</style>
border-color css
<style>
span { border-color: #401F76; }
span { border-color: rgb(64,31,118); }
td.TdClassName
{
border-color: #401F76;
}
.TagClassName
{
border-color: #401F76;
}
</style>