Shades of Windsor #451E79
Tints of Windsor #451E79
RGB
CMYK
RGB Variations
Color information
#451E79 (or 0x451E79) is known color: Windsor. HEX triplet: 45, 1E and 79. RGB value is (69,30,121). Sum of RGB (Red+Green+Blue) = 69+30+121=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #451E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451E79 is #BAE186. Grayscale: #333333. Windows color (decimal): -12247431 or 7937605. OLE color: 7937605.
HSL color Cylindrical-coordinate representation of color #451E79: hue angle of 265.71º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451E79 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 30 | 121 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.53 |
| HSL | 265.71º | 0.6% | 0.3% | - |
| HSV(B) | 265.71º | 0.75% | 0.47% | - |
| XYZ | 6.37 | 3.57 | 18.44 | - |
| YUV | 52.04 | 166.92 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 30 | 121 | 0.43 | 0.75 | 0 | 0.53 | 265.71 | 0.6 | 0.3 |
| Hex | 45 | 1E | 79 | 2B | 4B | 0 | 35 | 10A | 3C | 1E |
| Octal | 105 | 36 | 171 | 53 | 113 | 0 | 65 | 412 | 74 | 36 |
| Binary | 1000101 | 11110 | 1111001 | 101011 | 1001011 | 0 | 110101 | 100001010 | 111100 | 11110 |
Color Harmonies of #451E79
Complementary color
Monochromatic Colors of #451E79
Black with #451E79
Text Example
Text Example
White with #451E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451E79; }
p { color: rgb(69,30,121); }
H1.HeaderClassName
{
color: #451E79;
}
.AnyTagClassName
{
color: #451E79;
}
</style>
background-color css
<style>
a { background-color: #451E79; }
a { background-color: rgb(69,30,121); }
div.DivClassName
{
background-color: #451E79;
}
.BgClassName
{
background-color: #451E79;
}
</style>
border-color css
<style>
span { border-color: #451E79; }
span { border-color: rgb(69,30,121); }
td.TdClassName
{
border-color: #451E79;
}
.TagClassName
{
border-color: #451E79;
}
</style>