Shades of Windsor #45258C
Tints of Windsor #45258C
RGB
CMYK
RGB Variations
Color information
#45258C (or 0x45258C) is known color: Windsor. HEX triplet: 45, 25 and 8C. RGB value is (69,37,140). Sum of RGB (Red+Green+Blue) = 69+37+140=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #45258C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45258C is #BADA73. Grayscale: #393939. Windows color (decimal): -12245620 or 9184581. OLE color: 9184581.
HSL color Cylindrical-coordinate representation of color #45258C: hue angle of 258.64º 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 #45258C is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 37 | 140 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.45 |
| HSL | 258.64º | 0.58% | 0.35% | - |
| HSV(B) | 258.64º | 0.74% | 0.55% | - |
| XYZ | 7.85 | 4.48 | 25.26 | - |
| YUV | 58.31 | 174.1 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 140 | 0.51 | 0.74 | 0 | 0.45 | 258.64 | 0.58 | 0.35 |
| Hex | 45 | 25 | 8C | 33 | 4A | 0 | 2D | 103 | 3A | 23 |
| Octal | 105 | 45 | 214 | 63 | 112 | 0 | 55 | 403 | 72 | 43 |
| Binary | 1000101 | 100101 | 10001100 | 110011 | 1001010 | 0 | 101101 | 100000011 | 111010 | 100011 |
Color Harmonies of #45258C
Complementary color
Monochromatic Colors of #45258C
Black with #45258C
Text Example
Text Example
White with #45258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45258C; }
p { color: rgb(69,37,140); }
H1.HeaderClassName
{
color: #45258C;
}
.AnyTagClassName
{
color: #45258C;
}
</style>
background-color css
<style>
a { background-color: #45258C; }
a { background-color: rgb(69,37,140); }
div.DivClassName
{
background-color: #45258C;
}
.BgClassName
{
background-color: #45258C;
}
</style>
border-color css
<style>
span { border-color: #45258C; }
span { border-color: rgb(69,37,140); }
td.TdClassName
{
border-color: #45258C;
}
.TagClassName
{
border-color: #45258C;
}
</style>