Shades of Windsor #401C78
Tints of Windsor #401C78
RGB
CMYK
RGB Variations
Color information
#401C78 (or 0x401C78) is known color: Windsor. HEX triplet: 40, 1C and 78. RGB value is (64,28,120). Sum of RGB (Red+Green+Blue) = 64+28+120=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #401C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401C78 is #BFE387. Grayscale: #303030. Windows color (decimal): -12575624 or 7871552. OLE color: 7871552.
HSL color Cylindrical-coordinate representation of color #401C78: hue angle of 263.48º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #401C78 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 28 | 120 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.53 |
| HSL | 263.48º | 0.62% | 0.29% | - |
| HSV(B) | 263.48º | 0.77% | 0.47% | - |
| XYZ | 5.92 | 3.28 | 18.09 | - |
| YUV | 49.25 | 167.93 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 120 | 0.47 | 0.77 | 0 | 0.53 | 263.48 | 0.62 | 0.29 |
| Hex | 40 | 1C | 78 | 2F | 4D | 0 | 35 | 107 | 3E | 1D |
| Octal | 100 | 34 | 170 | 57 | 115 | 0 | 65 | 407 | 76 | 35 |
| Binary | 1000000 | 11100 | 1111000 | 101111 | 1001101 | 0 | 110101 | 100000111 | 111110 | 11101 |
Color Harmonies of #401C78
Complementary color
Monochromatic Colors of #401C78
Black with #401C78
Text Example
Text Example
White with #401C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C78; }
p { color: rgb(64,28,120); }
H1.HeaderClassName
{
color: #401C78;
}
.AnyTagClassName
{
color: #401C78;
}
</style>
background-color css
<style>
a { background-color: #401C78; }
a { background-color: rgb(64,28,120); }
div.DivClassName
{
background-color: #401C78;
}
.BgClassName
{
background-color: #401C78;
}
</style>
border-color css
<style>
span { border-color: #401C78; }
span { border-color: rgb(64,28,120); }
td.TdClassName
{
border-color: #401C78;
}
.TagClassName
{
border-color: #401C78;
}
</style>