Shades of Windsor #45258B
Tints of Windsor #45258B
RGB
CMYK
RGB Variations
Color information
#45258B (or 0x45258B) is known color: Windsor. HEX triplet: 45, 25 and 8B. RGB value is (69,37,139). Sum of RGB (Red+Green+Blue) = 69+37+139=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #45258B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45258B is #BADA74. Grayscale: #393939. Windows color (decimal): -12245621 or 9119045. OLE color: 9119045.
HSL color Cylindrical-coordinate representation of color #45258B: hue angle of 258.82º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45258B is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 37 | 139 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.45 |
| HSL | 258.82º | 0.58% | 0.35% | - |
| HSV(B) | 258.82º | 0.73% | 0.55% | - |
| XYZ | 7.78 | 4.45 | 24.88 | - |
| YUV | 58.2 | 173.6 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 139 | 0.50 | 0.73 | 0 | 0.45 | 258.82 | 0.58 | 0.35 |
| Hex | 45 | 25 | 8B | 32 | 49 | 0 | 2D | 103 | 3A | 23 |
| Octal | 105 | 45 | 213 | 62 | 111 | 0 | 55 | 403 | 72 | 43 |
| Binary | 1000101 | 100101 | 10001011 | 110010 | 1001001 | 0 | 101101 | 100000011 | 111010 | 100011 |
Color Harmonies of #45258B
Complementary color
Monochromatic Colors of #45258B
Black with #45258B
Text Example
Text Example
White with #45258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45258B; }
p { color: rgb(69,37,139); }
H1.HeaderClassName
{
color: #45258B;
}
.AnyTagClassName
{
color: #45258B;
}
</style>
background-color css
<style>
a { background-color: #45258B; }
a { background-color: rgb(69,37,139); }
div.DivClassName
{
background-color: #45258B;
}
.BgClassName
{
background-color: #45258B;
}
</style>
border-color css
<style>
span { border-color: #45258B; }
span { border-color: rgb(69,37,139); }
td.TdClassName
{
border-color: #45258B;
}
.TagClassName
{
border-color: #45258B;
}
</style>