Shades of Windsor #48287A
Tints of Windsor #48287A
RGB
CMYK
RGB Variations
Color information
#48287A (or 0x48287A) is known color: Windsor. HEX triplet: 48, 28 and 7A. RGB value is (72,40,122). Sum of RGB (Red+Green+Blue) = 72+40+122=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #48287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48287A is #B7D785. Grayscale: #3A3A3A. Windows color (decimal): -12048262 or 8005704. OLE color: 8005704.
HSL color Cylindrical-coordinate representation of color #48287A: hue angle of 263.41º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48287A is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 40 | 122 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.52 |
| HSL | 263.41º | 0.51% | 0.32% | - |
| HSV(B) | 263.41º | 0.67% | 0.48% | - |
| XYZ | 6.94 | 4.3 | 18.88 | - |
| YUV | 58.92 | 163.6 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 122 | 0.41 | 0.67 | 0 | 0.52 | 263.41 | 0.51 | 0.32 |
| Hex | 48 | 28 | 7A | 29 | 43 | 0 | 34 | 107 | 33 | 20 |
| Octal | 110 | 50 | 172 | 51 | 103 | 0 | 64 | 407 | 63 | 40 |
| Binary | 1001000 | 101000 | 1111010 | 101001 | 1000011 | 0 | 110100 | 100000111 | 110011 | 100000 |
Color Harmonies of #48287A
Complementary color
Monochromatic Colors of #48287A
Black with #48287A
Text Example
Text Example
White with #48287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48287A; }
p { color: rgb(72,40,122); }
H1.HeaderClassName
{
color: #48287A;
}
.AnyTagClassName
{
color: #48287A;
}
</style>
background-color css
<style>
a { background-color: #48287A; }
a { background-color: rgb(72,40,122); }
div.DivClassName
{
background-color: #48287A;
}
.BgClassName
{
background-color: #48287A;
}
</style>
border-color css
<style>
span { border-color: #48287A; }
span { border-color: rgb(72,40,122); }
td.TdClassName
{
border-color: #48287A;
}
.TagClassName
{
border-color: #48287A;
}
</style>