Shades of Windsor #491F8B
Tints of Windsor #491F8B
RGB
CMYK
RGB Variations
Color information
#491F8B (or 0x491F8B) is known color: Windsor. HEX triplet: 49, 1F and 8B. RGB value is (73,31,139). Sum of RGB (Red+Green+Blue) = 73+31+139=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #491F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491F8B is #B6E074. Grayscale: #373737. Windows color (decimal): -11985013 or 9117513. OLE color: 9117513.
HSL color Cylindrical-coordinate representation of color #491F8B: hue angle of 263.33º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491F8B is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 31 | 139 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.45 |
| HSL | 263.33º | 0.64% | 0.33% | - |
| HSV(B) | 263.33º | 0.78% | 0.55% | - |
| XYZ | 7.9 | 4.26 | 24.83 | - |
| YUV | 55.87 | 174.91 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 139 | 0.47 | 0.78 | 0 | 0.45 | 263.33 | 0.64 | 0.33 |
| Hex | 49 | 1F | 8B | 2F | 4E | 0 | 2D | 107 | 40 | 21 |
| Octal | 111 | 37 | 213 | 57 | 116 | 0 | 55 | 407 | 100 | 41 |
| Binary | 1001001 | 11111 | 10001011 | 101111 | 1001110 | 0 | 101101 | 100000111 | 1000000 | 100001 |
Color Harmonies of #491F8B
Complementary color
Monochromatic Colors of #491F8B
Black with #491F8B
Text Example
Text Example
White with #491F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F8B; }
p { color: rgb(73,31,139); }
H1.HeaderClassName
{
color: #491F8B;
}
.AnyTagClassName
{
color: #491F8B;
}
</style>
background-color css
<style>
a { background-color: #491F8B; }
a { background-color: rgb(73,31,139); }
div.DivClassName
{
background-color: #491F8B;
}
.BgClassName
{
background-color: #491F8B;
}
</style>
border-color css
<style>
span { border-color: #491F8B; }
span { border-color: rgb(73,31,139); }
td.TdClassName
{
border-color: #491F8B;
}
.TagClassName
{
border-color: #491F8B;
}
</style>