Shades of Windsor #48198C
Tints of Windsor #48198C
RGB
CMYK
RGB Variations
Color information
#48198C (or 0x48198C) is known color: Windsor. HEX triplet: 48, 19 and 8C. RGB value is (72,25,140). Sum of RGB (Red+Green+Blue) = 72+25+140=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #48198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48198C is #B7E673. Grayscale: #333333. Windows color (decimal): -12052084 or 9181512. OLE color: 9181512.
HSL color Cylindrical-coordinate representation of color #48198C: hue angle of 264.52º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48198C is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 25 | 140 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.45 |
| HSL | 264.52º | 0.7% | 0.32% | - |
| HSV(B) | 264.52º | 0.82% | 0.55% | - |
| XYZ | 7.75 | 3.97 | 25.17 | - |
| YUV | 52.16 | 177.57 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 140 | 0.49 | 0.82 | 0 | 0.45 | 264.52 | 0.7 | 0.32 |
| Hex | 48 | 19 | 8C | 31 | 52 | 0 | 2D | 109 | 46 | 20 |
| Octal | 110 | 31 | 214 | 61 | 122 | 0 | 55 | 411 | 106 | 40 |
| Binary | 1001000 | 11001 | 10001100 | 110001 | 1010010 | 0 | 101101 | 100001001 | 1000110 | 100000 |
Color Harmonies of #48198C
Complementary color
Monochromatic Colors of #48198C
Black with #48198C
Text Example
Text Example
White with #48198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48198C; }
p { color: rgb(72,25,140); }
H1.HeaderClassName
{
color: #48198C;
}
.AnyTagClassName
{
color: #48198C;
}
</style>
background-color css
<style>
a { background-color: #48198C; }
a { background-color: rgb(72,25,140); }
div.DivClassName
{
background-color: #48198C;
}
.BgClassName
{
background-color: #48198C;
}
</style>
border-color css
<style>
span { border-color: #48198C; }
span { border-color: rgb(72,25,140); }
td.TdClassName
{
border-color: #48198C;
}
.TagClassName
{
border-color: #48198C;
}
</style>