Shades of Windsor #48227A
Tints of Windsor #48227A
RGB
CMYK
RGB Variations
Color information
#48227A (or 0x48227A) is known color: Windsor. HEX triplet: 48, 22 and 7A. RGB value is (72,34,122). Sum of RGB (Red+Green+Blue) = 72+34+122=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #48227A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48227A is #B7DD85. Grayscale: #373737. Windows color (decimal): -12049798 or 8004168. OLE color: 8004168.
HSL color Cylindrical-coordinate representation of color #48227A: hue angle of 265.91º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48227A is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 34 | 122 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.52 |
| HSL | 265.91º | 0.56% | 0.31% | - |
| HSV(B) | 265.91º | 0.72% | 0.48% | - |
| XYZ | 6.76 | 3.93 | 18.81 | - |
| YUV | 55.39 | 165.59 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 122 | 0.41 | 0.72 | 0 | 0.52 | 265.91 | 0.56 | 0.31 |
| Hex | 48 | 22 | 7A | 29 | 48 | 0 | 34 | 10A | 38 | 1F |
| Octal | 110 | 42 | 172 | 51 | 110 | 0 | 64 | 412 | 70 | 37 |
| Binary | 1001000 | 100010 | 1111010 | 101001 | 1001000 | 0 | 110100 | 100001010 | 111000 | 11111 |
Color Harmonies of #48227A
Complementary color
Monochromatic Colors of #48227A
Black with #48227A
Text Example
Text Example
White with #48227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48227A; }
p { color: rgb(72,34,122); }
H1.HeaderClassName
{
color: #48227A;
}
.AnyTagClassName
{
color: #48227A;
}
</style>
background-color css
<style>
a { background-color: #48227A; }
a { background-color: rgb(72,34,122); }
div.DivClassName
{
background-color: #48227A;
}
.BgClassName
{
background-color: #48227A;
}
</style>
border-color css
<style>
span { border-color: #48227A; }
span { border-color: rgb(72,34,122); }
td.TdClassName
{
border-color: #48227A;
}
.TagClassName
{
border-color: #48227A;
}
</style>