Shades of Windsor #45337A
Tints of Windsor #45337A
RGB
CMYK
RGB Variations
Color information
#45337A (or 0x45337A) is known color: Windsor. HEX triplet: 45, 33 and 7A. RGB value is (69,51,122). Sum of RGB (Red+Green+Blue) = 69+51+122=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #45337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45337A is #BACC85. Grayscale: #404040. Windows color (decimal): -12242054 or 8008517. OLE color: 8008517.
HSL color Cylindrical-coordinate representation of color #45337A: hue angle of 255.21º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45337A is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 51 | 122 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.52 |
| HSL | 255.21º | 0.41% | 0.34% | - |
| HSV(B) | 255.21º | 0.58% | 0.48% | - |
| XYZ | 7.15 | 5.04 | 19.01 | - |
| YUV | 64.48 | 160.46 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 122 | 0.43 | 0.58 | 0 | 0.52 | 255.21 | 0.41 | 0.34 |
| Hex | 45 | 33 | 7A | 2B | 3A | 0 | 34 | FF | 29 | 22 |
| Octal | 105 | 63 | 172 | 53 | 72 | 0 | 64 | 377 | 51 | 42 |
| Binary | 1000101 | 110011 | 1111010 | 101011 | 111010 | 0 | 110100 | 11111111 | 101001 | 100010 |
Color Harmonies of #45337A
Complementary color
Monochromatic Colors of #45337A
Black with #45337A
Text Example
Text Example
White with #45337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45337A; }
p { color: rgb(69,51,122); }
H1.HeaderClassName
{
color: #45337A;
}
.AnyTagClassName
{
color: #45337A;
}
</style>
background-color css
<style>
a { background-color: #45337A; }
a { background-color: rgb(69,51,122); }
div.DivClassName
{
background-color: #45337A;
}
.BgClassName
{
background-color: #45337A;
}
</style>
border-color css
<style>
span { border-color: #45337A; }
span { border-color: rgb(69,51,122); }
td.TdClassName
{
border-color: #45337A;
}
.TagClassName
{
border-color: #45337A;
}
</style>