Shades of Windsor #412A6D
Tints of Windsor #412A6D
RGB
CMYK
RGB Variations
Color information
#412A6D (or 0x412A6D) is known color: Windsor. HEX triplet: 41, 2A and 6D. RGB value is (65,42,109). Sum of RGB (Red+Green+Blue) = 65+42+109=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #412A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412A6D is #BED592. Grayscale: #383838. Windows color (decimal): -12506515 or 7154241. OLE color: 7154241.
HSL color Cylindrical-coordinate representation of color #412A6D: hue angle of 260.6º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #412A6D is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 42 | 109 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.57 |
| HSL | 260.6º | 0.44% | 0.3% | - |
| HSV(B) | 260.6º | 0.61% | 0.43% | - |
| XYZ | 5.77 | 3.88 | 14.91 | - |
| YUV | 56.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 109 | 0.40 | 0.61 | 0 | 0.57 | 260.6 | 0.44 | 0.3 |
| Hex | 41 | 2A | 6D | 28 | 3D | 0 | 39 | 105 | 2C | 1E |
| Octal | 101 | 52 | 155 | 50 | 75 | 0 | 71 | 405 | 54 | 36 |
| Binary | 1000001 | 101010 | 1101101 | 101000 | 111101 | 0 | 111001 | 100000101 | 101100 | 11110 |
Color Harmonies of #412A6D
Complementary color
Monochromatic Colors of #412A6D
Black with #412A6D
Text Example
Text Example
White with #412A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A6D; }
p { color: rgb(65,42,109); }
H1.HeaderClassName
{
color: #412A6D;
}
.AnyTagClassName
{
color: #412A6D;
}
</style>
background-color css
<style>
a { background-color: #412A6D; }
a { background-color: rgb(65,42,109); }
div.DivClassName
{
background-color: #412A6D;
}
.BgClassName
{
background-color: #412A6D;
}
</style>
border-color css
<style>
span { border-color: #412A6D; }
span { border-color: rgb(65,42,109); }
td.TdClassName
{
border-color: #412A6D;
}
.TagClassName
{
border-color: #412A6D;
}
</style>