Shades of Windsor #45238B
Tints of Windsor #45238B
RGB
CMYK
RGB Variations
Color information
#45238B (or 0x45238B) is known color: Windsor. HEX triplet: 45, 23 and 8B. RGB value is (69,35,139). Sum of RGB (Red+Green+Blue) = 69+35+139=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #45238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45238B is #BADC74. Grayscale: #383838. Windows color (decimal): -12246133 or 9118533. OLE color: 9118533.
HSL color Cylindrical-coordinate representation of color #45238B: hue angle of 259.62º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45238B is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 35 | 139 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.45 |
| HSL | 259.62º | 0.6% | 0.34% | - |
| HSV(B) | 259.62º | 0.75% | 0.55% | - |
| XYZ | 7.72 | 4.33 | 24.86 | - |
| YUV | 57.02 | 174.26 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 139 | 0.50 | 0.75 | 0 | 0.45 | 259.62 | 0.6 | 0.34 |
| Hex | 45 | 23 | 8B | 32 | 4B | 0 | 2D | 104 | 3C | 22 |
| Octal | 105 | 43 | 213 | 62 | 113 | 0 | 55 | 404 | 74 | 42 |
| Binary | 1000101 | 100011 | 10001011 | 110010 | 1001011 | 0 | 101101 | 100000100 | 111100 | 100010 |
Color Harmonies of #45238B
Complementary color
Monochromatic Colors of #45238B
Black with #45238B
Text Example
Text Example
White with #45238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45238B; }
p { color: rgb(69,35,139); }
H1.HeaderClassName
{
color: #45238B;
}
.AnyTagClassName
{
color: #45238B;
}
</style>
background-color css
<style>
a { background-color: #45238B; }
a { background-color: rgb(69,35,139); }
div.DivClassName
{
background-color: #45238B;
}
.BgClassName
{
background-color: #45238B;
}
</style>
border-color css
<style>
span { border-color: #45238B; }
span { border-color: rgb(69,35,139); }
td.TdClassName
{
border-color: #45238B;
}
.TagClassName
{
border-color: #45238B;
}
</style>