Shades of Windsor #45217C
Tints of Windsor #45217C
RGB
CMYK
RGB Variations
Color information
#45217C (or 0x45217C) is known color: Windsor. HEX triplet: 45, 21 and 7C. RGB value is (69,33,124). Sum of RGB (Red+Green+Blue) = 69+33+124=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #45217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45217C is #BADE83. Grayscale: #353535. Windows color (decimal): -12246660 or 8134981. OLE color: 8134981.
HSL color Cylindrical-coordinate representation of color #45217C: hue angle of 263.74º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45217C is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 33 | 124 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.51 |
| HSL | 263.74º | 0.58% | 0.31% | - |
| HSV(B) | 263.74º | 0.73% | 0.49% | - |
| XYZ | 6.64 | 3.81 | 19.45 | - |
| YUV | 54.14 | 167.43 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 124 | 0.44 | 0.73 | 0 | 0.51 | 263.74 | 0.58 | 0.31 |
| Hex | 45 | 21 | 7C | 2C | 49 | 0 | 33 | 108 | 3A | 1F |
| Octal | 105 | 41 | 174 | 54 | 111 | 0 | 63 | 410 | 72 | 37 |
| Binary | 1000101 | 100001 | 1111100 | 101100 | 1001001 | 0 | 110011 | 100001000 | 111010 | 11111 |
Color Harmonies of #45217C
Complementary color
Monochromatic Colors of #45217C
Black with #45217C
Text Example
Text Example
White with #45217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45217C; }
p { color: rgb(69,33,124); }
H1.HeaderClassName
{
color: #45217C;
}
.AnyTagClassName
{
color: #45217C;
}
</style>
background-color css
<style>
a { background-color: #45217C; }
a { background-color: rgb(69,33,124); }
div.DivClassName
{
background-color: #45217C;
}
.BgClassName
{
background-color: #45217C;
}
</style>
border-color css
<style>
span { border-color: #45217C; }
span { border-color: rgb(69,33,124); }
td.TdClassName
{
border-color: #45217C;
}
.TagClassName
{
border-color: #45217C;
}
</style>