Shades of Windsor #45267F
Tints of Windsor #45267F
RGB
CMYK
RGB Variations
Color information
#45267F (or 0x45267F) is known color: Windsor. HEX triplet: 45, 26 and 7F. RGB value is (69,38,127). Sum of RGB (Red+Green+Blue) = 69+38+127=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #45267F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45267F is #BAD980. Grayscale: #393939. Windows color (decimal): -12245377 or 8332869. OLE color: 8332869.
HSL color Cylindrical-coordinate representation of color #45267F: hue angle of 260.9º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45267F is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 38 | 127 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.50 |
| HSL | 260.9º | 0.54% | 0.32% | - |
| HSV(B) | 260.9º | 0.7% | 0.5% | - |
| XYZ | 6.98 | 4.18 | 20.52 | - |
| YUV | 57.42 | 167.27 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 38 | 127 | 0.46 | 0.70 | 0 | 0.50 | 260.9 | 0.54 | 0.32 |
| Hex | 45 | 26 | 7F | 2E | 46 | 0 | 32 | 105 | 36 | 20 |
| Octal | 105 | 46 | 177 | 56 | 106 | 0 | 62 | 405 | 66 | 40 |
| Binary | 1000101 | 100110 | 1111111 | 101110 | 1000110 | 0 | 110010 | 100000101 | 110110 | 100000 |
Color Harmonies of #45267F
Complementary color
Monochromatic Colors of #45267F
Black with #45267F
Text Example
Text Example
White with #45267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45267F; }
p { color: rgb(69,38,127); }
H1.HeaderClassName
{
color: #45267F;
}
.AnyTagClassName
{
color: #45267F;
}
</style>
background-color css
<style>
a { background-color: #45267F; }
a { background-color: rgb(69,38,127); }
div.DivClassName
{
background-color: #45267F;
}
.BgClassName
{
background-color: #45267F;
}
</style>
border-color css
<style>
span { border-color: #45267F; }
span { border-color: rgb(69,38,127); }
td.TdClassName
{
border-color: #45267F;
}
.TagClassName
{
border-color: #45267F;
}
</style>