Shades of Windsor #481A91
Tints of Windsor #481A91
RGB
CMYK
RGB Variations
Color information
#481A91 (or 0x481A91) is known color: Windsor. HEX triplet: 48, 1A and 91. RGB value is (72,26,145). Sum of RGB (Red+Green+Blue) = 72+26+145=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #481A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481A91 is #B7E56E. Grayscale: #343434. Windows color (decimal): -12051823 or 9509448. OLE color: 9509448.
HSL color Cylindrical-coordinate representation of color #481A91: hue angle of 263.19º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481A91 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 26 | 145 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.43 |
| HSL | 263.19º | 0.7% | 0.34% | - |
| HSV(B) | 263.19º | 0.82% | 0.57% | - |
| XYZ | 8.15 | 4.16 | 27.16 | - |
| YUV | 53.32 | 179.74 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 145 | 0.50 | 0.82 | 0 | 0.43 | 263.19 | 0.7 | 0.34 |
| Hex | 48 | 1A | 91 | 32 | 52 | 0 | 2B | 107 | 46 | 22 |
| Octal | 110 | 32 | 221 | 62 | 122 | 0 | 53 | 407 | 106 | 42 |
| Binary | 1001000 | 11010 | 10010001 | 110010 | 1010010 | 0 | 101011 | 100000111 | 1000110 | 100010 |
Color Harmonies of #481A91
Complementary color
Monochromatic Colors of #481A91
Black with #481A91
Text Example
Text Example
White with #481A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A91; }
p { color: rgb(72,26,145); }
H1.HeaderClassName
{
color: #481A91;
}
.AnyTagClassName
{
color: #481A91;
}
</style>
background-color css
<style>
a { background-color: #481A91; }
a { background-color: rgb(72,26,145); }
div.DivClassName
{
background-color: #481A91;
}
.BgClassName
{
background-color: #481A91;
}
</style>
border-color css
<style>
span { border-color: #481A91; }
span { border-color: rgb(72,26,145); }
td.TdClassName
{
border-color: #481A91;
}
.TagClassName
{
border-color: #481A91;
}
</style>