Shades of Windsor #412E75
Tints of Windsor #412E75
RGB
CMYK
RGB Variations
Color information
#412E75 (or 0x412E75) is known color: Windsor. HEX triplet: 41, 2E and 75. RGB value is (65,46,117). Sum of RGB (Red+Green+Blue) = 65+46+117=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #412E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E75 is #BED18A. Grayscale: #3B3B3B. Windows color (decimal): -12505483 or 7679553. OLE color: 7679553.
HSL color Cylindrical-coordinate representation of color #412E75: hue angle of 256.06º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #412E75 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 46 | 117 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.54 |
| HSL | 256.06º | 0.44% | 0.32% | - |
| HSV(B) | 256.06º | 0.61% | 0.46% | - |
| XYZ | 6.37 | 4.36 | 17.34 | - |
| YUV | 59.78 | 160.29 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 117 | 0.44 | 0.61 | 0 | 0.54 | 256.06 | 0.44 | 0.32 |
| Hex | 41 | 2E | 75 | 2C | 3D | 0 | 36 | 100 | 2C | 20 |
| Octal | 101 | 56 | 165 | 54 | 75 | 0 | 66 | 400 | 54 | 40 |
| Binary | 1000001 | 101110 | 1110101 | 101100 | 111101 | 0 | 110110 | 100000000 | 101100 | 100000 |
Color Harmonies of #412E75
Complementary color
Monochromatic Colors of #412E75
Black with #412E75
Text Example
Text Example
White with #412E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E75; }
p { color: rgb(65,46,117); }
H1.HeaderClassName
{
color: #412E75;
}
.AnyTagClassName
{
color: #412E75;
}
</style>
background-color css
<style>
a { background-color: #412E75; }
a { background-color: rgb(65,46,117); }
div.DivClassName
{
background-color: #412E75;
}
.BgClassName
{
background-color: #412E75;
}
</style>
border-color css
<style>
span { border-color: #412E75; }
span { border-color: rgb(65,46,117); }
td.TdClassName
{
border-color: #412E75;
}
.TagClassName
{
border-color: #412E75;
}
</style>