Shades of Windsor #451A8B
Tints of Windsor #451A8B
RGB
CMYK
RGB Variations
Color information
#451A8B (or 0x451A8B) is known color: Windsor. HEX triplet: 45, 1A and 8B. RGB value is (69,26,139). Sum of RGB (Red+Green+Blue) = 69+26+139=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #451A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451A8B is #BAE574. Grayscale: #333333. Windows color (decimal): -12248437 or 9116229. OLE color: 9116229.
HSL color Cylindrical-coordinate representation of color #451A8B: hue angle of 262.83º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #451A8B is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 26 | 139 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.45 |
| HSL | 262.83º | 0.68% | 0.32% | - |
| HSV(B) | 262.83º | 0.81% | 0.55% | - |
| XYZ | 7.48 | 3.87 | 24.78 | - |
| YUV | 51.74 | 177.25 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 139 | 0.50 | 0.81 | 0 | 0.45 | 262.83 | 0.68 | 0.32 |
| Hex | 45 | 1A | 8B | 32 | 51 | 0 | 2D | 107 | 44 | 20 |
| Octal | 105 | 32 | 213 | 62 | 121 | 0 | 55 | 407 | 104 | 40 |
| Binary | 1000101 | 11010 | 10001011 | 110010 | 1010001 | 0 | 101101 | 100000111 | 1000100 | 100000 |
Color Harmonies of #451A8B
Complementary color
Monochromatic Colors of #451A8B
Black with #451A8B
Text Example
Text Example
White with #451A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451A8B; }
p { color: rgb(69,26,139); }
H1.HeaderClassName
{
color: #451A8B;
}
.AnyTagClassName
{
color: #451A8B;
}
</style>
background-color css
<style>
a { background-color: #451A8B; }
a { background-color: rgb(69,26,139); }
div.DivClassName
{
background-color: #451A8B;
}
.BgClassName
{
background-color: #451A8B;
}
</style>
border-color css
<style>
span { border-color: #451A8B; }
span { border-color: rgb(69,26,139); }
td.TdClassName
{
border-color: #451A8B;
}
.TagClassName
{
border-color: #451A8B;
}
</style>