Shades of Windsor #412578
Tints of Windsor #412578
RGB
CMYK
RGB Variations
Color information
#412578 (or 0x412578) is known color: Windsor. HEX triplet: 41, 25 and 78. RGB value is (65,37,120). Sum of RGB (Red+Green+Blue) = 65+37+120=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #412578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412578 is #BEDA87. Grayscale: #363636. Windows color (decimal): -12507784 or 7873857. OLE color: 7873857.
HSL color Cylindrical-coordinate representation of color #412578: hue angle of 260.24º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #412578 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 37 | 120 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.53 |
| HSL | 260.24º | 0.53% | 0.31% | - |
| HSV(B) | 260.24º | 0.69% | 0.47% | - |
| XYZ | 6.23 | 3.8 | 18.17 | - |
| YUV | 54.83 | 164.78 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 120 | 0.46 | 0.69 | 0 | 0.53 | 260.24 | 0.53 | 0.31 |
| Hex | 41 | 25 | 78 | 2E | 45 | 0 | 35 | 104 | 35 | 1F |
| Octal | 101 | 45 | 170 | 56 | 105 | 0 | 65 | 404 | 65 | 37 |
| Binary | 1000001 | 100101 | 1111000 | 101110 | 1000101 | 0 | 110101 | 100000100 | 110101 | 11111 |
Color Harmonies of #412578
Complementary color
Monochromatic Colors of #412578
Black with #412578
Text Example
Text Example
White with #412578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412578; }
p { color: rgb(65,37,120); }
H1.HeaderClassName
{
color: #412578;
}
.AnyTagClassName
{
color: #412578;
}
</style>
background-color css
<style>
a { background-color: #412578; }
a { background-color: rgb(65,37,120); }
div.DivClassName
{
background-color: #412578;
}
.BgClassName
{
background-color: #412578;
}
</style>
border-color css
<style>
span { border-color: #412578; }
span { border-color: rgb(65,37,120); }
td.TdClassName
{
border-color: #412578;
}
.TagClassName
{
border-color: #412578;
}
</style>