Shades of Windsor #451F7C
Tints of Windsor #451F7C
RGB
CMYK
RGB Variations
Color information
#451F7C (or 0x451F7C) is known color: Windsor. HEX triplet: 45, 1F and 7C. RGB value is (69,31,124). Sum of RGB (Red+Green+Blue) = 69+31+124=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #451F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451F7C is #BAE083. Grayscale: #343434. Windows color (decimal): -12247172 or 8134469. OLE color: 8134469.
HSL color Cylindrical-coordinate representation of color #451F7C: hue angle of 264.52º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451F7C is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 31 | 124 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.51 |
| HSL | 264.52º | 0.6% | 0.3% | - |
| HSV(B) | 264.52º | 0.75% | 0.49% | - |
| XYZ | 6.58 | 3.7 | 19.44 | - |
| YUV | 52.96 | 168.09 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 124 | 0.44 | 0.75 | 0 | 0.51 | 264.52 | 0.6 | 0.3 |
| Hex | 45 | 1F | 7C | 2C | 4B | 0 | 33 | 109 | 3C | 1E |
| Octal | 105 | 37 | 174 | 54 | 113 | 0 | 63 | 411 | 74 | 36 |
| Binary | 1000101 | 11111 | 1111100 | 101100 | 1001011 | 0 | 110011 | 100001001 | 111100 | 11110 |
Color Harmonies of #451F7C
Complementary color
Monochromatic Colors of #451F7C
Black with #451F7C
Text Example
Text Example
White with #451F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451F7C; }
p { color: rgb(69,31,124); }
H1.HeaderClassName
{
color: #451F7C;
}
.AnyTagClassName
{
color: #451F7C;
}
</style>
background-color css
<style>
a { background-color: #451F7C; }
a { background-color: rgb(69,31,124); }
div.DivClassName
{
background-color: #451F7C;
}
.BgClassName
{
background-color: #451F7C;
}
</style>
border-color css
<style>
span { border-color: #451F7C; }
span { border-color: rgb(69,31,124); }
td.TdClassName
{
border-color: #451F7C;
}
.TagClassName
{
border-color: #451F7C;
}
</style>