Shades of Windsor #451C7F
Tints of Windsor #451C7F
RGB
CMYK
RGB Variations
Color information
#451C7F (or 0x451C7F) is known color: Windsor. HEX triplet: 45, 1C and 7F. RGB value is (69,28,127). Sum of RGB (Red+Green+Blue) = 69+28+127=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #451C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451C7F is #BAE380. Grayscale: #333333. Windows color (decimal): -12247937 or 8330309. OLE color: 8330309.
HSL color Cylindrical-coordinate representation of color #451C7F: hue angle of 264.85º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #451C7F is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 28 | 127 | - |
| CMYK | 0.46 | 0.78 | 0 | 0.50 |
| HSL | 264.85º | 0.64% | 0.3% | - |
| HSV(B) | 264.85º | 0.78% | 0.5% | - |
| XYZ | 6.7 | 3.63 | 20.43 | - |
| YUV | 51.55 | 170.58 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 127 | 0.46 | 0.78 | 0 | 0.50 | 264.85 | 0.64 | 0.3 |
| Hex | 45 | 1C | 7F | 2E | 4E | 0 | 32 | 109 | 40 | 1E |
| Octal | 105 | 34 | 177 | 56 | 116 | 0 | 62 | 411 | 100 | 36 |
| Binary | 1000101 | 11100 | 1111111 | 101110 | 1001110 | 0 | 110010 | 100001001 | 1000000 | 11110 |
Color Harmonies of #451C7F
Complementary color
Monochromatic Colors of #451C7F
Black with #451C7F
Text Example
Text Example
White with #451C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451C7F; }
p { color: rgb(69,28,127); }
H1.HeaderClassName
{
color: #451C7F;
}
.AnyTagClassName
{
color: #451C7F;
}
</style>
background-color css
<style>
a { background-color: #451C7F; }
a { background-color: rgb(69,28,127); }
div.DivClassName
{
background-color: #451C7F;
}
.BgClassName
{
background-color: #451C7F;
}
</style>
border-color css
<style>
span { border-color: #451C7F; }
span { border-color: rgb(69,28,127); }
td.TdClassName
{
border-color: #451C7F;
}
.TagClassName
{
border-color: #451C7F;
}
</style>