Shades of Windsor #483178
Tints of Windsor #483178
RGB
CMYK
RGB Variations
Color information
#483178 (or 0x483178) is known color: Windsor. HEX triplet: 48, 31 and 78. RGB value is (72,49,120). Sum of RGB (Red+Green+Blue) = 72+49+120=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #483178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483178 is #B7CE87. Grayscale: #3F3F3F. Windows color (decimal): -12045960 or 7876936. OLE color: 7876936.
HSL color Cylindrical-coordinate representation of color #483178: hue angle of 259.44º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #483178 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 49 | 120 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.53 |
| HSL | 259.44º | 0.42% | 0.33% | - |
| HSV(B) | 259.44º | 0.59% | 0.47% | - |
| XYZ | 7.16 | 4.93 | 18.34 | - |
| YUV | 63.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 120 | 0.40 | 0.59 | 0 | 0.53 | 259.44 | 0.42 | 0.33 |
| Hex | 48 | 31 | 78 | 28 | 3B | 0 | 35 | 103 | 2A | 21 |
| Octal | 110 | 61 | 170 | 50 | 73 | 0 | 65 | 403 | 52 | 41 |
| Binary | 1001000 | 110001 | 1111000 | 101000 | 111011 | 0 | 110101 | 100000011 | 101010 | 100001 |
Color Harmonies of #483178
Complementary color
Monochromatic Colors of #483178
Black with #483178
Text Example
Text Example
White with #483178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483178; }
p { color: rgb(72,49,120); }
H1.HeaderClassName
{
color: #483178;
}
.AnyTagClassName
{
color: #483178;
}
</style>
background-color css
<style>
a { background-color: #483178; }
a { background-color: rgb(72,49,120); }
div.DivClassName
{
background-color: #483178;
}
.BgClassName
{
background-color: #483178;
}
</style>
border-color css
<style>
span { border-color: #483178; }
span { border-color: rgb(72,49,120); }
td.TdClassName
{
border-color: #483178;
}
.TagClassName
{
border-color: #483178;
}
</style>