Shades of Windsor #48197C
Tints of Windsor #48197C
RGB
CMYK
RGB Variations
Color information
#48197C (or 0x48197C) is known color: Windsor. HEX triplet: 48, 19 and 7C. RGB value is (72,25,124). Sum of RGB (Red+Green+Blue) = 72+25+124=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #48197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48197C is #B7E683. Grayscale: #313131. Windows color (decimal): -12052100 or 8132936. OLE color: 8132936.
HSL color Cylindrical-coordinate representation of color #48197C: hue angle of 268.48º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48197C is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 25 | 124 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.51 |
| HSL | 268.48º | 0.66% | 0.29% | - |
| HSV(B) | 268.48º | 0.8% | 0.49% | - |
| XYZ | 6.66 | 3.53 | 19.4 | - |
| YUV | 50.34 | 169.57 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 124 | 0.42 | 0.80 | 0 | 0.51 | 268.48 | 0.66 | 0.29 |
| Hex | 48 | 19 | 7C | 2A | 50 | 0 | 33 | 10C | 42 | 1D |
| Octal | 110 | 31 | 174 | 52 | 120 | 0 | 63 | 414 | 102 | 35 |
| Binary | 1001000 | 11001 | 1111100 | 101010 | 1010000 | 0 | 110011 | 100001100 | 1000010 | 11101 |
Color Harmonies of #48197C
Complementary color
Monochromatic Colors of #48197C
Black with #48197C
Text Example
Text Example
White with #48197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48197C; }
p { color: rgb(72,25,124); }
H1.HeaderClassName
{
color: #48197C;
}
.AnyTagClassName
{
color: #48197C;
}
</style>
background-color css
<style>
a { background-color: #48197C; }
a { background-color: rgb(72,25,124); }
div.DivClassName
{
background-color: #48197C;
}
.BgClassName
{
background-color: #48197C;
}
</style>
border-color css
<style>
span { border-color: #48197C; }
span { border-color: rgb(72,25,124); }
td.TdClassName
{
border-color: #48197C;
}
.TagClassName
{
border-color: #48197C;
}
</style>