Shades of Windsor #451C78
Tints of Windsor #451C78
RGB
CMYK
RGB Variations
Color information
#451C78 (or 0x451C78) is known color: Windsor. HEX triplet: 45, 1C and 78. RGB value is (69,28,120). Sum of RGB (Red+Green+Blue) = 69+28+120=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #451C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451C78 is #BAE387. Grayscale: #323232. Windows color (decimal): -12247944 or 7871557. OLE color: 7871557.
HSL color Cylindrical-coordinate representation of color #451C78: hue angle of 266.74º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #451C78 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 28 | 120 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.53 |
| HSL | 266.74º | 0.62% | 0.29% | - |
| HSV(B) | 266.74º | 0.77% | 0.47% | - |
| XYZ | 6.26 | 3.45 | 18.11 | - |
| YUV | 50.75 | 167.08 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 120 | 0.42 | 0.77 | 0 | 0.53 | 266.74 | 0.62 | 0.29 |
| Hex | 45 | 1C | 78 | 2A | 4D | 0 | 35 | 10B | 3E | 1D |
| Octal | 105 | 34 | 170 | 52 | 115 | 0 | 65 | 413 | 76 | 35 |
| Binary | 1000101 | 11100 | 1111000 | 101010 | 1001101 | 0 | 110101 | 100001011 | 111110 | 11101 |
Color Harmonies of #451C78
Complementary color
Monochromatic Colors of #451C78
Black with #451C78
Text Example
Text Example
White with #451C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451C78; }
p { color: rgb(69,28,120); }
H1.HeaderClassName
{
color: #451C78;
}
.AnyTagClassName
{
color: #451C78;
}
</style>
background-color css
<style>
a { background-color: #451C78; }
a { background-color: rgb(69,28,120); }
div.DivClassName
{
background-color: #451C78;
}
.BgClassName
{
background-color: #451C78;
}
</style>
border-color css
<style>
span { border-color: #451C78; }
span { border-color: rgb(69,28,120); }
td.TdClassName
{
border-color: #451C78;
}
.TagClassName
{
border-color: #451C78;
}
</style>