Shades of Windsor #48268D
Tints of Windsor #48268D
RGB
CMYK
RGB Variations
Color information
#48268D (or 0x48268D) is known color: Windsor. HEX triplet: 48, 26 and 8D. RGB value is (72,38,141). Sum of RGB (Red+Green+Blue) = 72+38+141=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #48268D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48268D is #B7D972. Grayscale: #3B3B3B. Windows color (decimal): -12048755 or 9250376. OLE color: 9250376.
HSL color Cylindrical-coordinate representation of color #48268D: hue angle of 259.81º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48268D is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 38 | 141 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.45 |
| HSL | 259.81º | 0.58% | 0.35% | - |
| HSV(B) | 259.81º | 0.73% | 0.55% | - |
| XYZ | 8.17 | 4.69 | 25.67 | - |
| YUV | 59.91 | 173.76 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 38 | 141 | 0.49 | 0.73 | 0 | 0.45 | 259.81 | 0.58 | 0.35 |
| Hex | 48 | 26 | 8D | 31 | 49 | 0 | 2D | 104 | 3A | 23 |
| Octal | 110 | 46 | 215 | 61 | 111 | 0 | 55 | 404 | 72 | 43 |
| Binary | 1001000 | 100110 | 10001101 | 110001 | 1001001 | 0 | 101101 | 100000100 | 111010 | 100011 |
Color Harmonies of #48268D
Complementary color
Monochromatic Colors of #48268D
Black with #48268D
Text Example
Text Example
White with #48268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48268D; }
p { color: rgb(72,38,141); }
H1.HeaderClassName
{
color: #48268D;
}
.AnyTagClassName
{
color: #48268D;
}
</style>
background-color css
<style>
a { background-color: #48268D; }
a { background-color: rgb(72,38,141); }
div.DivClassName
{
background-color: #48268D;
}
.BgClassName
{
background-color: #48268D;
}
</style>
border-color css
<style>
span { border-color: #48268D; }
span { border-color: rgb(72,38,141); }
td.TdClassName
{
border-color: #48268D;
}
.TagClassName
{
border-color: #48268D;
}
</style>