Shades of Windsor #412982
Tints of Windsor #412982
RGB
CMYK
RGB Variations
Color information
#412982 (or 0x412982) is known color: Windsor. HEX triplet: 41, 29 and 82. RGB value is (65,41,130). Sum of RGB (Red+Green+Blue) = 65+41+130=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #412982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412982 is #BED67D. Grayscale: #393939. Windows color (decimal): -12506750 or 8530241. OLE color: 8530241.
HSL color Cylindrical-coordinate representation of color #412982: hue angle of 256.18º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412982 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 41 | 130 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.49 |
| HSL | 256.18º | 0.52% | 0.34% | - |
| HSV(B) | 256.18º | 0.68% | 0.51% | - |
| XYZ | 7 | 4.32 | 21.58 | - |
| YUV | 58.32 | 168.45 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 130 | 0.50 | 0.68 | 0 | 0.49 | 256.18 | 0.52 | 0.34 |
| Hex | 41 | 29 | 82 | 32 | 44 | 0 | 31 | 100 | 34 | 22 |
| Octal | 101 | 51 | 202 | 62 | 104 | 0 | 61 | 400 | 64 | 42 |
| Binary | 1000001 | 101001 | 10000010 | 110010 | 1000100 | 0 | 110001 | 100000000 | 110100 | 100010 |
Color Harmonies of #412982
Complementary color
Monochromatic Colors of #412982
Black with #412982
Text Example
Text Example
White with #412982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412982; }
p { color: rgb(65,41,130); }
H1.HeaderClassName
{
color: #412982;
}
.AnyTagClassName
{
color: #412982;
}
</style>
background-color css
<style>
a { background-color: #412982; }
a { background-color: rgb(65,41,130); }
div.DivClassName
{
background-color: #412982;
}
.BgClassName
{
background-color: #412982;
}
</style>
border-color css
<style>
span { border-color: #412982; }
span { border-color: rgb(65,41,130); }
td.TdClassName
{
border-color: #412982;
}
.TagClassName
{
border-color: #412982;
}
</style>