Shades of Windsor #45288A
Tints of Windsor #45288A
RGB
CMYK
RGB Variations
Color information
#45288A (or 0x45288A) is known color: Windsor. HEX triplet: 45, 28 and 8A. RGB value is (69,40,138). Sum of RGB (Red+Green+Blue) = 69+40+138=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #45288A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45288A is #BAD775. Grayscale: #3B3B3B. Windows color (decimal): -12244854 or 9054277. OLE color: 9054277.
HSL color Cylindrical-coordinate representation of color #45288A: hue angle of 257.76º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45288A is Cyan = 0.5, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 40 | 138 | - |
| CMYK | 0.5 | 0.71 | 0 | 0.46 |
| HSL | 257.76º | 0.55% | 0.35% | - |
| HSV(B) | 257.76º | 0.71% | 0.54% | - |
| XYZ | 7.8 | 4.62 | 24.52 | - |
| YUV | 59.84 | 172.11 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 138 | 0.5 | 0.71 | 0 | 0.46 | 257.76 | 0.55 | 0.35 |
| Hex | 45 | 28 | 8A | 32 | 47 | 0 | 2E | 102 | 37 | 23 |
| Octal | 105 | 50 | 212 | 62 | 107 | 0 | 56 | 402 | 67 | 43 |
| Binary | 1000101 | 101000 | 10001010 | 110010 | 1000111 | 0 | 101110 | 100000010 | 110111 | 100011 |
Color Harmonies of #45288A
Complementary color
Monochromatic Colors of #45288A
Black with #45288A
Text Example
Text Example
White with #45288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45288A; }
p { color: rgb(69,40,138); }
H1.HeaderClassName
{
color: #45288A;
}
.AnyTagClassName
{
color: #45288A;
}
</style>
background-color css
<style>
a { background-color: #45288A; }
a { background-color: rgb(69,40,138); }
div.DivClassName
{
background-color: #45288A;
}
.BgClassName
{
background-color: #45288A;
}
</style>
border-color css
<style>
span { border-color: #45288A; }
span { border-color: rgb(69,40,138); }
td.TdClassName
{
border-color: #45288A;
}
.TagClassName
{
border-color: #45288A;
}
</style>