Shades of Windsor #45237B
Tints of Windsor #45237B
RGB
CMYK
RGB Variations
Color information
#45237B (or 0x45237B) is known color: Windsor. HEX triplet: 45, 23 and 7B. RGB value is (69,35,123). Sum of RGB (Red+Green+Blue) = 69+35+123=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #45237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45237B is #BADC84. Grayscale: #363636. Windows color (decimal): -12246149 or 8069957. OLE color: 8069957.
HSL color Cylindrical-coordinate representation of color #45237B: hue angle of 263.18º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45237B is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 35 | 123 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.52 |
| HSL | 263.18º | 0.56% | 0.31% | - |
| HSV(B) | 263.18º | 0.72% | 0.48% | - |
| XYZ | 6.63 | 3.9 | 19.14 | - |
| YUV | 55.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 123 | 0.44 | 0.72 | 0 | 0.52 | 263.18 | 0.56 | 0.31 |
| Hex | 45 | 23 | 7B | 2C | 48 | 0 | 34 | 107 | 38 | 1F |
| Octal | 105 | 43 | 173 | 54 | 110 | 0 | 64 | 407 | 70 | 37 |
| Binary | 1000101 | 100011 | 1111011 | 101100 | 1001000 | 0 | 110100 | 100000111 | 111000 | 11111 |
Color Harmonies of #45237B
Complementary color
Monochromatic Colors of #45237B
Black with #45237B
Text Example
Text Example
White with #45237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45237B; }
p { color: rgb(69,35,123); }
H1.HeaderClassName
{
color: #45237B;
}
.AnyTagClassName
{
color: #45237B;
}
</style>
background-color css
<style>
a { background-color: #45237B; }
a { background-color: rgb(69,35,123); }
div.DivClassName
{
background-color: #45237B;
}
.BgClassName
{
background-color: #45237B;
}
</style>
border-color css
<style>
span { border-color: #45237B; }
span { border-color: rgb(69,35,123); }
td.TdClassName
{
border-color: #45237B;
}
.TagClassName
{
border-color: #45237B;
}
</style>