Shades of Windsor #412F80
Tints of Windsor #412F80
RGB
CMYK
RGB Variations
Color information
#412F80 (or 0x412F80) is known color: Windsor. HEX triplet: 41, 2F and 80. RGB value is (65,47,128). Sum of RGB (Red+Green+Blue) = 65+47+128=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #412F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412F80 is #BED07F. Grayscale: #3D3D3D. Windows color (decimal): -12505216 or 8400705. OLE color: 8400705.
HSL color Cylindrical-coordinate representation of color #412F80: hue angle of 253.33º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #412F80 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 47 | 128 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.50 |
| HSL | 253.33º | 0.46% | 0.34% | - |
| HSV(B) | 253.33º | 0.63% | 0.5% | - |
| XYZ | 7.09 | 4.72 | 20.96 | - |
| YUV | 61.62 | 165.46 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 128 | 0.49 | 0.63 | 0 | 0.50 | 253.33 | 0.46 | 0.34 |
| Hex | 41 | 2F | 80 | 31 | 3F | 0 | 32 | FD | 2E | 22 |
| Octal | 101 | 57 | 200 | 61 | 77 | 0 | 62 | 375 | 56 | 42 |
| Binary | 1000001 | 101111 | 10000000 | 110001 | 111111 | 0 | 110010 | 11111101 | 101110 | 100010 |
Color Harmonies of #412F80
Complementary color
Monochromatic Colors of #412F80
Black with #412F80
Text Example
Text Example
White with #412F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F80; }
p { color: rgb(65,47,128); }
H1.HeaderClassName
{
color: #412F80;
}
.AnyTagClassName
{
color: #412F80;
}
</style>
background-color css
<style>
a { background-color: #412F80; }
a { background-color: rgb(65,47,128); }
div.DivClassName
{
background-color: #412F80;
}
.BgClassName
{
background-color: #412F80;
}
</style>
border-color css
<style>
span { border-color: #412F80; }
span { border-color: rgb(65,47,128); }
td.TdClassName
{
border-color: #412F80;
}
.TagClassName
{
border-color: #412F80;
}
</style>