Shades of Windsor #453173
Tints of Windsor #453173
RGB
CMYK
RGB Variations
Color information
#453173 (or 0x453173) is known color: Windsor. HEX triplet: 45, 31 and 73. RGB value is (69,49,115). Sum of RGB (Red+Green+Blue) = 69+49+115=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #453173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453173 is #BACE8C. Grayscale: #3E3E3E. Windows color (decimal): -12242573 or 7549253. OLE color: 7549253.
HSL color Cylindrical-coordinate representation of color #453173: hue angle of 258.18º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #453173 is Cyan = 0.4, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 49 | 115 | - |
| CMYK | 0.4 | 0.57 | 0 | 0.55 |
| HSL | 258.18º | 0.4% | 0.32% | - |
| HSV(B) | 258.18º | 0.57% | 0.45% | - |
| XYZ | 6.65 | 4.7 | 16.78 | - |
| YUV | 62.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 49 | 115 | 0.4 | 0.57 | 0 | 0.55 | 258.18 | 0.4 | 0.32 |
| Hex | 45 | 31 | 73 | 28 | 39 | 0 | 37 | 102 | 28 | 20 |
| Octal | 105 | 61 | 163 | 50 | 71 | 0 | 67 | 402 | 50 | 40 |
| Binary | 1000101 | 110001 | 1110011 | 101000 | 111001 | 0 | 110111 | 100000010 | 101000 | 100000 |
Color Harmonies of #453173
Complementary color
Monochromatic Colors of #453173
Black with #453173
Text Example
Text Example
White with #453173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453173; }
p { color: rgb(69,49,115); }
H1.HeaderClassName
{
color: #453173;
}
.AnyTagClassName
{
color: #453173;
}
</style>
background-color css
<style>
a { background-color: #453173; }
a { background-color: rgb(69,49,115); }
div.DivClassName
{
background-color: #453173;
}
.BgClassName
{
background-color: #453173;
}
</style>
border-color css
<style>
span { border-color: #453173; }
span { border-color: rgb(69,49,115); }
td.TdClassName
{
border-color: #453173;
}
.TagClassName
{
border-color: #453173;
}
</style>