Shades of Windsor #412F73
Tints of Windsor #412F73
RGB
CMYK
RGB Variations
Color information
#412F73 (or 0x412F73) is known color: Windsor. HEX triplet: 41, 2F and 73. RGB value is (65,47,115). Sum of RGB (Red+Green+Blue) = 65+47+115=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #412F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F73 is #BED08C. Grayscale: #3B3B3B. Windows color (decimal): -12505229 or 7548737. OLE color: 7548737.
HSL color Cylindrical-coordinate representation of color #412F73: hue angle of 255.88º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #412F73 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 47 | 115 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.55 |
| HSL | 255.88º | 0.42% | 0.32% | - |
| HSV(B) | 255.88º | 0.59% | 0.45% | - |
| XYZ | 6.29 | 4.39 | 16.74 | - |
| YUV | 60.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 115 | 0.43 | 0.59 | 0 | 0.55 | 255.88 | 0.42 | 0.32 |
| Hex | 41 | 2F | 73 | 2B | 3B | 0 | 37 | 100 | 2A | 20 |
| Octal | 101 | 57 | 163 | 53 | 73 | 0 | 67 | 400 | 52 | 40 |
| Binary | 1000001 | 101111 | 1110011 | 101011 | 111011 | 0 | 110111 | 100000000 | 101010 | 100000 |
Color Harmonies of #412F73
Complementary color
Monochromatic Colors of #412F73
Black with #412F73
Text Example
Text Example
White with #412F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F73; }
p { color: rgb(65,47,115); }
H1.HeaderClassName
{
color: #412F73;
}
.AnyTagClassName
{
color: #412F73;
}
</style>
background-color css
<style>
a { background-color: #412F73; }
a { background-color: rgb(65,47,115); }
div.DivClassName
{
background-color: #412F73;
}
.BgClassName
{
background-color: #412F73;
}
</style>
border-color css
<style>
span { border-color: #412F73; }
span { border-color: rgb(65,47,115); }
td.TdClassName
{
border-color: #412F73;
}
.TagClassName
{
border-color: #412F73;
}
</style>