Shades of Windsor #45218D
Tints of Windsor #45218D
RGB
CMYK
RGB Variations
Color information
#45218D (or 0x45218D) is known color: Windsor. HEX triplet: 45, 21 and 8D. RGB value is (69,33,141). Sum of RGB (Red+Green+Blue) = 69+33+141=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #45218D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45218D is #BADE72. Grayscale: #373737. Windows color (decimal): -12246643 or 9249093. OLE color: 9249093.
HSL color Cylindrical-coordinate representation of color #45218D: hue angle of 260º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45218D is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 33 | 141 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.45 |
| HSL | 260º | 0.62% | 0.34% | - |
| HSV(B) | 260º | 0.77% | 0.55% | - |
| XYZ | 7.81 | 4.28 | 25.61 | - |
| YUV | 56.08 | 175.93 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 141 | 0.51 | 0.77 | 0 | 0.45 | 260 | 0.62 | 0.34 |
| Hex | 45 | 21 | 8D | 33 | 4D | 0 | 2D | 104 | 3E | 22 |
| Octal | 105 | 41 | 215 | 63 | 115 | 0 | 55 | 404 | 76 | 42 |
| Binary | 1000101 | 100001 | 10001101 | 110011 | 1001101 | 0 | 101101 | 100000100 | 111110 | 100010 |
Color Harmonies of #45218D
Complementary color
Monochromatic Colors of #45218D
Black with #45218D
Text Example
Text Example
White with #45218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45218D; }
p { color: rgb(69,33,141); }
H1.HeaderClassName
{
color: #45218D;
}
.AnyTagClassName
{
color: #45218D;
}
</style>
background-color css
<style>
a { background-color: #45218D; }
a { background-color: rgb(69,33,141); }
div.DivClassName
{
background-color: #45218D;
}
.BgClassName
{
background-color: #45218D;
}
</style>
border-color css
<style>
span { border-color: #45218D; }
span { border-color: rgb(69,33,141); }
td.TdClassName
{
border-color: #45218D;
}
.TagClassName
{
border-color: #45218D;
}
</style>