Shades of Windsor #481D81
Tints of Windsor #481D81
RGB
CMYK
RGB Variations
Color information
#481D81 (or 0x481D81) is known color: Windsor. HEX triplet: 48, 1D and 81. RGB value is (72,29,129). Sum of RGB (Red+Green+Blue) = 72+29+129=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #481D81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481D81 is #B7E27E. Grayscale: #343434. Windows color (decimal): -12051071 or 8461640. OLE color: 8461640.
HSL color Cylindrical-coordinate representation of color #481D81: hue angle of 265.8º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481D81 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 29 | 129 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.49 |
| HSL | 265.8º | 0.63% | 0.31% | - |
| HSV(B) | 265.8º | 0.78% | 0.51% | - |
| XYZ | 7.07 | 3.84 | 21.14 | - |
| YUV | 53.26 | 170.75 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 129 | 0.44 | 0.78 | 0 | 0.49 | 265.8 | 0.63 | 0.31 |
| Hex | 48 | 1D | 81 | 2C | 4E | 0 | 31 | 10A | 3F | 1F |
| Octal | 110 | 35 | 201 | 54 | 116 | 0 | 61 | 412 | 77 | 37 |
| Binary | 1001000 | 11101 | 10000001 | 101100 | 1001110 | 0 | 110001 | 100001010 | 111111 | 11111 |
Color Harmonies of #481D81
Complementary color
Monochromatic Colors of #481D81
Black with #481D81
Text Example
Text Example
White with #481D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D81; }
p { color: rgb(72,29,129); }
H1.HeaderClassName
{
color: #481D81;
}
.AnyTagClassName
{
color: #481D81;
}
</style>
background-color css
<style>
a { background-color: #481D81; }
a { background-color: rgb(72,29,129); }
div.DivClassName
{
background-color: #481D81;
}
.BgClassName
{
background-color: #481D81;
}
</style>
border-color css
<style>
span { border-color: #481D81; }
span { border-color: rgb(72,29,129); }
td.TdClassName
{
border-color: #481D81;
}
.TagClassName
{
border-color: #481D81;
}
</style>