Shades of Windsor #452884
Tints of Windsor #452884
RGB
CMYK
RGB Variations
Color information
#452884 (or 0x452884) is known color: Windsor. HEX triplet: 45, 28 and 84. RGB value is (69,40,132). Sum of RGB (Red+Green+Blue) = 69+40+132=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #452884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452884 is #BAD77B. Grayscale: #3A3A3A. Windows color (decimal): -12244860 or 8661061. OLE color: 8661061.
HSL color Cylindrical-coordinate representation of color #452884: hue angle of 258.91º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #452884 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 40 | 132 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.48 |
| HSL | 258.91º | 0.53% | 0.34% | - |
| HSV(B) | 258.91º | 0.7% | 0.52% | - |
| XYZ | 7.38 | 4.45 | 22.3 | - |
| YUV | 59.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 132 | 0.48 | 0.70 | 0 | 0.48 | 258.91 | 0.53 | 0.34 |
| Hex | 45 | 28 | 84 | 30 | 46 | 0 | 30 | 103 | 35 | 22 |
| Octal | 105 | 50 | 204 | 60 | 106 | 0 | 60 | 403 | 65 | 42 |
| Binary | 1000101 | 101000 | 10000100 | 110000 | 1000110 | 0 | 110000 | 100000011 | 110101 | 100010 |
Color Harmonies of #452884
Complementary color
Monochromatic Colors of #452884
Black with #452884
Text Example
Text Example
White with #452884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452884; }
p { color: rgb(69,40,132); }
H1.HeaderClassName
{
color: #452884;
}
.AnyTagClassName
{
color: #452884;
}
</style>
background-color css
<style>
a { background-color: #452884; }
a { background-color: rgb(69,40,132); }
div.DivClassName
{
background-color: #452884;
}
.BgClassName
{
background-color: #452884;
}
</style>
border-color css
<style>
span { border-color: #452884; }
span { border-color: rgb(69,40,132); }
td.TdClassName
{
border-color: #452884;
}
.TagClassName
{
border-color: #452884;
}
</style>