Shades of Windsor #452C84
Tints of Windsor #452C84
RGB
CMYK
RGB Variations
Color information
#452C84 (or 0x452C84) is known color: Windsor. HEX triplet: 45, 2C and 84. RGB value is (69,44,132). Sum of RGB (Red+Green+Blue) = 69+44+132=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #452C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452C84 is #BAD37B. Grayscale: #3D3D3D. Windows color (decimal): -12243836 or 8662085. OLE color: 8662085.
HSL color Cylindrical-coordinate representation of color #452C84: hue angle of 257.05º 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 #452C84 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 44 | 132 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.48 |
| HSL | 257.05º | 0.5% | 0.35% | - |
| HSV(B) | 257.05º | 0.67% | 0.52% | - |
| XYZ | 7.52 | 4.73 | 22.35 | - |
| YUV | 61.51 | 167.78 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 132 | 0.48 | 0.67 | 0 | 0.48 | 257.05 | 0.5 | 0.35 |
| Hex | 45 | 2C | 84 | 30 | 43 | 0 | 30 | 101 | 32 | 23 |
| Octal | 105 | 54 | 204 | 60 | 103 | 0 | 60 | 401 | 62 | 43 |
| Binary | 1000101 | 101100 | 10000100 | 110000 | 1000011 | 0 | 110000 | 100000001 | 110010 | 100011 |
Color Harmonies of #452C84
Complementary color
Monochromatic Colors of #452C84
Black with #452C84
Text Example
Text Example
White with #452C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452C84; }
p { color: rgb(69,44,132); }
H1.HeaderClassName
{
color: #452C84;
}
.AnyTagClassName
{
color: #452C84;
}
</style>
background-color css
<style>
a { background-color: #452C84; }
a { background-color: rgb(69,44,132); }
div.DivClassName
{
background-color: #452C84;
}
.BgClassName
{
background-color: #452C84;
}
</style>
border-color css
<style>
span { border-color: #452C84; }
span { border-color: rgb(69,44,132); }
td.TdClassName
{
border-color: #452C84;
}
.TagClassName
{
border-color: #452C84;
}
</style>