Shades of Windsor #453080
Tints of Windsor #453080
RGB
CMYK
RGB Variations
Color information
#453080 (or 0x453080) is known color: Windsor. HEX triplet: 45, 30 and 80. RGB value is (69,48,128). Sum of RGB (Red+Green+Blue) = 69+48+128=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #453080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453080 is #BACF7F. Grayscale: #3F3F3F. Windows color (decimal): -12242816 or 8400965. OLE color: 8400965.
HSL color Cylindrical-coordinate representation of color #453080: hue angle of 255.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #453080 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 48 | 128 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.50 |
| HSL | 255.75º | 0.45% | 0.35% | - |
| HSV(B) | 255.75º | 0.63% | 0.5% | - |
| XYZ | 7.41 | 4.94 | 20.98 | - |
| YUV | 63.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 128 | 0.46 | 0.62 | 0 | 0.50 | 255.75 | 0.45 | 0.35 |
| Hex | 45 | 30 | 80 | 2E | 3E | 0 | 32 | 100 | 2D | 23 |
| Octal | 105 | 60 | 200 | 56 | 76 | 0 | 62 | 400 | 55 | 43 |
| Binary | 1000101 | 110000 | 10000000 | 101110 | 111110 | 0 | 110010 | 100000000 | 101101 | 100011 |
Color Harmonies of #453080
Complementary color
Monochromatic Colors of #453080
Black with #453080
Text Example
Text Example
White with #453080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453080; }
p { color: rgb(69,48,128); }
H1.HeaderClassName
{
color: #453080;
}
.AnyTagClassName
{
color: #453080;
}
</style>
background-color css
<style>
a { background-color: #453080; }
a { background-color: rgb(69,48,128); }
div.DivClassName
{
background-color: #453080;
}
.BgClassName
{
background-color: #453080;
}
</style>
border-color css
<style>
span { border-color: #453080; }
span { border-color: rgb(69,48,128); }
td.TdClassName
{
border-color: #453080;
}
.TagClassName
{
border-color: #453080;
}
</style>