Shades of Windsor #481990
Tints of Windsor #481990
RGB
CMYK
RGB Variations
Color information
#481990 (or 0x481990) is known color: Windsor. HEX triplet: 48, 19 and 90. RGB value is (72,25,144). Sum of RGB (Red+Green+Blue) = 72+25+144=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #481990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481990 is #B7E66F. Grayscale: #343434. Windows color (decimal): -12052080 or 9443656. OLE color: 9443656.
HSL color Cylindrical-coordinate representation of color #481990: hue angle of 263.7º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481990 is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 25 | 144 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.44 |
| HSL | 263.7º | 0.7% | 0.33% | - |
| HSV(B) | 263.7º | 0.83% | 0.56% | - |
| XYZ | 8.05 | 4.09 | 26.75 | - |
| YUV | 52.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 144 | 0.50 | 0.83 | 0 | 0.44 | 263.7 | 0.7 | 0.33 |
| Hex | 48 | 19 | 90 | 32 | 53 | 0 | 2C | 108 | 46 | 21 |
| Octal | 110 | 31 | 220 | 62 | 123 | 0 | 54 | 410 | 106 | 41 |
| Binary | 1001000 | 11001 | 10010000 | 110010 | 1010011 | 0 | 101100 | 100001000 | 1000110 | 100001 |
Color Harmonies of #481990
Complementary color
Monochromatic Colors of #481990
Black with #481990
Text Example
Text Example
White with #481990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481990; }
p { color: rgb(72,25,144); }
H1.HeaderClassName
{
color: #481990;
}
.AnyTagClassName
{
color: #481990;
}
</style>
background-color css
<style>
a { background-color: #481990; }
a { background-color: rgb(72,25,144); }
div.DivClassName
{
background-color: #481990;
}
.BgClassName
{
background-color: #481990;
}
</style>
border-color css
<style>
span { border-color: #481990; }
span { border-color: rgb(72,25,144); }
td.TdClassName
{
border-color: #481990;
}
.TagClassName
{
border-color: #481990;
}
</style>