Shades of Windsor #483380
Tints of Windsor #483380
RGB
CMYK
RGB Variations
Color information
#483380 (or 0x483380) is known color: Windsor. HEX triplet: 48, 33 and 80. RGB value is (72,51,128). Sum of RGB (Red+Green+Blue) = 72+51+128=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #483380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483380 is #B7CC7F. Grayscale: #414141. Windows color (decimal): -12045440 or 8401736. OLE color: 8401736.
HSL color Cylindrical-coordinate representation of color #483380: hue angle of 256.36º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #483380 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 51 | 128 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.50 |
| HSL | 256.36º | 0.43% | 0.35% | - |
| HSV(B) | 256.36º | 0.6% | 0.5% | - |
| XYZ | 7.75 | 5.3 | 21.04 | - |
| YUV | 66.06 | 162.96 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 128 | 0.44 | 0.60 | 0 | 0.50 | 256.36 | 0.43 | 0.35 |
| Hex | 48 | 33 | 80 | 2C | 3C | 0 | 32 | 100 | 2B | 23 |
| Octal | 110 | 63 | 200 | 54 | 74 | 0 | 62 | 400 | 53 | 43 |
| Binary | 1001000 | 110011 | 10000000 | 101100 | 111100 | 0 | 110010 | 100000000 | 101011 | 100011 |
Color Harmonies of #483380
Complementary color
Monochromatic Colors of #483380
Black with #483380
Text Example
Text Example
White with #483380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483380; }
p { color: rgb(72,51,128); }
H1.HeaderClassName
{
color: #483380;
}
.AnyTagClassName
{
color: #483380;
}
</style>
background-color css
<style>
a { background-color: #483380; }
a { background-color: rgb(72,51,128); }
div.DivClassName
{
background-color: #483380;
}
.BgClassName
{
background-color: #483380;
}
</style>
border-color css
<style>
span { border-color: #483380; }
span { border-color: rgb(72,51,128); }
td.TdClassName
{
border-color: #483380;
}
.TagClassName
{
border-color: #483380;
}
</style>