Shades of Windsor #45357E
Tints of Windsor #45357E
RGB
CMYK
RGB Variations
Color information
#45357E (or 0x45357E) is known color: Windsor. HEX triplet: 45, 35 and 7E. RGB value is (69,53,126). Sum of RGB (Red+Green+Blue) = 69+53+126=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 126 (49.61% from 255 or 50.81% from 248); Max value from RGB is 126 - color contains mainly: blue. Hex color #45357E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45357E is #BACA81. Grayscale: #414141. Windows color (decimal): -12241538 or 8271173. OLE color: 8271173.
HSL color Cylindrical-coordinate representation of color #45357E: hue angle of 253.15º 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 #45357E is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 53 | 126 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.51 |
| HSL | 253.15º | 0.41% | 0.35% | - |
| HSV(B) | 253.15º | 0.58% | 0.49% | - |
| XYZ | 7.49 | 5.32 | 20.37 | - |
| YUV | 66.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 53 | 126 | 0.45 | 0.58 | 0 | 0.51 | 253.15 | 0.41 | 0.35 |
| Hex | 45 | 35 | 7E | 2D | 3A | 0 | 33 | FD | 29 | 23 |
| Octal | 105 | 65 | 176 | 55 | 72 | 0 | 63 | 375 | 51 | 43 |
| Binary | 1000101 | 110101 | 1111110 | 101101 | 111010 | 0 | 110011 | 11111101 | 101001 | 100011 |
Color Harmonies of #45357E
Complementary color
Monochromatic Colors of #45357E
Black with #45357E
Text Example
Text Example
White with #45357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45357E; }
p { color: rgb(69,53,126); }
H1.HeaderClassName
{
color: #45357E;
}
.AnyTagClassName
{
color: #45357E;
}
</style>
background-color css
<style>
a { background-color: #45357E; }
a { background-color: rgb(69,53,126); }
div.DivClassName
{
background-color: #45357E;
}
.BgClassName
{
background-color: #45357E;
}
</style>
border-color css
<style>
span { border-color: #45357E; }
span { border-color: rgb(69,53,126); }
td.TdClassName
{
border-color: #45357E;
}
.TagClassName
{
border-color: #45357E;
}
</style>