Shades of Windsor #482877
Tints of Windsor #482877
RGB
CMYK
RGB Variations
Color information
#482877 (or 0x482877) is known color: Windsor. HEX triplet: 48, 28 and 77. RGB value is (72,40,119). Sum of RGB (Red+Green+Blue) = 72+40+119=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #482877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482877 is #B7D788. Grayscale: #3A3A3A. Windows color (decimal): -12048265 or 7809096. OLE color: 7809096.
HSL color Cylindrical-coordinate representation of color #482877: hue angle of 264.3º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #482877 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 40 | 119 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.53 |
| HSL | 264.3º | 0.5% | 0.31% | - |
| HSV(B) | 264.3º | 0.66% | 0.47% | - |
| XYZ | 6.76 | 4.23 | 17.91 | - |
| YUV | 58.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 119 | 0.39 | 0.66 | 0 | 0.53 | 264.3 | 0.5 | 0.31 |
| Hex | 48 | 28 | 77 | 27 | 42 | 0 | 35 | 108 | 32 | 1F |
| Octal | 110 | 50 | 167 | 47 | 102 | 0 | 65 | 410 | 62 | 37 |
| Binary | 1001000 | 101000 | 1110111 | 100111 | 1000010 | 0 | 110101 | 100001000 | 110010 | 11111 |
Color Harmonies of #482877
Complementary color
Monochromatic Colors of #482877
Black with #482877
Text Example
Text Example
White with #482877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482877; }
p { color: rgb(72,40,119); }
H1.HeaderClassName
{
color: #482877;
}
.AnyTagClassName
{
color: #482877;
}
</style>
background-color css
<style>
a { background-color: #482877; }
a { background-color: rgb(72,40,119); }
div.DivClassName
{
background-color: #482877;
}
.BgClassName
{
background-color: #482877;
}
</style>
border-color css
<style>
span { border-color: #482877; }
span { border-color: rgb(72,40,119); }
td.TdClassName
{
border-color: #482877;
}
.TagClassName
{
border-color: #482877;
}
</style>