Shades of Windsor #48317E
Tints of Windsor #48317E
RGB
CMYK
RGB Variations
Color information
#48317E (or 0x48317E) is known color: Windsor. HEX triplet: 48, 31 and 7E. RGB value is (72,49,126). Sum of RGB (Red+Green+Blue) = 72+49+126=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #48317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48317E is #B7CE81. Grayscale: #404040. Windows color (decimal): -12045954 or 8270152. OLE color: 8270152.
HSL color Cylindrical-coordinate representation of color #48317E: hue angle of 257.92º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48317E is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 49 | 126 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.51 |
| HSL | 257.92º | 0.44% | 0.34% | - |
| HSV(B) | 257.92º | 0.61% | 0.49% | - |
| XYZ | 7.54 | 5.08 | 20.32 | - |
| YUV | 64.66 | 162.62 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 126 | 0.43 | 0.61 | 0 | 0.51 | 257.92 | 0.44 | 0.34 |
| Hex | 48 | 31 | 7E | 2B | 3D | 0 | 33 | 102 | 2C | 22 |
| Octal | 110 | 61 | 176 | 53 | 75 | 0 | 63 | 402 | 54 | 42 |
| Binary | 1001000 | 110001 | 1111110 | 101011 | 111101 | 0 | 110011 | 100000010 | 101100 | 100010 |
Color Harmonies of #48317E
Complementary color
Monochromatic Colors of #48317E
Black with #48317E
Text Example
Text Example
White with #48317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48317E; }
p { color: rgb(72,49,126); }
H1.HeaderClassName
{
color: #48317E;
}
.AnyTagClassName
{
color: #48317E;
}
</style>
background-color css
<style>
a { background-color: #48317E; }
a { background-color: rgb(72,49,126); }
div.DivClassName
{
background-color: #48317E;
}
.BgClassName
{
background-color: #48317E;
}
</style>
border-color css
<style>
span { border-color: #48317E; }
span { border-color: rgb(72,49,126); }
td.TdClassName
{
border-color: #48317E;
}
.TagClassName
{
border-color: #48317E;
}
</style>