Shades of Windsor #483481
Tints of Windsor #483481
RGB
CMYK
RGB Variations
Color information
#483481 (or 0x483481) is known color: Windsor. HEX triplet: 48, 34 and 81. RGB value is (72,52,129). Sum of RGB (Red+Green+Blue) = 72+52+129=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #483481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483481 is #B7CB7E. Grayscale: #424242. Windows color (decimal): -12045183 or 8467528. OLE color: 8467528.
HSL color Cylindrical-coordinate representation of color #483481: hue angle of 255.58º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #483481 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 52 | 129 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.49 |
| HSL | 255.58º | 0.43% | 0.35% | - |
| HSV(B) | 255.58º | 0.6% | 0.51% | - |
| XYZ | 7.86 | 5.42 | 21.4 | - |
| YUV | 66.76 | 163.13 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 129 | 0.44 | 0.60 | 0 | 0.49 | 255.58 | 0.43 | 0.35 |
| Hex | 48 | 34 | 81 | 2C | 3C | 0 | 31 | 100 | 2B | 23 |
| Octal | 110 | 64 | 201 | 54 | 74 | 0 | 61 | 400 | 53 | 43 |
| Binary | 1001000 | 110100 | 10000001 | 101100 | 111100 | 0 | 110001 | 100000000 | 101011 | 100011 |
Color Harmonies of #483481
Complementary color
Monochromatic Colors of #483481
Black with #483481
Text Example
Text Example
White with #483481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483481; }
p { color: rgb(72,52,129); }
H1.HeaderClassName
{
color: #483481;
}
.AnyTagClassName
{
color: #483481;
}
</style>
background-color css
<style>
a { background-color: #483481; }
a { background-color: rgb(72,52,129); }
div.DivClassName
{
background-color: #483481;
}
.BgClassName
{
background-color: #483481;
}
</style>
border-color css
<style>
span { border-color: #483481; }
span { border-color: rgb(72,52,129); }
td.TdClassName
{
border-color: #483481;
}
.TagClassName
{
border-color: #483481;
}
</style>