Shades of Windsor #48268C
Tints of Windsor #48268C
RGB
CMYK
RGB Variations
Color information
#48268C (or 0x48268C) is known color: Windsor. HEX triplet: 48, 26 and 8C. RGB value is (72,38,140). Sum of RGB (Red+Green+Blue) = 72+38+140=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #48268C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48268C is #B7D973. Grayscale: #3B3B3B. Windows color (decimal): -12048756 or 9184840. OLE color: 9184840.
HSL color Cylindrical-coordinate representation of color #48268C: hue angle of 260º degrees, saturation: 0.57, 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 #48268C is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 38 | 140 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.45 |
| HSL | 260º | 0.57% | 0.35% | - |
| HSV(B) | 260º | 0.73% | 0.55% | - |
| XYZ | 8.1 | 4.66 | 25.28 | - |
| YUV | 59.79 | 173.26 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 38 | 140 | 0.49 | 0.73 | 0 | 0.45 | 260 | 0.57 | 0.35 |
| Hex | 48 | 26 | 8C | 31 | 49 | 0 | 2D | 104 | 39 | 23 |
| Octal | 110 | 46 | 214 | 61 | 111 | 0 | 55 | 404 | 71 | 43 |
| Binary | 1001000 | 100110 | 10001100 | 110001 | 1001001 | 0 | 101101 | 100000100 | 111001 | 100011 |
Color Harmonies of #48268C
Complementary color
Monochromatic Colors of #48268C
Black with #48268C
Text Example
Text Example
White with #48268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48268C; }
p { color: rgb(72,38,140); }
H1.HeaderClassName
{
color: #48268C;
}
.AnyTagClassName
{
color: #48268C;
}
</style>
background-color css
<style>
a { background-color: #48268C; }
a { background-color: rgb(72,38,140); }
div.DivClassName
{
background-color: #48268C;
}
.BgClassName
{
background-color: #48268C;
}
</style>
border-color css
<style>
span { border-color: #48268C; }
span { border-color: rgb(72,38,140); }
td.TdClassName
{
border-color: #48268C;
}
.TagClassName
{
border-color: #48268C;
}
</style>