Shades of Windsor #452C85
Tints of Windsor #452C85
RGB
CMYK
RGB Variations
Color information
#452C85 (or 0x452C85) is known color: Windsor. HEX triplet: 45, 2C and 85. RGB value is (69,44,133). Sum of RGB (Red+Green+Blue) = 69+44+133=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #452C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452C85 is #BAD37A. Grayscale: #3D3D3D. Windows color (decimal): -12243835 or 8727621. OLE color: 8727621.
HSL color Cylindrical-coordinate representation of color #452C85: hue angle of 256.85º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #452C85 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 44 | 133 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.48 |
| HSL | 256.85º | 0.5% | 0.35% | - |
| HSV(B) | 256.85º | 0.67% | 0.52% | - |
| XYZ | 7.59 | 4.76 | 22.71 | - |
| YUV | 61.62 | 168.28 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 133 | 0.48 | 0.67 | 0 | 0.48 | 256.85 | 0.5 | 0.35 |
| Hex | 45 | 2C | 85 | 30 | 43 | 0 | 30 | 101 | 32 | 23 |
| Octal | 105 | 54 | 205 | 60 | 103 | 0 | 60 | 401 | 62 | 43 |
| Binary | 1000101 | 101100 | 10000101 | 110000 | 1000011 | 0 | 110000 | 100000001 | 110010 | 100011 |
Color Harmonies of #452C85
Complementary color
Monochromatic Colors of #452C85
Black with #452C85
Text Example
Text Example
White with #452C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452C85; }
p { color: rgb(69,44,133); }
H1.HeaderClassName
{
color: #452C85;
}
.AnyTagClassName
{
color: #452C85;
}
</style>
background-color css
<style>
a { background-color: #452C85; }
a { background-color: rgb(69,44,133); }
div.DivClassName
{
background-color: #452C85;
}
.BgClassName
{
background-color: #452C85;
}
</style>
border-color css
<style>
span { border-color: #452C85; }
span { border-color: rgb(69,44,133); }
td.TdClassName
{
border-color: #452C85;
}
.TagClassName
{
border-color: #452C85;
}
</style>