Shades of Windsor #45227F
Tints of Windsor #45227F
RGB
CMYK
RGB Variations
Color information
#45227F (or 0x45227F) is known color: Windsor. HEX triplet: 45, 22 and 7F. RGB value is (69,34,127). Sum of RGB (Red+Green+Blue) = 69+34+127=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #45227F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45227F is #BADD80. Grayscale: #363636. Windows color (decimal): -12246401 or 8331845. OLE color: 8331845.
HSL color Cylindrical-coordinate representation of color #45227F: hue angle of 262.58º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45227F is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 34 | 127 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.50 |
| HSL | 262.58º | 0.58% | 0.32% | - |
| HSV(B) | 262.58º | 0.73% | 0.5% | - |
| XYZ | 6.86 | 3.94 | 20.48 | - |
| YUV | 55.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 127 | 0.46 | 0.73 | 0 | 0.50 | 262.58 | 0.58 | 0.32 |
| Hex | 45 | 22 | 7F | 2E | 49 | 0 | 32 | 107 | 3A | 20 |
| Octal | 105 | 42 | 177 | 56 | 111 | 0 | 62 | 407 | 72 | 40 |
| Binary | 1000101 | 100010 | 1111111 | 101110 | 1001001 | 0 | 110010 | 100000111 | 111010 | 100000 |
Color Harmonies of #45227F
Complementary color
Monochromatic Colors of #45227F
Black with #45227F
Text Example
Text Example
White with #45227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45227F; }
p { color: rgb(69,34,127); }
H1.HeaderClassName
{
color: #45227F;
}
.AnyTagClassName
{
color: #45227F;
}
</style>
background-color css
<style>
a { background-color: #45227F; }
a { background-color: rgb(69,34,127); }
div.DivClassName
{
background-color: #45227F;
}
.BgClassName
{
background-color: #45227F;
}
</style>
border-color css
<style>
span { border-color: #45227F; }
span { border-color: rgb(69,34,127); }
td.TdClassName
{
border-color: #45227F;
}
.TagClassName
{
border-color: #45227F;
}
</style>