Shades of Windsor #451B8B
Tints of Windsor #451B8B
RGB
CMYK
RGB Variations
Color information
#451B8B (or 0x451B8B) is known color: Windsor. HEX triplet: 45, 1B and 8B. RGB value is (69,27,139). Sum of RGB (Red+Green+Blue) = 69+27+139=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #451B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451B8B is #BAE474. Grayscale: #333333. Windows color (decimal): -12248181 or 9116485. OLE color: 9116485.
HSL color Cylindrical-coordinate representation of color #451B8B: hue angle of 262.5º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #451B8B is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 27 | 139 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.45 |
| HSL | 262.5º | 0.67% | 0.33% | - |
| HSV(B) | 262.5º | 0.81% | 0.55% | - |
| XYZ | 7.51 | 3.91 | 24.79 | - |
| YUV | 52.33 | 176.91 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 27 | 139 | 0.50 | 0.81 | 0 | 0.45 | 262.5 | 0.67 | 0.33 |
| Hex | 45 | 1B | 8B | 32 | 51 | 0 | 2D | 106 | 43 | 21 |
| Octal | 105 | 33 | 213 | 62 | 121 | 0 | 55 | 406 | 103 | 41 |
| Binary | 1000101 | 11011 | 10001011 | 110010 | 1010001 | 0 | 101101 | 100000110 | 1000011 | 100001 |
Color Harmonies of #451B8B
Complementary color
Monochromatic Colors of #451B8B
Black with #451B8B
Text Example
Text Example
White with #451B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451B8B; }
p { color: rgb(69,27,139); }
H1.HeaderClassName
{
color: #451B8B;
}
.AnyTagClassName
{
color: #451B8B;
}
</style>
background-color css
<style>
a { background-color: #451B8B; }
a { background-color: rgb(69,27,139); }
div.DivClassName
{
background-color: #451B8B;
}
.BgClassName
{
background-color: #451B8B;
}
</style>
border-color css
<style>
span { border-color: #451B8B; }
span { border-color: rgb(69,27,139); }
td.TdClassName
{
border-color: #451B8B;
}
.TagClassName
{
border-color: #451B8B;
}
</style>