Shades of Windsor #451B8F
Tints of Windsor #451B8F
RGB
CMYK
RGB Variations
Color information
#451B8F (or 0x451B8F) is known color: Windsor. HEX triplet: 45, 1B and 8F. RGB value is (69,27,143). Sum of RGB (Red+Green+Blue) = 69+27+143=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 143 (56.25% from 255 or 59.83% from 239); Max value from RGB is 143 - color contains mainly: blue. Hex color #451B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451B8F is #BAE470. Grayscale: #343434. Windows color (decimal): -12248177 or 9378629. OLE color: 9378629.
HSL color Cylindrical-coordinate representation of color #451B8F: hue angle of 261.72º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #451B8F is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 27 | 143 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.44 |
| HSL | 261.72º | 0.68% | 0.33% | - |
| HSV(B) | 261.72º | 0.81% | 0.56% | - |
| XYZ | 7.8 | 4.03 | 26.35 | - |
| YUV | 52.78 | 178.91 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 27 | 143 | 0.52 | 0.81 | 0 | 0.44 | 261.72 | 0.68 | 0.33 |
| Hex | 45 | 1B | 8F | 34 | 51 | 0 | 2C | 106 | 44 | 21 |
| Octal | 105 | 33 | 217 | 64 | 121 | 0 | 54 | 406 | 104 | 41 |
| Binary | 1000101 | 11011 | 10001111 | 110100 | 1010001 | 0 | 101100 | 100000110 | 1000100 | 100001 |
Color Harmonies of #451B8F
Complementary color
Monochromatic Colors of #451B8F
Black with #451B8F
Text Example
Text Example
White with #451B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451B8F; }
p { color: rgb(69,27,143); }
H1.HeaderClassName
{
color: #451B8F;
}
.AnyTagClassName
{
color: #451B8F;
}
</style>
background-color css
<style>
a { background-color: #451B8F; }
a { background-color: rgb(69,27,143); }
div.DivClassName
{
background-color: #451B8F;
}
.BgClassName
{
background-color: #451B8F;
}
</style>
border-color css
<style>
span { border-color: #451B8F; }
span { border-color: rgb(69,27,143); }
td.TdClassName
{
border-color: #451B8F;
}
.TagClassName
{
border-color: #451B8F;
}
</style>