Shades of Windsor #45258D
Tints of Windsor #45258D
RGB
CMYK
RGB Variations
Color information
#45258D (or 0x45258D) is known color: Windsor. HEX triplet: 45, 25 and 8D. RGB value is (69,37,141). Sum of RGB (Red+Green+Blue) = 69+37+141=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #45258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45258D is #BADA72. Grayscale: #3A3A3A. Windows color (decimal): -12245619 or 9250117. OLE color: 9250117.
HSL color Cylindrical-coordinate representation of color #45258D: hue angle of 258.46º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45258D is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 37 | 141 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.45 |
| HSL | 258.46º | 0.58% | 0.35% | - |
| HSV(B) | 258.46º | 0.74% | 0.55% | - |
| XYZ | 7.92 | 4.51 | 25.65 | - |
| YUV | 58.42 | 174.6 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 141 | 0.51 | 0.74 | 0 | 0.45 | 258.46 | 0.58 | 0.35 |
| Hex | 45 | 25 | 8D | 33 | 4A | 0 | 2D | 102 | 3A | 23 |
| Octal | 105 | 45 | 215 | 63 | 112 | 0 | 55 | 402 | 72 | 43 |
| Binary | 1000101 | 100101 | 10001101 | 110011 | 1001010 | 0 | 101101 | 100000010 | 111010 | 100011 |
Color Harmonies of #45258D
Complementary color
Monochromatic Colors of #45258D
Black with #45258D
Text Example
Text Example
White with #45258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45258D; }
p { color: rgb(69,37,141); }
H1.HeaderClassName
{
color: #45258D;
}
.AnyTagClassName
{
color: #45258D;
}
</style>
background-color css
<style>
a { background-color: #45258D; }
a { background-color: rgb(69,37,141); }
div.DivClassName
{
background-color: #45258D;
}
.BgClassName
{
background-color: #45258D;
}
</style>
border-color css
<style>
span { border-color: #45258D; }
span { border-color: rgb(69,37,141); }
td.TdClassName
{
border-color: #45258D;
}
.TagClassName
{
border-color: #45258D;
}
</style>