Shades of Windsor #401D7B
Tints of Windsor #401D7B
RGB
CMYK
RGB Variations
Color information
#401D7B (or 0x401D7B) is known color: Windsor. HEX triplet: 40, 1D and 7B. RGB value is (64,29,123). Sum of RGB (Red+Green+Blue) = 64+29+123=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #401D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401D7B is #BFE284. Grayscale: #313131. Windows color (decimal): -12575365 or 8068416. OLE color: 8068416.
HSL color Cylindrical-coordinate representation of color #401D7B: hue angle of 262.34º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #401D7B is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 29 | 123 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.52 |
| HSL | 262.34º | 0.62% | 0.3% | - |
| HSV(B) | 262.34º | 0.76% | 0.48% | - |
| XYZ | 6.13 | 3.4 | 19.07 | - |
| YUV | 50.18 | 169.1 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 123 | 0.48 | 0.76 | 0 | 0.52 | 262.34 | 0.62 | 0.3 |
| Hex | 40 | 1D | 7B | 30 | 4C | 0 | 34 | 106 | 3E | 1E |
| Octal | 100 | 35 | 173 | 60 | 114 | 0 | 64 | 406 | 76 | 36 |
| Binary | 1000000 | 11101 | 1111011 | 110000 | 1001100 | 0 | 110100 | 100000110 | 111110 | 11110 |
Color Harmonies of #401D7B
Complementary color
Monochromatic Colors of #401D7B
Black with #401D7B
Text Example
Text Example
White with #401D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D7B; }
p { color: rgb(64,29,123); }
H1.HeaderClassName
{
color: #401D7B;
}
.AnyTagClassName
{
color: #401D7B;
}
</style>
background-color css
<style>
a { background-color: #401D7B; }
a { background-color: rgb(64,29,123); }
div.DivClassName
{
background-color: #401D7B;
}
.BgClassName
{
background-color: #401D7B;
}
</style>
border-color css
<style>
span { border-color: #401D7B; }
span { border-color: rgb(64,29,123); }
td.TdClassName
{
border-color: #401D7B;
}
.TagClassName
{
border-color: #401D7B;
}
</style>