Shades of Windsor #452191
Tints of Windsor #452191
RGB
CMYK
RGB Variations
Color information
#452191 (or 0x452191) is known color: Windsor. HEX triplet: 45, 21 and 91. RGB value is (69,33,145). Sum of RGB (Red+Green+Blue) = 69+33+145=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #452191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452191 is #BADE6E. Grayscale: #383838. Windows color (decimal): -12246639 or 9511237. OLE color: 9511237.
HSL color Cylindrical-coordinate representation of color #452191: hue angle of 259.29º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #452191 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 33 | 145 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.43 |
| HSL | 259.29º | 0.63% | 0.35% | - |
| HSV(B) | 259.29º | 0.77% | 0.57% | - |
| XYZ | 8.11 | 4.4 | 27.21 | - |
| YUV | 56.53 | 177.93 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 145 | 0.52 | 0.77 | 0 | 0.43 | 259.29 | 0.63 | 0.35 |
| Hex | 45 | 21 | 91 | 34 | 4D | 0 | 2B | 103 | 3F | 23 |
| Octal | 105 | 41 | 221 | 64 | 115 | 0 | 53 | 403 | 77 | 43 |
| Binary | 1000101 | 100001 | 10010001 | 110100 | 1001101 | 0 | 101011 | 100000011 | 111111 | 100011 |
Color Harmonies of #452191
Complementary color
Monochromatic Colors of #452191
Black with #452191
Text Example
Text Example
White with #452191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452191; }
p { color: rgb(69,33,145); }
H1.HeaderClassName
{
color: #452191;
}
.AnyTagClassName
{
color: #452191;
}
</style>
background-color css
<style>
a { background-color: #452191; }
a { background-color: rgb(69,33,145); }
div.DivClassName
{
background-color: #452191;
}
.BgClassName
{
background-color: #452191;
}
</style>
border-color css
<style>
span { border-color: #452191; }
span { border-color: rgb(69,33,145); }
td.TdClassName
{
border-color: #452191;
}
.TagClassName
{
border-color: #452191;
}
</style>