Shades of Windsor #45277C
Tints of Windsor #45277C
RGB
CMYK
RGB Variations
Color information
#45277C (or 0x45277C) is known color: Windsor. HEX triplet: 45, 27 and 7C. RGB value is (69,39,124). Sum of RGB (Red+Green+Blue) = 69+39+124=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #45277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45277C is #BAD883. Grayscale: #393939. Windows color (decimal): -12245124 or 8136517. OLE color: 8136517.
HSL color Cylindrical-coordinate representation of color #45277C: hue angle of 261.18º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45277C is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 39 | 124 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.51 |
| HSL | 261.18º | 0.52% | 0.32% | - |
| HSV(B) | 261.18º | 0.69% | 0.49% | - |
| XYZ | 6.82 | 4.17 | 19.51 | - |
| YUV | 57.66 | 165.44 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 124 | 0.44 | 0.69 | 0 | 0.51 | 261.18 | 0.52 | 0.32 |
| Hex | 45 | 27 | 7C | 2C | 45 | 0 | 33 | 105 | 34 | 20 |
| Octal | 105 | 47 | 174 | 54 | 105 | 0 | 63 | 405 | 64 | 40 |
| Binary | 1000101 | 100111 | 1111100 | 101100 | 1000101 | 0 | 110011 | 100000101 | 110100 | 100000 |
Color Harmonies of #45277C
Complementary color
Monochromatic Colors of #45277C
Black with #45277C
Text Example
Text Example
White with #45277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45277C; }
p { color: rgb(69,39,124); }
H1.HeaderClassName
{
color: #45277C;
}
.AnyTagClassName
{
color: #45277C;
}
</style>
background-color css
<style>
a { background-color: #45277C; }
a { background-color: rgb(69,39,124); }
div.DivClassName
{
background-color: #45277C;
}
.BgClassName
{
background-color: #45277C;
}
</style>
border-color css
<style>
span { border-color: #45277C; }
span { border-color: rgb(69,39,124); }
td.TdClassName
{
border-color: #45277C;
}
.TagClassName
{
border-color: #45277C;
}
</style>