Shades of Windsor #483183
Tints of Windsor #483183
RGB
CMYK
RGB Variations
Color information
#483183 (or 0x483183) is known color: Windsor. HEX triplet: 48, 31 and 83. RGB value is (72,49,131). Sum of RGB (Red+Green+Blue) = 72+49+131=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #483183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483183 is #B7CE7C. Grayscale: #404040. Windows color (decimal): -12045949 or 8597832. OLE color: 8597832.
HSL color Cylindrical-coordinate representation of color #483183: hue angle of 256.83º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #483183 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 49 | 131 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.49 |
| HSL | 256.83º | 0.46% | 0.35% | - |
| HSV(B) | 256.83º | 0.63% | 0.51% | - |
| XYZ | 7.87 | 5.21 | 22.06 | - |
| YUV | 65.23 | 165.12 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 131 | 0.45 | 0.63 | 0 | 0.49 | 256.83 | 0.46 | 0.35 |
| Hex | 48 | 31 | 83 | 2D | 3F | 0 | 31 | 101 | 2E | 23 |
| Octal | 110 | 61 | 203 | 55 | 77 | 0 | 61 | 401 | 56 | 43 |
| Binary | 1001000 | 110001 | 10000011 | 101101 | 111111 | 0 | 110001 | 100000001 | 101110 | 100011 |
Color Harmonies of #483183
Complementary color
Monochromatic Colors of #483183
Black with #483183
Text Example
Text Example
White with #483183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483183; }
p { color: rgb(72,49,131); }
H1.HeaderClassName
{
color: #483183;
}
.AnyTagClassName
{
color: #483183;
}
</style>
background-color css
<style>
a { background-color: #483183; }
a { background-color: rgb(72,49,131); }
div.DivClassName
{
background-color: #483183;
}
.BgClassName
{
background-color: #483183;
}
</style>
border-color css
<style>
span { border-color: #483183; }
span { border-color: rgb(72,49,131); }
td.TdClassName
{
border-color: #483183;
}
.TagClassName
{
border-color: #483183;
}
</style>