Shades of Windsor #412E84
Tints of Windsor #412E84
RGB
CMYK
RGB Variations
Color information
#412E84 (or 0x412E84) is known color: Windsor. HEX triplet: 41, 2E and 84. RGB value is (65,46,132). Sum of RGB (Red+Green+Blue) = 65+46+132=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #412E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412E84 is #BED17B. Grayscale: #3D3D3D. Windows color (decimal): -12505468 or 8662593. OLE color: 8662593.
HSL color Cylindrical-coordinate representation of color #412E84: hue angle of 253.26º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #412E84 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 46 | 132 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.48 |
| HSL | 253.26º | 0.48% | 0.35% | - |
| HSV(B) | 253.26º | 0.65% | 0.52% | - |
| XYZ | 7.32 | 4.74 | 22.36 | - |
| YUV | 61.49 | 167.79 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 132 | 0.51 | 0.65 | 0 | 0.48 | 253.26 | 0.48 | 0.35 |
| Hex | 41 | 2E | 84 | 33 | 41 | 0 | 30 | FD | 30 | 23 |
| Octal | 101 | 56 | 204 | 63 | 101 | 0 | 60 | 375 | 60 | 43 |
| Binary | 1000001 | 101110 | 10000100 | 110011 | 1000001 | 0 | 110000 | 11111101 | 110000 | 100011 |
Color Harmonies of #412E84
Complementary color
Monochromatic Colors of #412E84
Black with #412E84
Text Example
Text Example
White with #412E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E84; }
p { color: rgb(65,46,132); }
H1.HeaderClassName
{
color: #412E84;
}
.AnyTagClassName
{
color: #412E84;
}
</style>
background-color css
<style>
a { background-color: #412E84; }
a { background-color: rgb(65,46,132); }
div.DivClassName
{
background-color: #412E84;
}
.BgClassName
{
background-color: #412E84;
}
</style>
border-color css
<style>
span { border-color: #412E84; }
span { border-color: rgb(65,46,132); }
td.TdClassName
{
border-color: #412E84;
}
.TagClassName
{
border-color: #412E84;
}
</style>