Shades of Windsor #481F91
Tints of Windsor #481F91
RGB
CMYK
RGB Variations
Color information
#481F91 (or 0x481F91) is known color: Windsor. HEX triplet: 48, 1F and 91. RGB value is (72,31,145). Sum of RGB (Red+Green+Blue) = 72+31+145=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #481F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481F91 is #B7E06E. Grayscale: #373737. Windows color (decimal): -12050543 or 9510728. OLE color: 9510728.
HSL color Cylindrical-coordinate representation of color #481F91: hue angle of 261.58º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481F91 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 31 | 145 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.43 |
| HSL | 261.58º | 0.65% | 0.35% | - |
| HSV(B) | 261.58º | 0.79% | 0.57% | - |
| XYZ | 8.27 | 4.4 | 27.2 | - |
| YUV | 56.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 145 | 0.50 | 0.79 | 0 | 0.43 | 261.58 | 0.65 | 0.35 |
| Hex | 48 | 1F | 91 | 32 | 4F | 0 | 2B | 106 | 41 | 23 |
| Octal | 110 | 37 | 221 | 62 | 117 | 0 | 53 | 406 | 101 | 43 |
| Binary | 1001000 | 11111 | 10010001 | 110010 | 1001111 | 0 | 101011 | 100000110 | 1000001 | 100011 |
Color Harmonies of #481F91
Complementary color
Monochromatic Colors of #481F91
Black with #481F91
Text Example
Text Example
White with #481F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481F91; }
p { color: rgb(72,31,145); }
H1.HeaderClassName
{
color: #481F91;
}
.AnyTagClassName
{
color: #481F91;
}
</style>
background-color css
<style>
a { background-color: #481F91; }
a { background-color: rgb(72,31,145); }
div.DivClassName
{
background-color: #481F91;
}
.BgClassName
{
background-color: #481F91;
}
</style>
border-color css
<style>
span { border-color: #481F91; }
span { border-color: rgb(72,31,145); }
td.TdClassName
{
border-color: #481F91;
}
.TagClassName
{
border-color: #481F91;
}
</style>