Shades of Windsor #481D84
Tints of Windsor #481D84
RGB
CMYK
RGB Variations
Color information
#481D84 (or 0x481D84) is known color: Windsor. HEX triplet: 48, 1D and 84. RGB value is (72,29,132). Sum of RGB (Red+Green+Blue) = 72+29+132=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #481D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481D84 is #B7E27B. Grayscale: #353535. Windows color (decimal): -12051068 or 8658248. OLE color: 8658248.
HSL color Cylindrical-coordinate representation of color #481D84: hue angle of 265.05º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481D84 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 29 | 132 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.48 |
| HSL | 265.05º | 0.64% | 0.32% | - |
| HSV(B) | 265.05º | 0.78% | 0.52% | - |
| XYZ | 7.28 | 3.92 | 22.2 | - |
| YUV | 53.6 | 172.25 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 132 | 0.45 | 0.78 | 0 | 0.48 | 265.05 | 0.64 | 0.32 |
| Hex | 48 | 1D | 84 | 2D | 4E | 0 | 30 | 109 | 40 | 20 |
| Octal | 110 | 35 | 204 | 55 | 116 | 0 | 60 | 411 | 100 | 40 |
| Binary | 1001000 | 11101 | 10000100 | 101101 | 1001110 | 0 | 110000 | 100001001 | 1000000 | 100000 |
Color Harmonies of #481D84
Complementary color
Monochromatic Colors of #481D84
Black with #481D84
Text Example
Text Example
White with #481D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D84; }
p { color: rgb(72,29,132); }
H1.HeaderClassName
{
color: #481D84;
}
.AnyTagClassName
{
color: #481D84;
}
</style>
background-color css
<style>
a { background-color: #481D84; }
a { background-color: rgb(72,29,132); }
div.DivClassName
{
background-color: #481D84;
}
.BgClassName
{
background-color: #481D84;
}
</style>
border-color css
<style>
span { border-color: #481D84; }
span { border-color: rgb(72,29,132); }
td.TdClassName
{
border-color: #481D84;
}
.TagClassName
{
border-color: #481D84;
}
</style>