Shades of Windsor #48277C
Tints of Windsor #48277C
RGB
CMYK
RGB Variations
Color information
#48277C (or 0x48277C) is known color: Windsor. HEX triplet: 48, 27 and 7C. RGB value is (72,39,124). Sum of RGB (Red+Green+Blue) = 72+39+124=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #48277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48277C is #B7D883. Grayscale: #3A3A3A. Windows color (decimal): -12048516 or 8136520. OLE color: 8136520.
HSL color Cylindrical-coordinate representation of color #48277C: hue angle of 263.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48277C is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 39 | 124 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.51 |
| HSL | 263.29º | 0.52% | 0.32% | - |
| HSV(B) | 263.29º | 0.69% | 0.49% | - |
| XYZ | 7.04 | 4.28 | 19.52 | - |
| YUV | 58.56 | 164.93 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 124 | 0.42 | 0.69 | 0 | 0.51 | 263.29 | 0.52 | 0.32 |
| Hex | 48 | 27 | 7C | 2A | 45 | 0 | 33 | 107 | 34 | 20 |
| Octal | 110 | 47 | 174 | 52 | 105 | 0 | 63 | 407 | 64 | 40 |
| Binary | 1001000 | 100111 | 1111100 | 101010 | 1000101 | 0 | 110011 | 100000111 | 110100 | 100000 |
Color Harmonies of #48277C
Complementary color
Monochromatic Colors of #48277C
Black with #48277C
Text Example
Text Example
White with #48277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48277C; }
p { color: rgb(72,39,124); }
H1.HeaderClassName
{
color: #48277C;
}
.AnyTagClassName
{
color: #48277C;
}
</style>
background-color css
<style>
a { background-color: #48277C; }
a { background-color: rgb(72,39,124); }
div.DivClassName
{
background-color: #48277C;
}
.BgClassName
{
background-color: #48277C;
}
</style>
border-color css
<style>
span { border-color: #48277C; }
span { border-color: rgb(72,39,124); }
td.TdClassName
{
border-color: #48277C;
}
.TagClassName
{
border-color: #48277C;
}
</style>