Shades of Windsor #48327F
Tints of Windsor #48327F
RGB
CMYK
RGB Variations
Color information
#48327F (or 0x48327F) is known color: Windsor. HEX triplet: 48, 32 and 7F. RGB value is (72,50,127). Sum of RGB (Red+Green+Blue) = 72+50+127=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #48327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48327F is #B7CD80. Grayscale: #414141. Windows color (decimal): -12045697 or 8335944. OLE color: 8335944.
HSL color Cylindrical-coordinate representation of color #48327F: hue angle of 257.14º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48327F is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 50 | 127 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.50 |
| HSL | 257.14º | 0.44% | 0.35% | - |
| HSV(B) | 257.14º | 0.61% | 0.5% | - |
| XYZ | 7.64 | 5.19 | 20.68 | - |
| YUV | 65.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 127 | 0.43 | 0.61 | 0 | 0.50 | 257.14 | 0.44 | 0.35 |
| Hex | 48 | 32 | 7F | 2B | 3D | 0 | 32 | 101 | 2C | 23 |
| Octal | 110 | 62 | 177 | 53 | 75 | 0 | 62 | 401 | 54 | 43 |
| Binary | 1001000 | 110010 | 1111111 | 101011 | 111101 | 0 | 110010 | 100000001 | 101100 | 100011 |
Color Harmonies of #48327F
Complementary color
Monochromatic Colors of #48327F
Black with #48327F
Text Example
Text Example
White with #48327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48327F; }
p { color: rgb(72,50,127); }
H1.HeaderClassName
{
color: #48327F;
}
.AnyTagClassName
{
color: #48327F;
}
</style>
background-color css
<style>
a { background-color: #48327F; }
a { background-color: rgb(72,50,127); }
div.DivClassName
{
background-color: #48327F;
}
.BgClassName
{
background-color: #48327F;
}
</style>
border-color css
<style>
span { border-color: #48327F; }
span { border-color: rgb(72,50,127); }
td.TdClassName
{
border-color: #48327F;
}
.TagClassName
{
border-color: #48327F;
}
</style>