Shades of Windsor #411C72
Tints of Windsor #411C72
RGB
CMYK
RGB Variations
Color information
#411C72 (or 0x411C72) is known color: Windsor. HEX triplet: 41, 1C and 72. RGB value is (65,28,114). Sum of RGB (Red+Green+Blue) = 65+28+114=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #411C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411C72 is #BEE38D. Grayscale: #303030. Windows color (decimal): -12510094 or 7478337. OLE color: 7478337.
HSL color Cylindrical-coordinate representation of color #411C72: hue angle of 265.81º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #411C72 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 28 | 114 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.55 |
| HSL | 265.81º | 0.61% | 0.28% | - |
| HSV(B) | 265.81º | 0.75% | 0.45% | - |
| XYZ | 5.63 | 3.17 | 16.23 | - |
| YUV | 48.87 | 164.76 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 114 | 0.43 | 0.75 | 0 | 0.55 | 265.81 | 0.61 | 0.28 |
| Hex | 41 | 1C | 72 | 2B | 4B | 0 | 37 | 10A | 3D | 1C |
| Octal | 101 | 34 | 162 | 53 | 113 | 0 | 67 | 412 | 75 | 34 |
| Binary | 1000001 | 11100 | 1110010 | 101011 | 1001011 | 0 | 110111 | 100001010 | 111101 | 11100 |
Color Harmonies of #411C72
Complementary color
Monochromatic Colors of #411C72
Black with #411C72
Text Example
Text Example
White with #411C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C72; }
p { color: rgb(65,28,114); }
H1.HeaderClassName
{
color: #411C72;
}
.AnyTagClassName
{
color: #411C72;
}
</style>
background-color css
<style>
a { background-color: #411C72; }
a { background-color: rgb(65,28,114); }
div.DivClassName
{
background-color: #411C72;
}
.BgClassName
{
background-color: #411C72;
}
</style>
border-color css
<style>
span { border-color: #411C72; }
span { border-color: rgb(65,28,114); }
td.TdClassName
{
border-color: #411C72;
}
.TagClassName
{
border-color: #411C72;
}
</style>