Shades of Windsor #482483
Tints of Windsor #482483
RGB
CMYK
RGB Variations
Color information
#482483 (or 0x482483) is known color: Windsor. HEX triplet: 48, 24 and 83. RGB value is (72,36,131). Sum of RGB (Red+Green+Blue) = 72+36+131=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #482483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482483 is #B7DB7C. Grayscale: #393939. Windows color (decimal): -12049277 or 8594504. OLE color: 8594504.
HSL color Cylindrical-coordinate representation of color #482483: hue angle of 262.74º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482483 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 36 | 131 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.49 |
| HSL | 262.74º | 0.57% | 0.33% | - |
| HSV(B) | 262.74º | 0.73% | 0.51% | - |
| XYZ | 7.4 | 4.28 | 21.91 | - |
| YUV | 57.59 | 169.43 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 131 | 0.45 | 0.73 | 0 | 0.49 | 262.74 | 0.57 | 0.33 |
| Hex | 48 | 24 | 83 | 2D | 49 | 0 | 31 | 107 | 39 | 21 |
| Octal | 110 | 44 | 203 | 55 | 111 | 0 | 61 | 407 | 71 | 41 |
| Binary | 1001000 | 100100 | 10000011 | 101101 | 1001001 | 0 | 110001 | 100000111 | 111001 | 100001 |
Color Harmonies of #482483
Complementary color
Monochromatic Colors of #482483
Black with #482483
Text Example
Text Example
White with #482483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482483; }
p { color: rgb(72,36,131); }
H1.HeaderClassName
{
color: #482483;
}
.AnyTagClassName
{
color: #482483;
}
</style>
background-color css
<style>
a { background-color: #482483; }
a { background-color: rgb(72,36,131); }
div.DivClassName
{
background-color: #482483;
}
.BgClassName
{
background-color: #482483;
}
</style>
border-color css
<style>
span { border-color: #482483; }
span { border-color: rgb(72,36,131); }
td.TdClassName
{
border-color: #482483;
}
.TagClassName
{
border-color: #482483;
}
</style>