Shades of Windsor #452D85
Tints of Windsor #452D85
RGB
CMYK
RGB Variations
Color information
#452D85 (or 0x452D85) is known color: Windsor. HEX triplet: 45, 2D and 85. RGB value is (69,45,133). Sum of RGB (Red+Green+Blue) = 69+45+133=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #452D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452D85 is #BAD27A. Grayscale: #3D3D3D. Windows color (decimal): -12243579 or 8727877. OLE color: 8727877.
HSL color Cylindrical-coordinate representation of color #452D85: hue angle of 256.36º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #452D85 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 45 | 133 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.48 |
| HSL | 256.36º | 0.49% | 0.35% | - |
| HSV(B) | 256.36º | 0.66% | 0.52% | - |
| XYZ | 7.63 | 4.84 | 22.72 | - |
| YUV | 62.21 | 167.95 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 133 | 0.48 | 0.66 | 0 | 0.48 | 256.36 | 0.49 | 0.35 |
| Hex | 45 | 2D | 85 | 30 | 42 | 0 | 30 | 100 | 31 | 23 |
| Octal | 105 | 55 | 205 | 60 | 102 | 0 | 60 | 400 | 61 | 43 |
| Binary | 1000101 | 101101 | 10000101 | 110000 | 1000010 | 0 | 110000 | 100000000 | 110001 | 100011 |
Color Harmonies of #452D85
Complementary color
Monochromatic Colors of #452D85
Black with #452D85
Text Example
Text Example
White with #452D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D85; }
p { color: rgb(69,45,133); }
H1.HeaderClassName
{
color: #452D85;
}
.AnyTagClassName
{
color: #452D85;
}
</style>
background-color css
<style>
a { background-color: #452D85; }
a { background-color: rgb(69,45,133); }
div.DivClassName
{
background-color: #452D85;
}
.BgClassName
{
background-color: #452D85;
}
</style>
border-color css
<style>
span { border-color: #452D85; }
span { border-color: rgb(69,45,133); }
td.TdClassName
{
border-color: #452D85;
}
.TagClassName
{
border-color: #452D85;
}
</style>