Shades of Windsor #45347C
Tints of Windsor #45347C
RGB
CMYK
RGB Variations
Color information
#45347C (or 0x45347C) is known color: Windsor. HEX triplet: 45, 34 and 7C. RGB value is (69,52,124). Sum of RGB (Red+Green+Blue) = 69+52+124=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #45347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45347C is #BACB83. Grayscale: #414141. Windows color (decimal): -12241796 or 8139845. OLE color: 8139845.
HSL color Cylindrical-coordinate representation of color #45347C: hue angle of 254.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45347C is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 52 | 124 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.51 |
| HSL | 254.17º | 0.41% | 0.35% | - |
| HSV(B) | 254.17º | 0.58% | 0.49% | - |
| XYZ | 7.32 | 5.18 | 19.68 | - |
| YUV | 65.29 | 161.13 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 124 | 0.44 | 0.58 | 0 | 0.51 | 254.17 | 0.41 | 0.35 |
| Hex | 45 | 34 | 7C | 2C | 3A | 0 | 33 | FE | 29 | 23 |
| Octal | 105 | 64 | 174 | 54 | 72 | 0 | 63 | 376 | 51 | 43 |
| Binary | 1000101 | 110100 | 1111100 | 101100 | 111010 | 0 | 110011 | 11111110 | 101001 | 100011 |
Color Harmonies of #45347C
Complementary color
Monochromatic Colors of #45347C
Black with #45347C
Text Example
Text Example
White with #45347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45347C; }
p { color: rgb(69,52,124); }
H1.HeaderClassName
{
color: #45347C;
}
.AnyTagClassName
{
color: #45347C;
}
</style>
background-color css
<style>
a { background-color: #45347C; }
a { background-color: rgb(69,52,124); }
div.DivClassName
{
background-color: #45347C;
}
.BgClassName
{
background-color: #45347C;
}
</style>
border-color css
<style>
span { border-color: #45347C; }
span { border-color: rgb(69,52,124); }
td.TdClassName
{
border-color: #45347C;
}
.TagClassName
{
border-color: #45347C;
}
</style>