Shades of Windsor #481D83
Tints of Windsor #481D83
RGB
CMYK
RGB Variations
Color information
#481D83 (or 0x481D83) is known color: Windsor. HEX triplet: 48, 1D and 83. RGB value is (72,29,131). Sum of RGB (Red+Green+Blue) = 72+29+131=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 131 (51.56% from 255 or 56.47% from 232); Max value from RGB is 131 - color contains mainly: blue. Hex color #481D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481D83 is #B7E27C. Grayscale: #353535. Windows color (decimal): -12051069 or 8592712. OLE color: 8592712.
HSL color Cylindrical-coordinate representation of color #481D83: hue angle of 265.29º degrees, saturation: 0.64, 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 #481D83 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 29 | 131 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.49 |
| HSL | 265.29º | 0.64% | 0.31% | - |
| HSV(B) | 265.29º | 0.78% | 0.51% | - |
| XYZ | 7.21 | 3.9 | 21.84 | - |
| YUV | 53.49 | 171.75 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 131 | 0.45 | 0.78 | 0 | 0.49 | 265.29 | 0.64 | 0.31 |
| Hex | 48 | 1D | 83 | 2D | 4E | 0 | 31 | 109 | 40 | 1F |
| Octal | 110 | 35 | 203 | 55 | 116 | 0 | 61 | 411 | 100 | 37 |
| Binary | 1001000 | 11101 | 10000011 | 101101 | 1001110 | 0 | 110001 | 100001001 | 1000000 | 11111 |
Color Harmonies of #481D83
Complementary color
Monochromatic Colors of #481D83
Black with #481D83
Text Example
Text Example
White with #481D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D83; }
p { color: rgb(72,29,131); }
H1.HeaderClassName
{
color: #481D83;
}
.AnyTagClassName
{
color: #481D83;
}
</style>
background-color css
<style>
a { background-color: #481D83; }
a { background-color: rgb(72,29,131); }
div.DivClassName
{
background-color: #481D83;
}
.BgClassName
{
background-color: #481D83;
}
</style>
border-color css
<style>
span { border-color: #481D83; }
span { border-color: rgb(72,29,131); }
td.TdClassName
{
border-color: #481D83;
}
.TagClassName
{
border-color: #481D83;
}
</style>