Shades of Windsor #45207F
Tints of Windsor #45207F
RGB
CMYK
RGB Variations
Color information
#45207F (or 0x45207F) is known color: Windsor. HEX triplet: 45, 20 and 7F. RGB value is (69,32,127). Sum of RGB (Red+Green+Blue) = 69+32+127=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #45207F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45207F is #BADF80. Grayscale: #353535. Windows color (decimal): -12246913 or 8331333. OLE color: 8331333.
HSL color Cylindrical-coordinate representation of color #45207F: hue angle of 263.37º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45207F is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 32 | 127 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.50 |
| HSL | 263.37º | 0.6% | 0.31% | - |
| HSV(B) | 263.37º | 0.75% | 0.5% | - |
| XYZ | 6.8 | 3.83 | 20.46 | - |
| YUV | 53.89 | 169.26 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 127 | 0.46 | 0.75 | 0 | 0.50 | 263.37 | 0.6 | 0.31 |
| Hex | 45 | 20 | 7F | 2E | 4B | 0 | 32 | 107 | 3C | 1F |
| Octal | 105 | 40 | 177 | 56 | 113 | 0 | 62 | 407 | 74 | 37 |
| Binary | 1000101 | 100000 | 1111111 | 101110 | 1001011 | 0 | 110010 | 100000111 | 111100 | 11111 |
Color Harmonies of #45207F
Complementary color
Monochromatic Colors of #45207F
Black with #45207F
Text Example
Text Example
White with #45207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45207F; }
p { color: rgb(69,32,127); }
H1.HeaderClassName
{
color: #45207F;
}
.AnyTagClassName
{
color: #45207F;
}
</style>
background-color css
<style>
a { background-color: #45207F; }
a { background-color: rgb(69,32,127); }
div.DivClassName
{
background-color: #45207F;
}
.BgClassName
{
background-color: #45207F;
}
</style>
border-color css
<style>
span { border-color: #45207F; }
span { border-color: rgb(69,32,127); }
td.TdClassName
{
border-color: #45207F;
}
.TagClassName
{
border-color: #45207F;
}
</style>