Shades of Windsor #481880
Tints of Windsor #481880
RGB
CMYK
RGB Variations
Color information
#481880 (or 0x481880) is known color: Windsor. HEX triplet: 48, 18 and 80. RGB value is (72,24,128). Sum of RGB (Red+Green+Blue) = 72+24+128=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #481880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481880 is #B7E77F. Grayscale: #313131. Windows color (decimal): -12052352 or 8394824. OLE color: 8394824.
HSL color Cylindrical-coordinate representation of color #481880: hue angle of 267.69º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481880 is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 24 | 128 | - |
| CMYK | 0.44 | 0.81 | 0 | 0.50 |
| HSL | 267.69º | 0.68% | 0.3% | - |
| HSV(B) | 267.69º | 0.81% | 0.5% | - |
| XYZ | 6.9 | 3.59 | 20.75 | - |
| YUV | 50.21 | 171.9 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 128 | 0.44 | 0.81 | 0 | 0.50 | 267.69 | 0.68 | 0.3 |
| Hex | 48 | 18 | 80 | 2C | 51 | 0 | 32 | 10C | 44 | 1E |
| Octal | 110 | 30 | 200 | 54 | 121 | 0 | 62 | 414 | 104 | 36 |
| Binary | 1001000 | 11000 | 10000000 | 101100 | 1010001 | 0 | 110010 | 100001100 | 1000100 | 11110 |
Color Harmonies of #481880
Complementary color
Monochromatic Colors of #481880
Black with #481880
Text Example
Text Example
White with #481880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481880; }
p { color: rgb(72,24,128); }
H1.HeaderClassName
{
color: #481880;
}
.AnyTagClassName
{
color: #481880;
}
</style>
background-color css
<style>
a { background-color: #481880; }
a { background-color: rgb(72,24,128); }
div.DivClassName
{
background-color: #481880;
}
.BgClassName
{
background-color: #481880;
}
</style>
border-color css
<style>
span { border-color: #481880; }
span { border-color: rgb(72,24,128); }
td.TdClassName
{
border-color: #481880;
}
.TagClassName
{
border-color: #481880;
}
</style>