Shades of Windsor #48207F
Tints of Windsor #48207F
RGB
CMYK
RGB Variations
Color information
#48207F (or 0x48207F) is known color: Windsor. HEX triplet: 48, 20 and 7F. RGB value is (72,32,127). Sum of RGB (Red+Green+Blue) = 72+32+127=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #48207F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48207F is #B7DF80. Grayscale: #363636. Windows color (decimal): -12050305 or 8331336. OLE color: 8331336.
HSL color Cylindrical-coordinate representation of color #48207F: hue angle of 265.26º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48207F is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 32 | 127 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.50 |
| HSL | 265.26º | 0.6% | 0.31% | - |
| HSV(B) | 265.26º | 0.75% | 0.5% | - |
| XYZ | 7.02 | 3.94 | 20.47 | - |
| YUV | 54.79 | 168.75 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 127 | 0.43 | 0.75 | 0 | 0.50 | 265.26 | 0.6 | 0.31 |
| Hex | 48 | 20 | 7F | 2B | 4B | 0 | 32 | 109 | 3C | 1F |
| Octal | 110 | 40 | 177 | 53 | 113 | 0 | 62 | 411 | 74 | 37 |
| Binary | 1001000 | 100000 | 1111111 | 101011 | 1001011 | 0 | 110010 | 100001001 | 111100 | 11111 |
Color Harmonies of #48207F
Complementary color
Monochromatic Colors of #48207F
Black with #48207F
Text Example
Text Example
White with #48207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48207F; }
p { color: rgb(72,32,127); }
H1.HeaderClassName
{
color: #48207F;
}
.AnyTagClassName
{
color: #48207F;
}
</style>
background-color css
<style>
a { background-color: #48207F; }
a { background-color: rgb(72,32,127); }
div.DivClassName
{
background-color: #48207F;
}
.BgClassName
{
background-color: #48207F;
}
</style>
border-color css
<style>
span { border-color: #48207F; }
span { border-color: rgb(72,32,127); }
td.TdClassName
{
border-color: #48207F;
}
.TagClassName
{
border-color: #48207F;
}
</style>