Shades of Windsor #412B7F
Tints of Windsor #412B7F
RGB
CMYK
RGB Variations
Color information
#412B7F (or 0x412B7F) is known color: Windsor. HEX triplet: 41, 2B and 7F. RGB value is (65,43,127). Sum of RGB (Red+Green+Blue) = 65+43+127=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #412B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412B7F is #BED480. Grayscale: #3A3A3A. Windows color (decimal): -12506241 or 8334145. OLE color: 8334145.
HSL color Cylindrical-coordinate representation of color #412B7F: hue angle of 255.71º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #412B7F is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 43 | 127 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.50 |
| HSL | 255.71º | 0.49% | 0.33% | - |
| HSV(B) | 255.71º | 0.66% | 0.5% | - |
| XYZ | 6.87 | 4.38 | 20.56 | - |
| YUV | 59.15 | 166.29 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 127 | 0.49 | 0.66 | 0 | 0.50 | 255.71 | 0.49 | 0.33 |
| Hex | 41 | 2B | 7F | 31 | 42 | 0 | 32 | 100 | 31 | 21 |
| Octal | 101 | 53 | 177 | 61 | 102 | 0 | 62 | 400 | 61 | 41 |
| Binary | 1000001 | 101011 | 1111111 | 110001 | 1000010 | 0 | 110010 | 100000000 | 110001 | 100001 |
Color Harmonies of #412B7F
Complementary color
Monochromatic Colors of #412B7F
Black with #412B7F
Text Example
Text Example
White with #412B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412B7F; }
p { color: rgb(65,43,127); }
H1.HeaderClassName
{
color: #412B7F;
}
.AnyTagClassName
{
color: #412B7F;
}
</style>
background-color css
<style>
a { background-color: #412B7F; }
a { background-color: rgb(65,43,127); }
div.DivClassName
{
background-color: #412B7F;
}
.BgClassName
{
background-color: #412B7F;
}
</style>
border-color css
<style>
span { border-color: #412B7F; }
span { border-color: rgb(65,43,127); }
td.TdClassName
{
border-color: #412B7F;
}
.TagClassName
{
border-color: #412B7F;
}
</style>