Shades of Windsor #481983
Tints of Windsor #481983
RGB
CMYK
RGB Variations
Color information
#481983 (or 0x481983) is known color: Windsor. HEX triplet: 48, 19 and 83. RGB value is (72,25,131). Sum of RGB (Red+Green+Blue) = 72+25+131=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #481983 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481983 is #B7E67C. Grayscale: #323232. Windows color (decimal): -12052093 or 8591688. OLE color: 8591688.
HSL color Cylindrical-coordinate representation of color #481983: hue angle of 266.6º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481983 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 25 | 131 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.49 |
| HSL | 266.6º | 0.68% | 0.31% | - |
| HSV(B) | 266.6º | 0.81% | 0.51% | - |
| XYZ | 7.12 | 3.71 | 21.81 | - |
| YUV | 51.14 | 173.07 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 131 | 0.45 | 0.81 | 0 | 0.49 | 266.6 | 0.68 | 0.31 |
| Hex | 48 | 19 | 83 | 2D | 51 | 0 | 31 | 10B | 44 | 1F |
| Octal | 110 | 31 | 203 | 55 | 121 | 0 | 61 | 413 | 104 | 37 |
| Binary | 1001000 | 11001 | 10000011 | 101101 | 1010001 | 0 | 110001 | 100001011 | 1000100 | 11111 |
Color Harmonies of #481983
Complementary color
Monochromatic Colors of #481983
Black with #481983
Text Example
Text Example
White with #481983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481983; }
p { color: rgb(72,25,131); }
H1.HeaderClassName
{
color: #481983;
}
.AnyTagClassName
{
color: #481983;
}
</style>
background-color css
<style>
a { background-color: #481983; }
a { background-color: rgb(72,25,131); }
div.DivClassName
{
background-color: #481983;
}
.BgClassName
{
background-color: #481983;
}
</style>
border-color css
<style>
span { border-color: #481983; }
span { border-color: rgb(72,25,131); }
td.TdClassName
{
border-color: #481983;
}
.TagClassName
{
border-color: #481983;
}
</style>