Shades of Windsor #45218B
Tints of Windsor #45218B
RGB
CMYK
RGB Variations
Color information
#45218B (or 0x45218B) is known color: Windsor. HEX triplet: 45, 21 and 8B. RGB value is (69,33,139). Sum of RGB (Red+Green+Blue) = 69+33+139=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #45218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45218B is #BADE74. Grayscale: #373737. Windows color (decimal): -12246645 or 9118021. OLE color: 9118021.
HSL color Cylindrical-coordinate representation of color #45218B: hue angle of 260.38º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45218B is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 33 | 139 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.45 |
| HSL | 260.38º | 0.62% | 0.34% | - |
| HSV(B) | 260.38º | 0.76% | 0.55% | - |
| XYZ | 7.66 | 4.22 | 24.84 | - |
| YUV | 55.85 | 174.93 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 139 | 0.50 | 0.76 | 0 | 0.45 | 260.38 | 0.62 | 0.34 |
| Hex | 45 | 21 | 8B | 32 | 4C | 0 | 2D | 104 | 3E | 22 |
| Octal | 105 | 41 | 213 | 62 | 114 | 0 | 55 | 404 | 76 | 42 |
| Binary | 1000101 | 100001 | 10001011 | 110010 | 1001100 | 0 | 101101 | 100000100 | 111110 | 100010 |
Color Harmonies of #45218B
Complementary color
Monochromatic Colors of #45218B
Black with #45218B
Text Example
Text Example
White with #45218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45218B; }
p { color: rgb(69,33,139); }
H1.HeaderClassName
{
color: #45218B;
}
.AnyTagClassName
{
color: #45218B;
}
</style>
background-color css
<style>
a { background-color: #45218B; }
a { background-color: rgb(69,33,139); }
div.DivClassName
{
background-color: #45218B;
}
.BgClassName
{
background-color: #45218B;
}
</style>
border-color css
<style>
span { border-color: #45218B; }
span { border-color: rgb(69,33,139); }
td.TdClassName
{
border-color: #45218B;
}
.TagClassName
{
border-color: #45218B;
}
</style>