Shades of Windsor #482282
Tints of Windsor #482282
RGB
CMYK
RGB Variations
Color information
#482282 (or 0x482282) is known color: Windsor. HEX triplet: 48, 22 and 82. RGB value is (72,34,130). Sum of RGB (Red+Green+Blue) = 72+34+130=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #482282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482282 is #B7DD7D. Grayscale: #373737. Windows color (decimal): -12049790 or 8528456. OLE color: 8528456.
HSL color Cylindrical-coordinate representation of color #482282: hue angle of 263.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #482282 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 34 | 130 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.49 |
| HSL | 263.75º | 0.59% | 0.32% | - |
| HSV(B) | 263.75º | 0.74% | 0.51% | - |
| XYZ | 7.27 | 4.13 | 21.53 | - |
| YUV | 56.31 | 169.59 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 130 | 0.45 | 0.74 | 0 | 0.49 | 263.75 | 0.59 | 0.32 |
| Hex | 48 | 22 | 82 | 2D | 4A | 0 | 31 | 108 | 3B | 20 |
| Octal | 110 | 42 | 202 | 55 | 112 | 0 | 61 | 410 | 73 | 40 |
| Binary | 1001000 | 100010 | 10000010 | 101101 | 1001010 | 0 | 110001 | 100001000 | 111011 | 100000 |
Color Harmonies of #482282
Complementary color
Monochromatic Colors of #482282
Black with #482282
Text Example
Text Example
White with #482282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482282; }
p { color: rgb(72,34,130); }
H1.HeaderClassName
{
color: #482282;
}
.AnyTagClassName
{
color: #482282;
}
</style>
background-color css
<style>
a { background-color: #482282; }
a { background-color: rgb(72,34,130); }
div.DivClassName
{
background-color: #482282;
}
.BgClassName
{
background-color: #482282;
}
</style>
border-color css
<style>
span { border-color: #482282; }
span { border-color: rgb(72,34,130); }
td.TdClassName
{
border-color: #482282;
}
.TagClassName
{
border-color: #482282;
}
</style>