Shades of Windsor #482191
Tints of Windsor #482191
RGB
CMYK
RGB Variations
Color information
#482191 (or 0x482191) is known color: Windsor. HEX triplet: 48, 21 and 91. RGB value is (72,33,145). Sum of RGB (Red+Green+Blue) = 72+33+145=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #482191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482191 is #B7DE6E. Grayscale: #393939. Windows color (decimal): -12050031 or 9511240. OLE color: 9511240.
HSL color Cylindrical-coordinate representation of color #482191: hue angle of 260.89º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #482191 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 33 | 145 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.43 |
| HSL | 260.89º | 0.63% | 0.35% | - |
| HSV(B) | 260.89º | 0.77% | 0.57% | - |
| XYZ | 8.33 | 4.51 | 27.22 | - |
| YUV | 57.43 | 177.42 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 145 | 0.50 | 0.77 | 0 | 0.43 | 260.89 | 0.63 | 0.35 |
| Hex | 48 | 21 | 91 | 32 | 4D | 0 | 2B | 105 | 3F | 23 |
| Octal | 110 | 41 | 221 | 62 | 115 | 0 | 53 | 405 | 77 | 43 |
| Binary | 1001000 | 100001 | 10010001 | 110010 | 1001101 | 0 | 101011 | 100000101 | 111111 | 100011 |
Color Harmonies of #482191
Complementary color
Monochromatic Colors of #482191
Black with #482191
Text Example
Text Example
White with #482191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482191; }
p { color: rgb(72,33,145); }
H1.HeaderClassName
{
color: #482191;
}
.AnyTagClassName
{
color: #482191;
}
</style>
background-color css
<style>
a { background-color: #482191; }
a { background-color: rgb(72,33,145); }
div.DivClassName
{
background-color: #482191;
}
.BgClassName
{
background-color: #482191;
}
</style>
border-color css
<style>
span { border-color: #482191; }
span { border-color: rgb(72,33,145); }
td.TdClassName
{
border-color: #482191;
}
.TagClassName
{
border-color: #482191;
}
</style>