Shades of Windsor #413181
Tints of Windsor #413181
RGB
CMYK
RGB Variations
Color information
#413181 (or 0x413181) is known color: Windsor. HEX triplet: 41, 31 and 81. RGB value is (65,49,129). Sum of RGB (Red+Green+Blue) = 65+49+129=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #413181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413181 is #BECE7E. Grayscale: #3E3E3E. Windows color (decimal): -12504703 or 8466753. OLE color: 8466753.
HSL color Cylindrical-coordinate representation of color #413181: hue angle of 252º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #413181 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 49 | 129 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.49 |
| HSL | 252º | 0.45% | 0.35% | - |
| HSV(B) | 252º | 0.62% | 0.51% | - |
| XYZ | 7.24 | 4.91 | 21.33 | - |
| YUV | 62.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 49 | 129 | 0.50 | 0.62 | 0 | 0.49 | 252 | 0.45 | 0.35 |
| Hex | 41 | 31 | 81 | 32 | 3E | 0 | 31 | FC | 2D | 23 |
| Octal | 101 | 61 | 201 | 62 | 76 | 0 | 61 | 374 | 55 | 43 |
| Binary | 1000001 | 110001 | 10000001 | 110010 | 111110 | 0 | 110001 | 11111100 | 101101 | 100011 |
Color Harmonies of #413181
Complementary color
Monochromatic Colors of #413181
Black with #413181
Text Example
Text Example
White with #413181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413181; }
p { color: rgb(65,49,129); }
H1.HeaderClassName
{
color: #413181;
}
.AnyTagClassName
{
color: #413181;
}
</style>
background-color css
<style>
a { background-color: #413181; }
a { background-color: rgb(65,49,129); }
div.DivClassName
{
background-color: #413181;
}
.BgClassName
{
background-color: #413181;
}
</style>
border-color css
<style>
span { border-color: #413181; }
span { border-color: rgb(65,49,129); }
td.TdClassName
{
border-color: #413181;
}
.TagClassName
{
border-color: #413181;
}
</style>