Shades of Windsor #483284
Tints of Windsor #483284
RGB
CMYK
RGB Variations
Color information
#483284 (or 0x483284) is known color: Windsor. HEX triplet: 48, 32 and 84. RGB value is (72,50,132). Sum of RGB (Red+Green+Blue) = 72+50+132=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #483284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483284 is #B7CD7B. Grayscale: #414141. Windows color (decimal): -12045692 or 8663624. OLE color: 8663624.
HSL color Cylindrical-coordinate representation of color #483284: hue angle of 256.1º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #483284 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 50 | 132 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.48 |
| HSL | 256.1º | 0.45% | 0.36% | - |
| HSV(B) | 256.1º | 0.62% | 0.52% | - |
| XYZ | 7.98 | 5.32 | 22.44 | - |
| YUV | 65.93 | 165.29 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 132 | 0.45 | 0.62 | 0 | 0.48 | 256.1 | 0.45 | 0.36 |
| Hex | 48 | 32 | 84 | 2D | 3E | 0 | 30 | 100 | 2D | 24 |
| Octal | 110 | 62 | 204 | 55 | 76 | 0 | 60 | 400 | 55 | 44 |
| Binary | 1001000 | 110010 | 10000100 | 101101 | 111110 | 0 | 110000 | 100000000 | 101101 | 100100 |
Color Harmonies of #483284
Complementary color
Monochromatic Colors of #483284
Black with #483284
Text Example
Text Example
White with #483284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483284; }
p { color: rgb(72,50,132); }
H1.HeaderClassName
{
color: #483284;
}
.AnyTagClassName
{
color: #483284;
}
</style>
background-color css
<style>
a { background-color: #483284; }
a { background-color: rgb(72,50,132); }
div.DivClassName
{
background-color: #483284;
}
.BgClassName
{
background-color: #483284;
}
</style>
border-color css
<style>
span { border-color: #483284; }
span { border-color: rgb(72,50,132); }
td.TdClassName
{
border-color: #483284;
}
.TagClassName
{
border-color: #483284;
}
</style>