Shades of Windsor #481C91
Tints of Windsor #481C91
RGB
CMYK
RGB Variations
Color information
#481C91 (or 0x481C91) is known color: Windsor. HEX triplet: 48, 1C and 91. RGB value is (72,28,145). Sum of RGB (Red+Green+Blue) = 72+28+145=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #481C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481C91 is #B7E36E. Grayscale: #363636. Windows color (decimal): -12051311 or 9509960. OLE color: 9509960.
HSL color Cylindrical-coordinate representation of color #481C91: hue angle of 262.56º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481C91 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 28 | 145 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.43 |
| HSL | 262.56º | 0.68% | 0.34% | - |
| HSV(B) | 262.56º | 0.81% | 0.57% | - |
| XYZ | 8.2 | 4.25 | 27.18 | - |
| YUV | 54.49 | 179.08 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 145 | 0.50 | 0.81 | 0 | 0.43 | 262.56 | 0.68 | 0.34 |
| Hex | 48 | 1C | 91 | 32 | 51 | 0 | 2B | 107 | 44 | 22 |
| Octal | 110 | 34 | 221 | 62 | 121 | 0 | 53 | 407 | 104 | 42 |
| Binary | 1001000 | 11100 | 10010001 | 110010 | 1010001 | 0 | 101011 | 100000111 | 1000100 | 100010 |
Color Harmonies of #481C91
Complementary color
Monochromatic Colors of #481C91
Black with #481C91
Text Example
Text Example
White with #481C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C91; }
p { color: rgb(72,28,145); }
H1.HeaderClassName
{
color: #481C91;
}
.AnyTagClassName
{
color: #481C91;
}
</style>
background-color css
<style>
a { background-color: #481C91; }
a { background-color: rgb(72,28,145); }
div.DivClassName
{
background-color: #481C91;
}
.BgClassName
{
background-color: #481C91;
}
</style>
border-color css
<style>
span { border-color: #481C91; }
span { border-color: rgb(72,28,145); }
td.TdClassName
{
border-color: #481C91;
}
.TagClassName
{
border-color: #481C91;
}
</style>