Shades of Windsor #482984
Tints of Windsor #482984
RGB
CMYK
RGB Variations
Color information
#482984 (or 0x482984) is known color: Windsor. HEX triplet: 48, 29 and 84. RGB value is (72,41,132). Sum of RGB (Red+Green+Blue) = 72+41+132=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #482984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482984 is #B7D67B. Grayscale: #3C3C3C. Windows color (decimal): -12047996 or 8661320. OLE color: 8661320.
HSL color Cylindrical-coordinate representation of color #482984: hue angle of 260.44º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482984 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 41 | 132 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.48 |
| HSL | 260.44º | 0.53% | 0.34% | - |
| HSV(B) | 260.44º | 0.69% | 0.52% | - |
| XYZ | 7.63 | 4.63 | 22.32 | - |
| YUV | 60.64 | 168.27 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 132 | 0.45 | 0.69 | 0 | 0.48 | 260.44 | 0.53 | 0.34 |
| Hex | 48 | 29 | 84 | 2D | 45 | 0 | 30 | 104 | 35 | 22 |
| Octal | 110 | 51 | 204 | 55 | 105 | 0 | 60 | 404 | 65 | 42 |
| Binary | 1001000 | 101001 | 10000100 | 101101 | 1000101 | 0 | 110000 | 100000100 | 110101 | 100010 |
Color Harmonies of #482984
Complementary color
Monochromatic Colors of #482984
Black with #482984
Text Example
Text Example
White with #482984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482984; }
p { color: rgb(72,41,132); }
H1.HeaderClassName
{
color: #482984;
}
.AnyTagClassName
{
color: #482984;
}
</style>
background-color css
<style>
a { background-color: #482984; }
a { background-color: rgb(72,41,132); }
div.DivClassName
{
background-color: #482984;
}
.BgClassName
{
background-color: #482984;
}
</style>
border-color css
<style>
span { border-color: #482984; }
span { border-color: rgb(72,41,132); }
td.TdClassName
{
border-color: #482984;
}
.TagClassName
{
border-color: #482984;
}
</style>