Shades of Windsor #483580
Tints of Windsor #483580
RGB
CMYK
RGB Variations
Color information
#483580 (or 0x483580) is known color: Windsor. HEX triplet: 48, 35 and 80. RGB value is (72,53,128). Sum of RGB (Red+Green+Blue) = 72+53+128=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #483580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483580 is #B7CA7F. Grayscale: #424242. Windows color (decimal): -12044928 or 8402248. OLE color: 8402248.
HSL color Cylindrical-coordinate representation of color #483580: hue angle of 255.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #483580 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 53 | 128 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.50 |
| HSL | 255.2º | 0.41% | 0.35% | - |
| HSV(B) | 255.2º | 0.59% | 0.5% | - |
| XYZ | 7.84 | 5.48 | 21.07 | - |
| YUV | 67.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 128 | 0.44 | 0.59 | 0 | 0.50 | 255.2 | 0.41 | 0.35 |
| Hex | 48 | 35 | 80 | 2C | 3B | 0 | 32 | FF | 29 | 23 |
| Octal | 110 | 65 | 200 | 54 | 73 | 0 | 62 | 377 | 51 | 43 |
| Binary | 1001000 | 110101 | 10000000 | 101100 | 111011 | 0 | 110010 | 11111111 | 101001 | 100011 |
Color Harmonies of #483580
Complementary color
Monochromatic Colors of #483580
Black with #483580
Text Example
Text Example
White with #483580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483580; }
p { color: rgb(72,53,128); }
H1.HeaderClassName
{
color: #483580;
}
.AnyTagClassName
{
color: #483580;
}
</style>
background-color css
<style>
a { background-color: #483580; }
a { background-color: rgb(72,53,128); }
div.DivClassName
{
background-color: #483580;
}
.BgClassName
{
background-color: #483580;
}
</style>
border-color css
<style>
span { border-color: #483580; }
span { border-color: rgb(72,53,128); }
td.TdClassName
{
border-color: #483580;
}
.TagClassName
{
border-color: #483580;
}
</style>