Shades of Windsor #451A8D
Tints of Windsor #451A8D
RGB
CMYK
RGB Variations
Color information
#451A8D (or 0x451A8D) is known color: Windsor. HEX triplet: 45, 1A and 8D. RGB value is (69,26,141). Sum of RGB (Red+Green+Blue) = 69+26+141=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #451A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451A8D is #BAE572. Grayscale: #333333. Windows color (decimal): -12248435 or 9247301. OLE color: 9247301.
HSL color Cylindrical-coordinate representation of color #451A8D: hue angle of 262.43º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #451A8D is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 26 | 141 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.45 |
| HSL | 262.43º | 0.69% | 0.33% | - |
| HSV(B) | 262.43º | 0.82% | 0.55% | - |
| XYZ | 7.63 | 3.93 | 25.56 | - |
| YUV | 51.97 | 178.25 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 141 | 0.51 | 0.82 | 0 | 0.45 | 262.43 | 0.69 | 0.33 |
| Hex | 45 | 1A | 8D | 33 | 52 | 0 | 2D | 106 | 45 | 21 |
| Octal | 105 | 32 | 215 | 63 | 122 | 0 | 55 | 406 | 105 | 41 |
| Binary | 1000101 | 11010 | 10001101 | 110011 | 1010010 | 0 | 101101 | 100000110 | 1000101 | 100001 |
Color Harmonies of #451A8D
Complementary color
Monochromatic Colors of #451A8D
Black with #451A8D
Text Example
Text Example
White with #451A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451A8D; }
p { color: rgb(69,26,141); }
H1.HeaderClassName
{
color: #451A8D;
}
.AnyTagClassName
{
color: #451A8D;
}
</style>
background-color css
<style>
a { background-color: #451A8D; }
a { background-color: rgb(69,26,141); }
div.DivClassName
{
background-color: #451A8D;
}
.BgClassName
{
background-color: #451A8D;
}
</style>
border-color css
<style>
span { border-color: #451A8D; }
span { border-color: rgb(69,26,141); }
td.TdClassName
{
border-color: #451A8D;
}
.TagClassName
{
border-color: #451A8D;
}
</style>