Shades of Windsor #401D78
Tints of Windsor #401D78
RGB
CMYK
RGB Variations
Color information
#401D78 (or 0x401D78) is known color: Windsor. HEX triplet: 40, 1D and 78. RGB value is (64,29,120). Sum of RGB (Red+Green+Blue) = 64+29+120=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #401D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401D78 is #BFE287. Grayscale: #313131. Windows color (decimal): -12575368 or 7871808. OLE color: 7871808.
HSL color Cylindrical-coordinate representation of color #401D78: hue angle of 263.08º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #401D78 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 29 | 120 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.53 |
| HSL | 263.08º | 0.61% | 0.29% | - |
| HSV(B) | 263.08º | 0.76% | 0.47% | - |
| XYZ | 5.94 | 3.32 | 18.1 | - |
| YUV | 49.84 | 167.6 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 120 | 0.47 | 0.76 | 0 | 0.53 | 263.08 | 0.61 | 0.29 |
| Hex | 40 | 1D | 78 | 2F | 4C | 0 | 35 | 107 | 3D | 1D |
| Octal | 100 | 35 | 170 | 57 | 114 | 0 | 65 | 407 | 75 | 35 |
| Binary | 1000000 | 11101 | 1111000 | 101111 | 1001100 | 0 | 110101 | 100000111 | 111101 | 11101 |
Color Harmonies of #401D78
Complementary color
Monochromatic Colors of #401D78
Black with #401D78
Text Example
Text Example
White with #401D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D78; }
p { color: rgb(64,29,120); }
H1.HeaderClassName
{
color: #401D78;
}
.AnyTagClassName
{
color: #401D78;
}
</style>
background-color css
<style>
a { background-color: #401D78; }
a { background-color: rgb(64,29,120); }
div.DivClassName
{
background-color: #401D78;
}
.BgClassName
{
background-color: #401D78;
}
</style>
border-color css
<style>
span { border-color: #401D78; }
span { border-color: rgb(64,29,120); }
td.TdClassName
{
border-color: #401D78;
}
.TagClassName
{
border-color: #401D78;
}
</style>