Shades of Windsor #48288C
Tints of Windsor #48288C
RGB
CMYK
RGB Variations
Color information
#48288C (or 0x48288C) is known color: Windsor. HEX triplet: 48, 28 and 8C. RGB value is (72,40,140). Sum of RGB (Red+Green+Blue) = 72+40+140=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #48288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48288C is #B7D773. Grayscale: #3C3C3C. Windows color (decimal): -12048244 or 9185352. OLE color: 9185352.
HSL color Cylindrical-coordinate representation of color #48288C: hue angle of 259.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48288C is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 40 | 140 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.45 |
| HSL | 259.2º | 0.56% | 0.35% | - |
| HSV(B) | 259.2º | 0.71% | 0.55% | - |
| XYZ | 8.16 | 4.79 | 25.3 | - |
| YUV | 60.97 | 172.6 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 140 | 0.49 | 0.71 | 0 | 0.45 | 259.2 | 0.56 | 0.35 |
| Hex | 48 | 28 | 8C | 31 | 47 | 0 | 2D | 103 | 38 | 23 |
| Octal | 110 | 50 | 214 | 61 | 107 | 0 | 55 | 403 | 70 | 43 |
| Binary | 1001000 | 101000 | 10001100 | 110001 | 1000111 | 0 | 101101 | 100000011 | 111000 | 100011 |
Color Harmonies of #48288C
Complementary color
Monochromatic Colors of #48288C
Black with #48288C
Text Example
Text Example
White with #48288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48288C; }
p { color: rgb(72,40,140); }
H1.HeaderClassName
{
color: #48288C;
}
.AnyTagClassName
{
color: #48288C;
}
</style>
background-color css
<style>
a { background-color: #48288C; }
a { background-color: rgb(72,40,140); }
div.DivClassName
{
background-color: #48288C;
}
.BgClassName
{
background-color: #48288C;
}
</style>
border-color css
<style>
span { border-color: #48288C; }
span { border-color: rgb(72,40,140); }
td.TdClassName
{
border-color: #48288C;
}
.TagClassName
{
border-color: #48288C;
}
</style>