Shades of Windsor #491C8B
Tints of Windsor #491C8B
RGB
CMYK
RGB Variations
Color information
#491C8B (or 0x491C8B) is known color: Windsor. HEX triplet: 49, 1C and 8B. RGB value is (73,28,139). Sum of RGB (Red+Green+Blue) = 73+28+139=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #491C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491C8B is #B6E374. Grayscale: #353535. Windows color (decimal): -11985781 or 9116745. OLE color: 9116745.
HSL color Cylindrical-coordinate representation of color #491C8B: hue angle of 264.32º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491C8B is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 28 | 139 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.45 |
| HSL | 264.32º | 0.66% | 0.33% | - |
| HSV(B) | 264.32º | 0.8% | 0.55% | - |
| XYZ | 7.82 | 4.11 | 24.81 | - |
| YUV | 54.11 | 175.91 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 139 | 0.47 | 0.80 | 0 | 0.45 | 264.32 | 0.66 | 0.33 |
| Hex | 49 | 1C | 8B | 2F | 50 | 0 | 2D | 108 | 42 | 21 |
| Octal | 111 | 34 | 213 | 57 | 120 | 0 | 55 | 410 | 102 | 41 |
| Binary | 1001001 | 11100 | 10001011 | 101111 | 1010000 | 0 | 101101 | 100001000 | 1000010 | 100001 |
Color Harmonies of #491C8B
Complementary color
Monochromatic Colors of #491C8B
Black with #491C8B
Text Example
Text Example
White with #491C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C8B; }
p { color: rgb(73,28,139); }
H1.HeaderClassName
{
color: #491C8B;
}
.AnyTagClassName
{
color: #491C8B;
}
</style>
background-color css
<style>
a { background-color: #491C8B; }
a { background-color: rgb(73,28,139); }
div.DivClassName
{
background-color: #491C8B;
}
.BgClassName
{
background-color: #491C8B;
}
</style>
border-color css
<style>
span { border-color: #491C8B; }
span { border-color: rgb(73,28,139); }
td.TdClassName
{
border-color: #491C8B;
}
.TagClassName
{
border-color: #491C8B;
}
</style>