Shades of Windsor #45377A
Tints of Windsor #45377A
RGB
CMYK
RGB Variations
Color information
#45377A (or 0x45377A) is known color: Windsor. HEX triplet: 45, 37 and 7A. RGB value is (69,55,122). Sum of RGB (Red+Green+Blue) = 69+55+122=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #45377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45377A is #BAC885. Grayscale: #424242. Windows color (decimal): -12241030 or 8009541. OLE color: 8009541.
HSL color Cylindrical-coordinate representation of color #45377A: hue angle of 252.54º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45377A is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 55 | 122 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.52 |
| HSL | 252.54º | 0.38% | 0.35% | - |
| HSV(B) | 252.54º | 0.55% | 0.48% | - |
| XYZ | 7.33 | 5.4 | 19.07 | - |
| YUV | 66.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 55 | 122 | 0.43 | 0.55 | 0 | 0.52 | 252.54 | 0.38 | 0.35 |
| Hex | 45 | 37 | 7A | 2B | 37 | 0 | 34 | FD | 26 | 23 |
| Octal | 105 | 67 | 172 | 53 | 67 | 0 | 64 | 375 | 46 | 43 |
| Binary | 1000101 | 110111 | 1111010 | 101011 | 110111 | 0 | 110100 | 11111101 | 100110 | 100011 |
Color Harmonies of #45377A
Complementary color
Monochromatic Colors of #45377A
Black with #45377A
Text Example
Text Example
White with #45377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45377A; }
p { color: rgb(69,55,122); }
H1.HeaderClassName
{
color: #45377A;
}
.AnyTagClassName
{
color: #45377A;
}
</style>
background-color css
<style>
a { background-color: #45377A; }
a { background-color: rgb(69,55,122); }
div.DivClassName
{
background-color: #45377A;
}
.BgClassName
{
background-color: #45377A;
}
</style>
border-color css
<style>
span { border-color: #45377A; }
span { border-color: rgb(69,55,122); }
td.TdClassName
{
border-color: #45377A;
}
.TagClassName
{
border-color: #45377A;
}
</style>