Shades of Windsor #412C6D
Tints of Windsor #412C6D
RGB
CMYK
RGB Variations
Color information
#412C6D (or 0x412C6D) is known color: Windsor. HEX triplet: 41, 2C and 6D. RGB value is (65,44,109). Sum of RGB (Red+Green+Blue) = 65+44+109=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #412C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C6D is #BED392. Grayscale: #393939. Windows color (decimal): -12506003 or 7154753. OLE color: 7154753.
HSL color Cylindrical-coordinate representation of color #412C6D: hue angle of 259.38º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #412C6D is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 44 | 109 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.57 |
| HSL | 259.38º | 0.42% | 0.3% | - |
| HSV(B) | 259.38º | 0.6% | 0.43% | - |
| XYZ | 5.84 | 4.03 | 14.94 | - |
| YUV | 57.69 | 156.96 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 109 | 0.40 | 0.60 | 0 | 0.57 | 259.38 | 0.42 | 0.3 |
| Hex | 41 | 2C | 6D | 28 | 3C | 0 | 39 | 103 | 2A | 1E |
| Octal | 101 | 54 | 155 | 50 | 74 | 0 | 71 | 403 | 52 | 36 |
| Binary | 1000001 | 101100 | 1101101 | 101000 | 111100 | 0 | 111001 | 100000011 | 101010 | 11110 |
Color Harmonies of #412C6D
Complementary color
Monochromatic Colors of #412C6D
Black with #412C6D
Text Example
Text Example
White with #412C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C6D; }
p { color: rgb(65,44,109); }
H1.HeaderClassName
{
color: #412C6D;
}
.AnyTagClassName
{
color: #412C6D;
}
</style>
background-color css
<style>
a { background-color: #412C6D; }
a { background-color: rgb(65,44,109); }
div.DivClassName
{
background-color: #412C6D;
}
.BgClassName
{
background-color: #412C6D;
}
</style>
border-color css
<style>
span { border-color: #412C6D; }
span { border-color: rgb(65,44,109); }
td.TdClassName
{
border-color: #412C6D;
}
.TagClassName
{
border-color: #412C6D;
}
</style>