Shades of Windsor #452585
Tints of Windsor #452585
RGB
CMYK
RGB Variations
Color information
#452585 (or 0x452585) is known color: Windsor. HEX triplet: 45, 25 and 85. RGB value is (69,37,133). Sum of RGB (Red+Green+Blue) = 69+37+133=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #452585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452585 is #BADA7A. Grayscale: #393939. Windows color (decimal): -12245627 or 8725829. OLE color: 8725829.
HSL color Cylindrical-coordinate representation of color #452585: hue angle of 260º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #452585 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 37 | 133 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.48 |
| HSL | 260º | 0.56% | 0.33% | - |
| HSV(B) | 260º | 0.72% | 0.52% | - |
| XYZ | 7.35 | 4.28 | 22.63 | - |
| YUV | 57.51 | 170.6 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 133 | 0.48 | 0.72 | 0 | 0.48 | 260 | 0.56 | 0.33 |
| Hex | 45 | 25 | 85 | 30 | 48 | 0 | 30 | 104 | 38 | 21 |
| Octal | 105 | 45 | 205 | 60 | 110 | 0 | 60 | 404 | 70 | 41 |
| Binary | 1000101 | 100101 | 10000101 | 110000 | 1001000 | 0 | 110000 | 100000100 | 111000 | 100001 |
Color Harmonies of #452585
Complementary color
Monochromatic Colors of #452585
Black with #452585
Text Example
Text Example
White with #452585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452585; }
p { color: rgb(69,37,133); }
H1.HeaderClassName
{
color: #452585;
}
.AnyTagClassName
{
color: #452585;
}
</style>
background-color css
<style>
a { background-color: #452585; }
a { background-color: rgb(69,37,133); }
div.DivClassName
{
background-color: #452585;
}
.BgClassName
{
background-color: #452585;
}
</style>
border-color css
<style>
span { border-color: #452585; }
span { border-color: rgb(69,37,133); }
td.TdClassName
{
border-color: #452585;
}
.TagClassName
{
border-color: #452585;
}
</style>