Shades of Windsor #48217B
Tints of Windsor #48217B
RGB
CMYK
RGB Variations
Color information
#48217B (or 0x48217B) is known color: Windsor. HEX triplet: 48, 21 and 7B. RGB value is (72,33,123). Sum of RGB (Red+Green+Blue) = 72+33+123=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #48217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48217B is #B7DE84. Grayscale: #363636. Windows color (decimal): -12050053 or 8069448. OLE color: 8069448.
HSL color Cylindrical-coordinate representation of color #48217B: hue angle of 266º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48217B is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 33 | 123 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.52 |
| HSL | 266º | 0.58% | 0.31% | - |
| HSV(B) | 266º | 0.73% | 0.48% | - |
| XYZ | 6.79 | 3.9 | 19.13 | - |
| YUV | 54.92 | 166.42 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 123 | 0.41 | 0.73 | 0 | 0.52 | 266 | 0.58 | 0.31 |
| Hex | 48 | 21 | 7B | 29 | 49 | 0 | 34 | 10A | 3A | 1F |
| Octal | 110 | 41 | 173 | 51 | 111 | 0 | 64 | 412 | 72 | 37 |
| Binary | 1001000 | 100001 | 1111011 | 101001 | 1001001 | 0 | 110100 | 100001010 | 111010 | 11111 |
Color Harmonies of #48217B
Complementary color
Monochromatic Colors of #48217B
Black with #48217B
Text Example
Text Example
White with #48217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48217B; }
p { color: rgb(72,33,123); }
H1.HeaderClassName
{
color: #48217B;
}
.AnyTagClassName
{
color: #48217B;
}
</style>
background-color css
<style>
a { background-color: #48217B; }
a { background-color: rgb(72,33,123); }
div.DivClassName
{
background-color: #48217B;
}
.BgClassName
{
background-color: #48217B;
}
</style>
border-color css
<style>
span { border-color: #48217B; }
span { border-color: rgb(72,33,123); }
td.TdClassName
{
border-color: #48217B;
}
.TagClassName
{
border-color: #48217B;
}
</style>