Shades of Windsor #45247D
Tints of Windsor #45247D
RGB
CMYK
RGB Variations
Color information
#45247D (or 0x45247D) is known color: Windsor. HEX triplet: 45, 24 and 7D. RGB value is (69,36,125). Sum of RGB (Red+Green+Blue) = 69+36+125=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #45247D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45247D is #BADB82. Grayscale: #373737. Windows color (decimal): -12245891 or 8201285. OLE color: 8201285.
HSL color Cylindrical-coordinate representation of color #45247D: hue angle of 262.25º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45247D is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 36 | 125 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.51 |
| HSL | 262.25º | 0.55% | 0.32% | - |
| HSV(B) | 262.25º | 0.71% | 0.49% | - |
| XYZ | 6.79 | 4.01 | 19.82 | - |
| YUV | 56.01 | 166.93 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 125 | 0.45 | 0.71 | 0 | 0.51 | 262.25 | 0.55 | 0.32 |
| Hex | 45 | 24 | 7D | 2D | 47 | 0 | 33 | 106 | 37 | 20 |
| Octal | 105 | 44 | 175 | 55 | 107 | 0 | 63 | 406 | 67 | 40 |
| Binary | 1000101 | 100100 | 1111101 | 101101 | 1000111 | 0 | 110011 | 100000110 | 110111 | 100000 |
Color Harmonies of #45247D
Complementary color
Monochromatic Colors of #45247D
Black with #45247D
Text Example
Text Example
White with #45247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45247D; }
p { color: rgb(69,36,125); }
H1.HeaderClassName
{
color: #45247D;
}
.AnyTagClassName
{
color: #45247D;
}
</style>
background-color css
<style>
a { background-color: #45247D; }
a { background-color: rgb(69,36,125); }
div.DivClassName
{
background-color: #45247D;
}
.BgClassName
{
background-color: #45247D;
}
</style>
border-color css
<style>
span { border-color: #45247D; }
span { border-color: rgb(69,36,125); }
td.TdClassName
{
border-color: #45247D;
}
.TagClassName
{
border-color: #45247D;
}
</style>