Shades of Windsor #48278E
Tints of Windsor #48278E
RGB
CMYK
RGB Variations
Color information
#48278E (or 0x48278E) is known color: Windsor. HEX triplet: 48, 27 and 8E. RGB value is (72,39,142). Sum of RGB (Red+Green+Blue) = 72+39+142=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #48278E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48278E is #B7D871. Grayscale: #3C3C3C. Windows color (decimal): -12048498 or 9316168. OLE color: 9316168.
HSL color Cylindrical-coordinate representation of color #48278E: hue angle of 259.22º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48278E is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 39 | 142 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.44 |
| HSL | 259.22º | 0.57% | 0.35% | - |
| HSV(B) | 259.22º | 0.73% | 0.56% | - |
| XYZ | 8.28 | 4.78 | 26.08 | - |
| YUV | 60.61 | 173.93 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 142 | 0.49 | 0.73 | 0 | 0.44 | 259.22 | 0.57 | 0.35 |
| Hex | 48 | 27 | 8E | 31 | 49 | 0 | 2C | 103 | 39 | 23 |
| Octal | 110 | 47 | 216 | 61 | 111 | 0 | 54 | 403 | 71 | 43 |
| Binary | 1001000 | 100111 | 10001110 | 110001 | 1001001 | 0 | 101100 | 100000011 | 111001 | 100011 |
Color Harmonies of #48278E
Complementary color
Monochromatic Colors of #48278E
Black with #48278E
Text Example
Text Example
White with #48278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48278E; }
p { color: rgb(72,39,142); }
H1.HeaderClassName
{
color: #48278E;
}
.AnyTagClassName
{
color: #48278E;
}
</style>
background-color css
<style>
a { background-color: #48278E; }
a { background-color: rgb(72,39,142); }
div.DivClassName
{
background-color: #48278E;
}
.BgClassName
{
background-color: #48278E;
}
</style>
border-color css
<style>
span { border-color: #48278E; }
span { border-color: rgb(72,39,142); }
td.TdClassName
{
border-color: #48278E;
}
.TagClassName
{
border-color: #48278E;
}
</style>