Shades of Windsor #412074
Tints of Windsor #412074
RGB
CMYK
RGB Variations
Color information
#412074 (or 0x412074) is known color: Windsor. HEX triplet: 41, 20 and 74. RGB value is (65,32,116). Sum of RGB (Red+Green+Blue) = 65+32+116=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #412074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412074 is #BEDF8B. Grayscale: #333333. Windows color (decimal): -12509068 or 7610433. OLE color: 7610433.
HSL color Cylindrical-coordinate representation of color #412074: hue angle of 263.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #412074 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 32 | 116 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.55 |
| HSL | 263.57º | 0.57% | 0.29% | - |
| HSV(B) | 263.57º | 0.72% | 0.45% | - |
| XYZ | 5.85 | 3.42 | 16.87 | - |
| YUV | 51.44 | 164.43 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 116 | 0.44 | 0.72 | 0 | 0.55 | 263.57 | 0.57 | 0.29 |
| Hex | 41 | 20 | 74 | 2C | 48 | 0 | 37 | 108 | 39 | 1D |
| Octal | 101 | 40 | 164 | 54 | 110 | 0 | 67 | 410 | 71 | 35 |
| Binary | 1000001 | 100000 | 1110100 | 101100 | 1001000 | 0 | 110111 | 100001000 | 111001 | 11101 |
Color Harmonies of #412074
Complementary color
Monochromatic Colors of #412074
Black with #412074
Text Example
Text Example
White with #412074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412074; }
p { color: rgb(65,32,116); }
H1.HeaderClassName
{
color: #412074;
}
.AnyTagClassName
{
color: #412074;
}
</style>
background-color css
<style>
a { background-color: #412074; }
a { background-color: rgb(65,32,116); }
div.DivClassName
{
background-color: #412074;
}
.BgClassName
{
background-color: #412074;
}
</style>
border-color css
<style>
span { border-color: #412074; }
span { border-color: rgb(65,32,116); }
td.TdClassName
{
border-color: #412074;
}
.TagClassName
{
border-color: #412074;
}
</style>