Shades of Windsor #481B80
Tints of Windsor #481B80
RGB
CMYK
RGB Variations
Color information
#481B80 (or 0x481B80) is known color: Windsor. HEX triplet: 48, 1B and 80. RGB value is (72,27,128). Sum of RGB (Red+Green+Blue) = 72+27+128=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #481B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481B80 is #B7E47F. Grayscale: #333333. Windows color (decimal): -12051584 or 8395592. OLE color: 8395592.
HSL color Cylindrical-coordinate representation of color #481B80: hue angle of 266.73º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481B80 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 27 | 128 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.50 |
| HSL | 266.73º | 0.65% | 0.3% | - |
| HSV(B) | 266.73º | 0.79% | 0.5% | - |
| XYZ | 6.96 | 3.72 | 20.77 | - |
| YUV | 51.97 | 170.91 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 128 | 0.44 | 0.79 | 0 | 0.50 | 266.73 | 0.65 | 0.3 |
| Hex | 48 | 1B | 80 | 2C | 4F | 0 | 32 | 10B | 41 | 1E |
| Octal | 110 | 33 | 200 | 54 | 117 | 0 | 62 | 413 | 101 | 36 |
| Binary | 1001000 | 11011 | 10000000 | 101100 | 1001111 | 0 | 110010 | 100001011 | 1000001 | 11110 |
Color Harmonies of #481B80
Complementary color
Monochromatic Colors of #481B80
Black with #481B80
Text Example
Text Example
White with #481B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B80; }
p { color: rgb(72,27,128); }
H1.HeaderClassName
{
color: #481B80;
}
.AnyTagClassName
{
color: #481B80;
}
</style>
background-color css
<style>
a { background-color: #481B80; }
a { background-color: rgb(72,27,128); }
div.DivClassName
{
background-color: #481B80;
}
.BgClassName
{
background-color: #481B80;
}
</style>
border-color css
<style>
span { border-color: #481B80; }
span { border-color: rgb(72,27,128); }
td.TdClassName
{
border-color: #481B80;
}
.TagClassName
{
border-color: #481B80;
}
</style>