Shades of Windsor #481E84
Tints of Windsor #481E84
RGB
CMYK
RGB Variations
Color information
#481E84 (or 0x481E84) is known color: Windsor. HEX triplet: 48, 1E and 84. RGB value is (72,30,132). Sum of RGB (Red+Green+Blue) = 72+30+132=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #481E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481E84 is #B7E17B. Grayscale: #353535. Windows color (decimal): -12050812 or 8658504. OLE color: 8658504.
HSL color Cylindrical-coordinate representation of color #481E84: hue angle of 264.71º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #481E84 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 30 | 132 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.48 |
| HSL | 264.71º | 0.63% | 0.32% | - |
| HSV(B) | 264.71º | 0.77% | 0.52% | - |
| XYZ | 7.3 | 3.97 | 22.21 | - |
| YUV | 54.19 | 171.91 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 132 | 0.45 | 0.77 | 0 | 0.48 | 264.71 | 0.63 | 0.32 |
| Hex | 48 | 1E | 84 | 2D | 4D | 0 | 30 | 109 | 3F | 20 |
| Octal | 110 | 36 | 204 | 55 | 115 | 0 | 60 | 411 | 77 | 40 |
| Binary | 1001000 | 11110 | 10000100 | 101101 | 1001101 | 0 | 110000 | 100001001 | 111111 | 100000 |
Color Harmonies of #481E84
Complementary color
Monochromatic Colors of #481E84
Black with #481E84
Text Example
Text Example
White with #481E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E84; }
p { color: rgb(72,30,132); }
H1.HeaderClassName
{
color: #481E84;
}
.AnyTagClassName
{
color: #481E84;
}
</style>
background-color css
<style>
a { background-color: #481E84; }
a { background-color: rgb(72,30,132); }
div.DivClassName
{
background-color: #481E84;
}
.BgClassName
{
background-color: #481E84;
}
</style>
border-color css
<style>
span { border-color: #481E84; }
span { border-color: rgb(72,30,132); }
td.TdClassName
{
border-color: #481E84;
}
.TagClassName
{
border-color: #481E84;
}
</style>