Shades of Windsor #452C71
Tints of Windsor #452C71
RGB
CMYK
RGB Variations
Color information
#452C71 (or 0x452C71) is known color: Windsor. HEX triplet: 45, 2C and 71. RGB value is (69,44,113). Sum of RGB (Red+Green+Blue) = 69+44+113=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #452C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452C71 is #BAD38E. Grayscale: #3B3B3B. Windows color (decimal): -12243855 or 7416901. OLE color: 7416901.
HSL color Cylindrical-coordinate representation of color #452C71: hue angle of 261.74º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #452C71 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 44 | 113 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.56 |
| HSL | 261.74º | 0.44% | 0.31% | - |
| HSV(B) | 261.74º | 0.61% | 0.44% | - |
| XYZ | 6.34 | 4.26 | 16.11 | - |
| YUV | 59.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 113 | 0.39 | 0.61 | 0 | 0.56 | 261.74 | 0.44 | 0.31 |
| Hex | 45 | 2C | 71 | 27 | 3D | 0 | 38 | 106 | 2C | 1F |
| Octal | 105 | 54 | 161 | 47 | 75 | 0 | 70 | 406 | 54 | 37 |
| Binary | 1000101 | 101100 | 1110001 | 100111 | 111101 | 0 | 111000 | 100000110 | 101100 | 11111 |
Color Harmonies of #452C71
Complementary color
Monochromatic Colors of #452C71
Black with #452C71
Text Example
Text Example
White with #452C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452C71; }
p { color: rgb(69,44,113); }
H1.HeaderClassName
{
color: #452C71;
}
.AnyTagClassName
{
color: #452C71;
}
</style>
background-color css
<style>
a { background-color: #452C71; }
a { background-color: rgb(69,44,113); }
div.DivClassName
{
background-color: #452C71;
}
.BgClassName
{
background-color: #452C71;
}
</style>
border-color css
<style>
span { border-color: #452C71; }
span { border-color: rgb(69,44,113); }
td.TdClassName
{
border-color: #452C71;
}
.TagClassName
{
border-color: #452C71;
}
</style>