Shades of Windsor #45347A
Tints of Windsor #45347A
RGB
CMYK
RGB Variations
Color information
#45347A (or 0x45347A) is known color: Windsor. HEX triplet: 45, 34 and 7A. RGB value is (69,52,122). Sum of RGB (Red+Green+Blue) = 69+52+122=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #45347A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45347A is #BACB85. Grayscale: #404040. Windows color (decimal): -12241798 or 8008773. OLE color: 8008773.
HSL color Cylindrical-coordinate representation of color #45347A: hue angle of 254.57º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45347A is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 52 | 122 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.52 |
| HSL | 254.57º | 0.4% | 0.34% | - |
| HSV(B) | 254.57º | 0.57% | 0.48% | - |
| XYZ | 7.2 | 5.13 | 19.02 | - |
| YUV | 65.06 | 160.13 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 122 | 0.43 | 0.57 | 0 | 0.52 | 254.57 | 0.4 | 0.34 |
| Hex | 45 | 34 | 7A | 2B | 39 | 0 | 34 | FF | 28 | 22 |
| Octal | 105 | 64 | 172 | 53 | 71 | 0 | 64 | 377 | 50 | 42 |
| Binary | 1000101 | 110100 | 1111010 | 101011 | 111001 | 0 | 110100 | 11111111 | 101000 | 100010 |
Color Harmonies of #45347A
Complementary color
Monochromatic Colors of #45347A
Black with #45347A
Text Example
Text Example
White with #45347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45347A; }
p { color: rgb(69,52,122); }
H1.HeaderClassName
{
color: #45347A;
}
.AnyTagClassName
{
color: #45347A;
}
</style>
background-color css
<style>
a { background-color: #45347A; }
a { background-color: rgb(69,52,122); }
div.DivClassName
{
background-color: #45347A;
}
.BgClassName
{
background-color: #45347A;
}
</style>
border-color css
<style>
span { border-color: #45347A; }
span { border-color: rgb(69,52,122); }
td.TdClassName
{
border-color: #45347A;
}
.TagClassName
{
border-color: #45347A;
}
</style>