Shades of Windsor #45298B
Tints of Windsor #45298B
RGB
CMYK
RGB Variations
Color information
#45298B (or 0x45298B) is known color: Windsor. HEX triplet: 45, 29 and 8B. RGB value is (69,41,139). Sum of RGB (Red+Green+Blue) = 69+41+139=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #45298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45298B is #BAD674. Grayscale: #3C3C3C. Windows color (decimal): -12244597 or 9120069. OLE color: 9120069.
HSL color Cylindrical-coordinate representation of color #45298B: hue angle of 257.14º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45298B is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 41 | 139 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.45 |
| HSL | 257.14º | 0.54% | 0.35% | - |
| HSV(B) | 257.14º | 0.71% | 0.55% | - |
| XYZ | 7.91 | 4.72 | 24.92 | - |
| YUV | 60.54 | 172.28 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 139 | 0.50 | 0.71 | 0 | 0.45 | 257.14 | 0.54 | 0.35 |
| Hex | 45 | 29 | 8B | 32 | 47 | 0 | 2D | 101 | 36 | 23 |
| Octal | 105 | 51 | 213 | 62 | 107 | 0 | 55 | 401 | 66 | 43 |
| Binary | 1000101 | 101001 | 10001011 | 110010 | 1000111 | 0 | 101101 | 100000001 | 110110 | 100011 |
Color Harmonies of #45298B
Complementary color
Monochromatic Colors of #45298B
Black with #45298B
Text Example
Text Example
White with #45298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45298B; }
p { color: rgb(69,41,139); }
H1.HeaderClassName
{
color: #45298B;
}
.AnyTagClassName
{
color: #45298B;
}
</style>
background-color css
<style>
a { background-color: #45298B; }
a { background-color: rgb(69,41,139); }
div.DivClassName
{
background-color: #45298B;
}
.BgClassName
{
background-color: #45298B;
}
</style>
border-color css
<style>
span { border-color: #45298B; }
span { border-color: rgb(69,41,139); }
td.TdClassName
{
border-color: #45298B;
}
.TagClassName
{
border-color: #45298B;
}
</style>