Shades of Windsor #45207C
Tints of Windsor #45207C
RGB
CMYK
RGB Variations
Color information
#45207C (or 0x45207C) is known color: Windsor. HEX triplet: 45, 20 and 7C. RGB value is (69,32,124). Sum of RGB (Red+Green+Blue) = 69+32+124=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #45207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45207C is #BADF83. Grayscale: #353535. Windows color (decimal): -12246916 or 8134725. OLE color: 8134725.
HSL color Cylindrical-coordinate representation of color #45207C: hue angle of 264.13º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45207C is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 32 | 124 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.51 |
| HSL | 264.13º | 0.59% | 0.31% | - |
| HSV(B) | 264.13º | 0.74% | 0.49% | - |
| XYZ | 6.61 | 3.75 | 19.44 | - |
| YUV | 53.55 | 167.76 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 124 | 0.44 | 0.74 | 0 | 0.51 | 264.13 | 0.59 | 0.31 |
| Hex | 45 | 20 | 7C | 2C | 4A | 0 | 33 | 108 | 3B | 1F |
| Octal | 105 | 40 | 174 | 54 | 112 | 0 | 63 | 410 | 73 | 37 |
| Binary | 1000101 | 100000 | 1111100 | 101100 | 1001010 | 0 | 110011 | 100001000 | 111011 | 11111 |
Color Harmonies of #45207C
Complementary color
Monochromatic Colors of #45207C
Black with #45207C
Text Example
Text Example
White with #45207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45207C; }
p { color: rgb(69,32,124); }
H1.HeaderClassName
{
color: #45207C;
}
.AnyTagClassName
{
color: #45207C;
}
</style>
background-color css
<style>
a { background-color: #45207C; }
a { background-color: rgb(69,32,124); }
div.DivClassName
{
background-color: #45207C;
}
.BgClassName
{
background-color: #45207C;
}
</style>
border-color css
<style>
span { border-color: #45207C; }
span { border-color: rgb(69,32,124); }
td.TdClassName
{
border-color: #45207C;
}
.TagClassName
{
border-color: #45207C;
}
</style>